/**
-@page page_utils Utilities supplied with wxWidgets
+@page page_utils Included Utilities
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
or directly http://wxcode.sourceforge.net or http://www.wxcommunity.com/ .
@li @ref page_utils_emulator
-@li @ref page_utils_helpgen
@li @ref page_utils_helpview
@li @ref page_utils_hhp2cached
@li @ref page_utils_ifacecheck
-@li @ref page_utils_tex2rtf
@li @ref page_utils_wxrc
This program can be found in @c utils/emulator.
-@section page_utils_helpgen Help Generator
-
-Helpgen takes C++ header files and generates a Tex2RTF-compatible
-documentation file for each class it finds, using comments as appropriate.
-This is a good way to start a reference for a set of classes.
-
-Helpgen can be found in @c utils/HelpGen.
-
-
@section page_utils_helpview Help Viewer
Helpview is a program for displaying wxWidgets HTML Help files.
(see http://www.gccxml.org) and of the Doxygen utility (see http://www.doxygen.org)
to do the comparisons.
-You can find it in @c utils/ifacecheck.
-
+It's explicitely designed for wxWidgets documentation needs and is probably of little
+use for anything else than wxWidgets docs reviewing.
-@section page_utils_tex2rtf Tex2RTF
-
-Supplied with wxWidgets is a utility called Tex2RTF for
-converting @e LaTeX manuals HTML, MS HTML Help, wxHTML Help, RTF, and Windows
-Help RTF formats. Tex2RTF was used for the wxWidgets manuals and can be used
-independently by authors wishing to create on-line and printed manuals from the
-same @e LaTeX source. Please see the separate documentation for Tex2RTF.
-
-You can find it under @c utils/tex2rtf.
+You can find it in @c utils/ifacecheck.
@section page_utils_wxrc wxWidgets XML Resource Compiler
You can find it under @c utils/wxrc.
-
*/
+