]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/html/htmlcell.h
replace wrong wxUSE_DYNAMIC_LOADER test with the correct wxUSE_DYNLIB_CLASS one
[wxWidgets.git] / interface / html / htmlcell.h
index 66475f07805fff00dcbd225b1166c4827cee7b3d..bd81c7f5d92e940354c7f17c87eba9dc13fedccb 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        html/htmlcell.h
-// Purpose:     documentation for wxHtmlColourCell class
+// Purpose:     interface of wxHtmlColourCell
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -53,6 +53,7 @@ public:
 };
 
 
+
 /**
     @class wxHtmlWidgetCell
     @headerfile htmlcell.h wx/html/htmlcell.h
@@ -86,6 +87,7 @@ public:
 };
 
 
+
 /**
     @class wxHtmlCell
     @headerfile htmlcell.h wx/html/htmlcell.h
@@ -102,8 +104,7 @@ public:
     @library{wxhtml}
     @category{FIXME}
 
-    @seealso
-    @ref overview_cells "Cells Overview", wxHtmlContainerCell
+    @see @ref overview_cells "Cells Overview", wxHtmlContainerCell
 */
 class wxHtmlCell : public wxObject
 {
@@ -184,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.
     */
@@ -312,6 +313,7 @@ public:
 };
 
 
+
 /**
     @class wxHtmlContainerCell
     @headerfile htmlcell.h wx/html/htmlcell.h
@@ -322,8 +324,7 @@ public:
     @library{wxhtml}
     @category{FIXME}
 
-    @seealso
-    @ref overview_cells "Cells Overview"
+    @see @ref overview_cells "Cells Overview"
 */
 class wxHtmlContainerCell : public wxHtmlCell
 {
@@ -352,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!
@@ -676,6 +677,7 @@ public:
 };
 
 
+
 /**
     @class wxHtmlLinkInfo
     @headerfile htmlcell.h wx/html/htmlcell.h
@@ -727,3 +729,4 @@ public:
     */
     wxString GetTarget();
 };
+