Doxybook2::Doxygen
#include <Doxygen.hpp>
Public Functions
| Name | |
|---|---|
| Doxygen(const Config & config) | |
| virtual | ~Doxygen() =default |
| void | load(const std::string & inputDir) |
| void | finalize(const TextPrinter & plainPrinter, const TextPrinter & markdownPrinter) |
| const Node & | getIndex() const |
| NodePtr | find(const std::string & refid) const |
| const NodeCacheMap & | getCache() const |
Public Functions Documentation
function Doxygen
cpp
explicit Doxygen(
const Config & config
)function ~Doxygen
cpp
virtual ~Doxygen() =defaultfunction load
cpp
void load(
const std::string & inputDir
)function finalize
cpp
void finalize(
const TextPrinter & plainPrinter,
const TextPrinter & markdownPrinter
)function getIndex
cpp
inline const Node & getIndex() constfunction find
cpp
NodePtr find(
const std::string & refid
) constfunction getCache
cpp
inline const NodeCacheMap & getCache() constUpdated on 2026-05-17 at 13:22:38 +0000