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

@@ -1,5 +1,5 @@
/**
* src/class_diagram/model/enum.h
* @file src/class_diagram/model/enum.h
*
* Copyright (c) 2021-2023 Bartek Kryza <bkryza@gmail.com>
*
@@ -45,6 +45,8 @@ public:
const std::vector<std::string> &constants() const;
std::optional<std::string> doxygen_link() const override;
private:
std::vector<std::string> constants_;
};