Represents the tagfile created by the main project or an additional external one which may optionally specify a documentation location (directory or URL).
Definition at line 24 of file doxyfile.hpp.
#include <doxyfile.hpp>
Public Field Index: | |
| alib::String | BaseURL |
| alib::system::PathString | TagFilePath |
| Path to the tag-file. | |
| alib::String dxl::DoxygenINIFile::TagFileInfo::BaseURL |
The base-URL that links in the tag-file are targeting. In case of the main tag-file of the project (variable GENERATE_TAGFILE in the doxyfile), this string is nulled.
Definition at line 31 of file doxyfile.hpp.
| alib::system::PathString dxl::DoxygenINIFile::TagFileInfo::TagFilePath |
Path to the tag-file.
Definition at line 26 of file doxyfile.hpp.