fbdoc  1.0.1
FreeBASIC documentation tool
fbdoc_doxyfile.bas File Reference

The source code for the DoxyUDT class. More...

#include "fbdoc_doxyfile.bi"
#include "fbdoc_options.bi"
Include dependency graph for fbdoc_doxyfile.bas:

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

Detailed Description

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.

Macro Definition Documentation

◆ GET_TAG

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