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