X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e54c96f187f46c06bd36be8cd52b35c19884aa2b..1a86d2e52c76551a8067403bc08d82bee0186d2c:/interface/html/htmlcell.h diff --git a/interface/html/htmlcell.h b/interface/html/htmlcell.h index d4127f8b29..79c441f684 100644 --- a/interface/html/htmlcell.h +++ b/interface/html/htmlcell.h @@ -185,7 +185,7 @@ public: Returns pointer to the first cell in the list. You can then use child's GetNext() method to obtain pointer to the next cell in list. - @b Note: This shouldn't be used by the end user. If you need some way of + @note This shouldn't be used by the end user. If you need some way of finding particular cell in the list, try Find() method instead. */ @@ -277,7 +277,7 @@ public: @param event mouse event that triggered the call - @returns @true if a link was clicked, @false otherwise. + @return @true if a link was clicked, @false otherwise. */ virtual bool ProcessMouseClick(wxHtmlWindowInterface* window, const wxPoint& pos, @@ -353,7 +353,7 @@ public: /** Returns the indentation. @a ind is one of the @b wxHTML_INDENT_* constants. - @b Note: You must call GetIndentUnits() + @note You must call GetIndentUnits() with same @a ind parameter in order to correctly interpret the returned integer value. It is NOT always in pixels!