diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-07-27 10:57:14 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-07-27 10:57:14 +0000 |
commit | ebbd114a096d246a5bf6d95509905acdb3e7383a (patch) | |
tree | 466423c090e7899c9e00fee9086419a6a880e853 /DAnCE/etc | |
parent | 597b05390e79ffb5ccdf3edd20773ef216018013 (diff) | |
download | ATCD-ebbd114a096d246a5bf6d95509905acdb3e7383a.tar.gz |
Fri Jul 27 10:56:52 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* etc/DAnCE.doxygen:
Generate UML diagrams, assume stl is buildin
Diffstat (limited to 'DAnCE/etc')
-rw-r--r-- | DAnCE/etc/DAnCE.doxygen | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DAnCE/etc/DAnCE.doxygen b/DAnCE/etc/DAnCE.doxygen index a84dd9f8cb4..62d5513f4ee 100644 --- a/DAnCE/etc/DAnCE.doxygen +++ b/DAnCE/etc/DAnCE.doxygen @@ -256,7 +256,7 @@ MARKDOWN_SUPPORT = YES # func(std::string) {}). This also makes the inheritance and collaboration # diagrams that involve STL classes more complete and accurate. -BUILTIN_STL_SUPPORT = NO +BUILTIN_STL_SUPPORT = YES # If you use Microsoft's C++/CLI language, you should set this option to YES to # enable parsing support. @@ -1680,7 +1680,7 @@ GROUP_GRAPHS = YES # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language. -UML_LOOK = NO +UML_LOOK = YES # If the UML_LOOK tag is enabled, the fields and methods are shown inside # the class node. If there are many fields or methods and many nodes the |