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:
Francesco Montorsi
2008-04-01 13:59:28 +00:00
parent 0ce6d6c89a
commit cdbcf4c286
28 changed files with 45 additions and 45 deletions

View File

@@ -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;