The source code for the DoxyUDT class. More...
Go to the source code of this file.
Macros | |
#define | GET_TAG(_N_) /* t = Search(#_N_, a) : IF LEN(t) ANDALSO a > CVI(LEFT(Tags(_N_), LEN(INTEGER))) THEN Tags(_N_) = MKI(a) & t */ |
transfer a tag from a subfile to the current level More... | |
The source code for the DoxyUDT class.
This file contains the source code for a class used to read parameters from a Doxyfile, a file that contain settings to control the operations of Doxygen. fbdoc reads this files to operate similar on the same folders and files as Doxygen.
The Doxyfile is used in modes –list-mode (-l) and –syntax-mode (-s).
Definition in file fbdoc_doxyfile.bas.
#define GET_TAG | ( | _N_ | ) | /* t = Search(#_N_, a) : IF LEN(t) ANDALSO a > CVI(LEFT(Tags(_N_), LEN(INTEGER))) THEN Tags(_N_) = MKI(a) & t */ |
transfer a tag from a subfile to the current level
search for a tag in current file add if non-existent or newer
Definition at line 19 of file fbdoc_doxyfile.bas.