Fixed docs footer to bottom, and fixed up TOC on all main pages, and some overviews.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
@page page_utils Utilities Overview
|
||||
|
||||
@tableofcontents
|
||||
|
||||
In addition to the wxWidgets libraries (see @ref page_libs), some utilities
|
||||
are available to the users in the @c utils hierarchy (even if some of them are
|
||||
explicitly conceived for wxWidgets maintainance and will probably be of
|
||||
@@ -21,14 +23,6 @@ There are lots of other user-contributed and user-maintained packages;
|
||||
see the wxWidgets download page: http://www.wxwidgets.org/downloads
|
||||
or directly http://wxcode.sourceforge.net or http://www.wxcommunity.com/ .
|
||||
|
||||
@li @ref page_utils_emulator
|
||||
@li @ref page_utils_helpview
|
||||
@li @ref page_utils_hhp2cached
|
||||
@li @ref page_utils_ifacecheck
|
||||
@li @ref page_utils_wxrc
|
||||
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
@section page_utils_emulator Emulator
|
||||
@@ -60,7 +54,7 @@ of the help viewer. See wxHtmlHelpController for more details.
|
||||
You can find HHP2Cached in @c utils/hhp2cached.
|
||||
|
||||
|
||||
@section page_utils_ifacecheck Interface checker
|
||||
@section page_utils_ifacecheck Interface Checker
|
||||
|
||||
This utility compares the wxWidgets real interface contained in the @c include
|
||||
hierarchy with the wxWidgets interface used for documentation purposes and
|
||||
@@ -77,6 +71,14 @@ use for anything else than wxWidgets docs reviewing.
|
||||
You can find it in @c utils/ifacecheck.
|
||||
|
||||
|
||||
@section page_utils_screenshotgen Screenshot Generator
|
||||
|
||||
This utility automates the process of taking screenshots of various GUI
|
||||
components for use in the HTML documentation of wxWidgets.
|
||||
|
||||
You can find it in @c utils/screenshotgen.
|
||||
|
||||
|
||||
@section page_utils_wxrc wxWidgets XML Resource Compiler
|
||||
|
||||
This utility allows the user to compile @e binary versions of their XRC files,
|
||||
|
Reference in New Issue
Block a user