fbdoc  1.0.1
FreeBASIC documentation tool
fbdoc_doxyfile.bi File Reference

Declarations for the DoxyUDT class. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DoxyUDT
 Class to handle a Doxyfile. More...
 

Typedefs

typedef DoxyUDTDoxyUDT_PTR
 Doxygen internal (ignore this). More...
 

Enumerations

enum  DoxyTags {
  GENERATE_HTML , SOURCE_BROWSER , STRIP_CODE_COMMENTS , 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...
 

Detailed Description

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 Documentation

◆ DoxyUDT_PTR

typedef DoxyUDT* DoxyUDT_PTR

Doxygen internal (ignore this).

Definition at line 36 of file fbdoc_doxyfile.bi.

Enumeration Type Documentation

◆ DoxyTags

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).

Enumerator
GENERATE_HTML 

the tag GENERATE_HTML

SOURCE_BROWSER 

the tag SOURCE_BROWSER

STRIP_CODE_COMMENTS 

the tag STRIP_CODE_COMMENTS

GENERATE_LATEX 

the tag GENERATE_LATEX

LATEX_SOURCE_CODE 

the tag LATEX_SOURCE_CODE

GENERATE_XML 

the tag GENERATE_XML

XML_PROGRAMLISTING 

the tag XML_PROGRAMLISTING

INPUT_TAG 

the tag INPUT

RECURSIVE 

the tag RECURSIVE

OUTPUT_DIRECTORY 

the tag OUTPUT_DIRECTORY

HTML_OUTPUT 

the tag HTML_OUTPUT

HTML_FILE_EXTENSION 

the tag HTML_FILE_EXTENSION

CREATE_SUBDIRS 

the tag CREATE_SUBDIRS

LATEX_OUTPUT 

the tag LATEX_OUTPUT

XML_OUTPUT 

the tag XML_OUTPUT

Definition at line 17 of file fbdoc_doxyfile.bi.