global.h
String const Global::
srcPath
Base of source tree.
String const Global::
docPath
Base of documantation tree.
vector<
IncludeDirs
> const Global::
includeDirs
Include directories from
-I
, and
@refs
.
void Global::
set
(
String const&
topSrcDir
,
String const&
topDocDir
,
bool
warn
= true)
Set
srcPath
and
docPath
.
char* Global::
relativeFile
(const char*
fileName
)
File name relative to
srcPath
bool Global::
inSrcHierarchy
(const char*
f
)
Absolute file
f
in source hierarchy?
void Global::
addIncludeDir
(String const&
dir
, uint
level
)
Add directory
dir
to list of reference searches.
void Global::
addDefined
(const char*
name
)
Make
defined(
name
)
true in ``C++'' parsing.
void Global::
addUnDefined
(const char*
name
)
Make
defined(
name
)
false in ``C++'' parsing.
bool Global::
isDefined
(const char*
name
)
name
is defined?
const char* const Global::
HTMLsuffix
= ".html"
HTML file standard suffix.
const char* const Global::
dirStatusName
= "dir-status"
Name of directory status file.
const char* const Global::
refsFileName
= "refsfile"
Name of references file.
const char* const Global::
contentsFileName
= "dircont"
Name of contents file.
const char* const Global::
genRefFileName
= "last-generate"
Name of file containing names of files which contain unresolved references.