diff --git a/docs/doxygen/groups/class_web.h b/docs/doxygen/groups/class_web.h new file mode 100644 index 0000000000..210bc88ea7 --- /dev/null +++ b/docs/doxygen/groups/class_web.h @@ -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 diff --git a/interface/wx/webview.h b/interface/wx/webview.h index 68dba70a3f..107f310e32 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -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 */