replace @b Note with @note; replace '' with "
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
@@ -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!
|
||||
|
@@ -58,7 +58,7 @@ public:
|
||||
|
||||
/**
|
||||
Returns tag's name. The name is always in uppercase and it doesn't contain
|
||||
'' or '/' characters. (So the name of @c FONT SIZE=+2 tag is "FONT"
|
||||
" or '/' characters. (So the name of @c FONT SIZE=+2 tag is "FONT"
|
||||
and name of @c /table is "TABLE")
|
||||
*/
|
||||
wxString GetName() const;
|
||||
|
@@ -126,7 +126,7 @@ public:
|
||||
/**
|
||||
Returns (average) char height in standard font. It is used as DC-independent
|
||||
metrics.
|
||||
@b Note: This function doesn't return the @e actual height. If you want to
|
||||
@note This function doesn't return the @e actual height. If you want to
|
||||
know the height of the current font, call @c GetDC - GetCharHeight().
|
||||
*/
|
||||
int GetCharHeight() const;
|
||||
@@ -134,7 +134,7 @@ public:
|
||||
/**
|
||||
Returns average char width in standard font. It is used as DC-independent
|
||||
metrics.
|
||||
@b Note: This function doesn't return the @e actual width. If you want to
|
||||
@note This function doesn't return the @e actual width. If you want to
|
||||
know the height of the current font, call @c GetDC - GetCharWidth()
|
||||
*/
|
||||
int GetCharWidth() const;
|
||||
|
Reference in New Issue
Block a user