Updated code for Doxygen documentation

This commit is contained in:
Bartek Kryza
2023-06-23 19:39:25 +02:00
parent d8ef12d1c6
commit 321fb177a9
148 changed files with 579 additions and 204 deletions

View File

@@ -67,11 +67,14 @@ public:
void set_deprecated(bool deprecated);
/**
* Add subpackage.
* @brief Generate Doxygen style HTML link for the class.
*
* @param p Package.
* This method generates a link, which can be used in SVG diagrams to
* create links from classes to Doxygen documentation pages.
*
* @return Doxygen-style HTML link for the class.
*/
void add_package(std::unique_ptr<common::model::package> &&p);
std::optional<std::string> doxygen_link() const override;
private:
bool is_deprecated_{false};