]> git.saurik.com Git - wxWidgets.git/commitdiff
small changes to fix doxygen warnings
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 25 Sep 2008 14:07:25 +0000 (14:07 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 25 Sep 2008 14:07:25 +0000 (14:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/artprov.h
interface/wx/cmdline.h
interface/wx/colour.h

index a37cbdea9e639f8c759de8998a5b78fa8198b1dd..cf2fd276aecdd41cd4fa745d3f9c20a5da8dd11a 100644 (file)
@@ -54,7 +54,7 @@
     Every bitmap and icon bundle are known to wxArtProvider under an unique ID that
     is used when requesting a resource from it. The ID is represented by wxArtID type
     and can have one of these predefined values (you can see bitmaps represented by these
     Every bitmap and icon bundle are known to wxArtProvider under an unique ID that
     is used when requesting a resource from it. The ID is represented by wxArtID type
     and can have one of these predefined values (you can see bitmaps represented by these
-    constants in the @ref page_samples_artprovider):
+    constants in the @ref page_samples_artprov):
 
     <table>
     <tr><td>
 
     <table>
     <tr><td>
     @library{wxcore}
     @category{misc,data}
 
     @library{wxcore}
     @category{misc,data}
 
-    @see the @ref page_samples_artprovider for an example of wxArtProvider usage.
+    @see the @ref page_samples_artprov for an example of wxArtProvider usage.
 */
 class wxArtProvider : public wxObject
 {
 */
 class wxArtProvider : public wxObject
 {
index 6dd779f8ce95752a8f7b5e863e31020b11d3ce8f..0136d2d9ad97469b45354383370623acee2cbc43 100644 (file)
@@ -60,7 +60,7 @@ enum wxCmdLineEntryType
 };
 
 /**
 };
 
 /**
-    Flags determining ConvertStringToArgs() behaviour.
+    Flags determining wxCmdLineParser::ConvertStringToArgs() behaviour.
  */
 enum wxCmdLineSplitType
 {
  */
 enum wxCmdLineSplitType
 {
index 33558722b0f6507dde3eb5a09b3b26e7b8f8fbb9..b1fcc6bebffa0d52429b365ad83a3f3869dbe2b8 100644 (file)
@@ -14,8 +14,8 @@
     @{
 */
 #define wxC2S_NAME              1   //!< Return colour name, when possible.
     @{
 */
 #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.
 
 //@}
 
 
 //@}