22DOX_MARKER([DOX_TEMPLATE_FUNCTIONS])
26template<typename T>
void foo(T a) { (void)a; }
31template<
int N>
void foo(
int a) { (void)a; }
32DOX_MARKER([DOX_TEMPLATE_FUNCTIONS])
38 friend struct DoxygenINIFile;
39 friend class DoxygenXLinks;
42 friend struct HTMLReplacer;
43 friend struct SourceLocationFinder;
44 friend struct SourceReplacer;
45 friend void DbgUnitTests(DoxygenXLinks*);
49 DoxygenXLinks*
dxl =
nullptr;
bool processCLICmd(alib::app::Command *cmd) override
void onBsSetNameVersionAndInfo() override
void onRunEnd() override
Waits for our thread-pool to become idle, shuts it down, and deletes it.
void onBsPrepareConfig() override
Bootstraps enum records.
void onBsCLIDefine() override
Defines #"alib_cliapp;CLI entities" specific to DoxygenXLinks.
alib::String DoxyfilePath
The file path of the Doxyfile as given on the command line.
void onBsPrepareResources() override
Bulk-loads DoxygenXLinks specific resource strings into module #"APP".
CustomStates
Custom #"App::States" of this #"App" application.
alib::lox::Lox * GetRLox() final
strings::TString< character > String