diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-08-11 13:06:22 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-08-11 13:06:22 (GMT) |
commit | 34cc61be7d0f6dafcaaa5fcdaa98ce4d31014634 (patch) | |
tree | ad481e345a35820f0142bb774556afc6de0d00fa /src/doxygen.md | |
parent | 3583a7c0bea47665a06d14a64b62376eee21c528 (diff) | |
download | Doxygen-34cc61be7d0f6dafcaaa5fcdaa98ce4d31014634.zip Doxygen-34cc61be7d0f6dafcaaa5fcdaa98ce4d31014634.tar.gz Doxygen-34cc61be7d0f6dafcaaa5fcdaa98ce4d31014634.tar.bz2 |
Release-1.8.2
Diffstat (limited to 'src/doxygen.md')
-rw-r--r-- | src/doxygen.md | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/src/doxygen.md b/src/doxygen.md index 6ca351e..736c6c6 100644 --- a/src/doxygen.md +++ b/src/doxygen.md @@ -100,4 +100,54 @@ Producing output TODO +Topics TODO +----------- +- Grouping of files in Model / Parser / Generator categories +- Index files based on IndexIntf + - HTML navigation + - HTML Help (chm) + - Documentation Sets (XCode) + - Qt Help (qhp) + - Eclipse Help +- Search index + - Javascript based + - Server based + - External +- Citations + - via bibtex +- Various processing steps for a comment block + - comment conversion + - comment scanner + - markdown processor + - doc tokeninzer + - doc parser + - doc visitors +- Diagrams and Images + - builtin + - via Graphviz dot + - via mscgen + - PNG generation +- Output formats: OutputGen, OutputList, and DocVisitor + - Html: HtmlGenerator and HtmlDocVisitor + - Latex: LatexGenerator and LatexDocVisitor + - RTF: RTFGenerator and RTFDocVisitor + - Man: ManGenerator and ManDocVisitor + - XML: generateXML() and XmlDocVisitor + - print: debugging via PrintDocVisitor + - text: TextDocVisitor for tooltips + - perlmod +- i18n via Translator and language.cpp +- Customizing the layout via LayoutDocManager +- Parsers + - C Preprocessing + - const expression evaluation + - C link languages + - Python + - Fortran + - VHDL + - TCL + - Tag files +- Marshaling to/from disk +- Portability functions +- Utility functions |