Fixed comment_parser option handling
This commit is contained in:
@@ -510,7 +510,6 @@ template <> struct convert<class_diagram> {
|
||||
get_option(node, rhs.relationship_hints);
|
||||
get_option(node, rhs.type_aliases);
|
||||
get_option(node, rhs.relative_to);
|
||||
get_option(node, rhs.comment_parser);
|
||||
|
||||
rhs.initialize_relationship_hints();
|
||||
rhs.initialize_type_aliases();
|
||||
@@ -713,6 +712,7 @@ template <> struct convert<config> {
|
||||
get_option(node, rhs.generate_links);
|
||||
get_option(node, rhs.generate_system_headers);
|
||||
get_option(node, rhs.git);
|
||||
get_option(node, rhs.comment_parser);
|
||||
get_option(node, rhs.debug_mode);
|
||||
get_option(node, rhs.generate_metadata);
|
||||
rhs.base_directory.set(node["__parent_path"].as<std::string>());
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
compilation_database_dir: debug
|
||||
comment_parser: clang
|
||||
output_directory: output
|
||||
diagrams:
|
||||
class_main:
|
||||
@@ -6,7 +7,6 @@ diagrams:
|
||||
glob:
|
||||
- src/**/*.cc
|
||||
- src/**/*.h
|
||||
comment_parser: clang
|
||||
using_namespace: clanguml
|
||||
generate_method_arguments: full
|
||||
generate_packages: true
|
||||
|
||||
Reference in New Issue
Block a user