]> git.saurik.com Git - wxWidgets.git/commitdiff
Add web documentation category.
authorSteve Lamerton <steve.lamerton@gmail.com>
Sat, 2 Jul 2011 17:11:46 +0000 (17:11 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Sat, 2 Jul 2011 17:11:46 +0000 (17:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/groups/class_web.h [new file with mode: 0644]
interface/wx/webview.h

diff --git a/docs/doxygen/groups/class_web.h b/docs/doxygen/groups/class_web.h
new file mode 100644 (file)
index 0000000..210bc88
--- /dev/null
@@ -0,0 +1,18 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        class_web.h
+// Purpose:     Web classes group docs
+// Author:      wxWidgets team
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
+/**
+
+@defgroup group_class_web Web
+@ingroup group_class
+
+The wxWeb library is a set of classes for viewing complex web documents and 
+for internet browsing. It is built around a series of backends, and exposes
+common functions for them.
+
+*/
\ No newline at end of file
index 68dba70a3f5364868ea04ba2d84775d2d670e50b..107f310e328ec89e3d34274e0f848a583b7e299d 100644 (file)
@@ -96,7 +96,9 @@ enum wxWebViewBackend
     of a wxWebView. 
    
     @library{wxweb}
-    @category{ctrl}
+    @category{web}
+    
+    @see wxWebView
  */
 class wxWebHistoryItem
 {
@@ -154,7 +156,7 @@ public:
     @endEventTable
    
     @library{wxweb}
-    @category{ctrl}
+    @category{ctrl,web}
  */
 class wxWebView : public wxControl
 {
@@ -464,7 +466,7 @@ public:
     @endEventTable
 
     @library{wxweb}
-    @category{events}
+    @category{events,web}
 
     @see wxWebView
 */