Declarations for the DoxyUDT class. More...
Go to the source code of this file.
Classes | |
class | DoxyUDT |
Class to handle a Doxyfile. More... | |
Typedefs | |
typedef DoxyUDT * | DoxyUDT_PTR |
Doxygen internal (ignore this). More... | |
Enumerations | |
enum | DoxyTags { GENERATE_HTML, SOURCE_BROWSER, GENERATE_LATEX, LATEX_SOURCE_CODE, GENERATE_XML, XML_PROGRAMLISTING, INPUT_TAG, RECURSIVE, OUTPUT_DIRECTORY, HTML_OUTPUT, HTML_FILE_EXTENSION, CREATE_SUBDIRS, LATEX_OUTPUT, XML_OUTPUT } |
Enumerators for the tags in the Doxyfile. More... | |
Declarations for the DoxyUDT class.
This file contains the declaration code for the DoxyUDT class, used to read parameters from a Doxygen configuration file.
Definition in file fbdoc_doxyfile.bi.
typedef DoxyUDT* DoxyUDT_PTR |
Doxygen internal (ignore this).
Definition at line 35 of file fbdoc_doxyfile.bi.
enum DoxyTags |
Enumerators for the tags in the Doxyfile.
Enumerators used for the STRING array Tags() in DoxyUDT. They're named after the tag names in the Doxyfile. Exeption: INPUT gets INPUT_TAG (due to FB keyword collision).
Definition at line 17 of file fbdoc_doxyfile.bi.