/******************************************************************************
*
*
*
* Copyright (C) 1997-2001 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
* granted. No representations are made about the suitability of this software
* for any purpose. It is provided "as is" without express or implied warranty.
* See the GNU General Public License for more details.
*
* Documents produced by Doxygen are derivative works derived from the
* input used in their production; they are not affected by this license.
*
*/
/*! \page todo Doxygen TODO's
TODO/Wish list
- Expand namespaces in the file docs with the contents that are
specific to the file (maybe also expand the classes inside a namespace).
- Add support for grouping members, and document then as a group.
- Support for K&R-style function arguments.
- More output formats: suggested are info format and RTF format.
- Split long lists in an index to a set of smaller lists.
- Add a nice graphical front-end for creating and modifying the
configuration file (it should be flexible enough to quickly add new options).
- Improve the search index generation, so it uses less memory and
is easier to get running.
- Generate code metrics (Anyone know a good book about code metrics?)
- Add features that you think are missing... So if you know any that are
not yet listed here, please let me know.
*/