diff options
-rw-r--r-- | CIAO/ChangeLog | 8 | ||||
-rw-r--r-- | CIAO/etc/ciao.doxygen | 2 | ||||
-rw-r--r-- | CIAO/etc/ciao_dds4ccm.doxygen | 2 | ||||
-rw-r--r-- | CIAO/tests/IDL_Test/Cornucopia/Cornucopia.doxygen | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog index e2d12b52339..99a636a75e0 100644 --- a/CIAO/ChangeLog +++ b/CIAO/ChangeLog @@ -1,3 +1,11 @@ +Tue Nov 4 14:38:36 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl> + + * etc/ciao.doxygen: + * etc/ciao_dds4ccm.doxygen: + * tests/IDL_Test/Cornucopia/Cornucopia.doxygen: + Set UML_LOOK to NO, with UML look all members/methods are shown + in the diagrams making them unusable + Wed Sep 24 19:51:44 CEST 2014 Johnny Willemsen <jwillemsen@remedy.nl> * CIAO version 1.2.8 released. diff --git a/CIAO/etc/ciao.doxygen b/CIAO/etc/ciao.doxygen index fa29ee364ae..0682bca64d9 100644 --- a/CIAO/etc/ciao.doxygen +++ b/CIAO/etc/ciao.doxygen @@ -2137,7 +2137,7 @@ GROUP_GRAPHS = YES # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -UML_LOOK = YES +UML_LOOK = NO # 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 graph may diff --git a/CIAO/etc/ciao_dds4ccm.doxygen b/CIAO/etc/ciao_dds4ccm.doxygen index 968eee49977..90f7c852b48 100644 --- a/CIAO/etc/ciao_dds4ccm.doxygen +++ b/CIAO/etc/ciao_dds4ccm.doxygen @@ -2136,7 +2136,7 @@ GROUP_GRAPHS = YES # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -UML_LOOK = YES +UML_LOOK = NO # 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 graph may diff --git a/CIAO/tests/IDL_Test/Cornucopia/Cornucopia.doxygen b/CIAO/tests/IDL_Test/Cornucopia/Cornucopia.doxygen index 964e67ff3ef..6a08279bef7 100644 --- a/CIAO/tests/IDL_Test/Cornucopia/Cornucopia.doxygen +++ b/CIAO/tests/IDL_Test/Cornucopia/Cornucopia.doxygen @@ -1661,7 +1661,7 @@ GROUP_GRAPHS = YES # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language. -UML_LOOK = YES +UML_LOOK = NO # 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 |