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;
void onBsSetNameVersionAndInfo() override
alib::Enum exceptionToExitCode(alib::Exception &e) 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 bsCLIDefine() override
Defines ALib 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 #"APPCLI_CAMP".
CustomStates
Custom #"App::States" of this #"AppCli" application.
alib::lox::Lox * GetRLox() final
bool cliProcessCmd(alib::cli::Command *cmd) override
strings::TString< character > String
exceptions::Exception Exception