small changes to fix doxygen warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-09-25 14:07:25 +00:00
parent 23b7f0cbd0
commit c0e97a5ec4
3 changed files with 5 additions and 5 deletions

View File

@@ -14,8 +14,8 @@
@{
*/
#define wxC2S_NAME 1 //!< Return colour name, when possible.
#define wxC2S_CSS_SYNTAX 2 //!< Return colour in rgb(r,g,b) syntax.
#define wxC2S_HTML_SYNTAX 4 //!< Return colour in #rrggbb syntax.
#define wxC2S_CSS_SYNTAX 2 //!< Return colour in "rgb(r,g,b)" syntax.
#define wxC2S_HTML_SYNTAX 4 //!< Return colour in "#rrggbb" syntax.
//@}