Added cli options for cppidx generator

This commit is contained in:
Bartek Kryza
2023-03-13 00:30:04 +01:00
parent 4ffb36fa9e
commit bffe9913aa
11 changed files with 631 additions and 364 deletions

View File

@@ -27,6 +27,8 @@ namespace clanguml::common {
using id_t = int64_t;
enum class generator_type_t { plantuml, cppidx };
template <typename T> class optional_ref {
public:
using optional_type = T;