summaryrefslogtreecommitdiffstats
path: root/doc/todo.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-06-23 09:46:45 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-06-23 09:46:45 (GMT)
commit54bcd31ff103383c6c75ed87b00f846ec29b8040 (patch)
treec485ad24b61429cd10455b2d438236483a47c189 /doc/todo.doc
parentf7c4c021594300b449c3991de8c0918ad7f965af (diff)
downloadDoxygen-54bcd31ff103383c6c75ed87b00f846ec29b8040.zip
Doxygen-54bcd31ff103383c6c75ed87b00f846ec29b8040.tar.gz
Doxygen-54bcd31ff103383c6c75ed87b00f846ec29b8040.tar.bz2
Release-1.2.16-20020623
Diffstat (limited to 'doc/todo.doc')
-rw-r--r--doc/todo.doc37
1 files changed, 0 insertions, 37 deletions
diff --git a/doc/todo.doc b/doc/todo.doc
deleted file mode 100644
index 5ab9df0..0000000
--- a/doc/todo.doc
+++ /dev/null
@@ -1,37 +0,0 @@
-/******************************************************************************
- *
- *
- *
- * 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
-
-<h3>TODO/Wish list</h3>
-<ul>
-<li>Expand namespaces in the file docs with the contents that are
- specific to the file (maybe also expand the classes inside a namespace).
-<li>Add support for grouping members, and document then as a group.
-<li>Support for K&R-style function arguments.
-<li>More output formats: suggested are info format and RTF format.
-<li>Split long lists in an index to a set of smaller lists.
-<li>Add a nice graphical front-end for creating and modifying the
- configuration file (it should be flexible enough to quickly add new options).
-<li>Improve the search index generation, so it uses less memory and
- is easier to get running.
-<li>Generate code metrics (Anyone know a good book about code metrics?)
-<li>Add features that you think are missing... So if you know any that are
- not yet listed here, please let me know.
-</ul>
-
-*/