2
0
Эх сурвалжийг харах

Reinstate unintentionally removed function descriptor

Michael Ragazzon 3 жил өмнө
parent
commit
e371192469

+ 1 - 1
Source/Core/LayoutEngine.h

@@ -80,7 +80,7 @@ private:
 	/// @param[in] block_context_box The open block box to layout the element in.
 	/// @param[in] element The table element.
 	static bool FormatElementTable(LayoutBlockBox* block_context_box, Element* element);
-
+	/// Executes any formatting for special elements.
 	/// @param[in] block_context_box The open block box to layout the element in.
 	/// @param[in] element The element to parse.
 	/// @return True if the element was parsed as a special element, false otherwise.