[dia] UML - *: minor adjustments to property descriptions and dox



commit a6041b5208c0f0acd3bfd113b76dacef9c0f8d2a
Author: Hans Breuer <hans breuer org>
Date:   Tue Oct 2 21:10:50 2012 +0200

    UML - *: minor adjustments to property descriptions and dox

 objects/UML/activity.c    |    2 +-
 objects/UML/association.c |    2 +-
 objects/UML/class.c       |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/objects/UML/activity.c b/objects/UML/activity.c
index 1e5d43b..ef6842e 100644
--- a/objects/UML/activity.c
+++ b/objects/UML/activity.c
@@ -19,7 +19,6 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/** \file objects/UML/activity.c  Implementation of the 'UML - Activity' type */
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
@@ -40,6 +39,7 @@
 
 typedef struct _State State;
 
+/** \file objects/UML/activity.c  Implementation of the 'UML - Activity' type */
 struct _State {
   Element element;
 
diff --git a/objects/UML/association.c b/objects/UML/association.c
index 34881f6..cda96fe 100644
--- a/objects/UML/association.c
+++ b/objects/UML/association.c
@@ -292,7 +292,7 @@ static PropOffset association_offsets[] = {
   { "visibility_a", PROP_TYPE_ENUM, offsetof(Association, end[0].visibility) },
   { "show_arrow_a", PROP_TYPE_BOOL, offsetof(Association, end[0].arrow) },
 
-  PROP_OFFSET_MULTICOL_COLUMN("side_a"),
+  PROP_OFFSET_MULTICOL_COLUMN("side_b"),
   { "role_b", PROP_TYPE_STRING, offsetof(Association, end[1].role) },
   { "multipicity_b", PROP_TYPE_STRING, offsetof(Association, end[1].multiplicity) }, 
   { "visibility_b", PROP_TYPE_ENUM, offsetof(Association, end[1].visibility) },
diff --git a/objects/UML/class.c b/objects/UML/class.c
index 430da2b..a27259f 100644
--- a/objects/UML/class.c
+++ b/objects/UML/class.c
@@ -171,9 +171,9 @@ static PropDescription umlclass_props[] = {
   N_("Wrap after char"), NULL, NULL },
   { "comment_line_length", PROP_TYPE_INT, PROP_FLAG_VISIBLE | PROP_FLAG_OPTIONAL,
   N_("Comment line length"), NULL, NULL},
-  { "align_comment_tagging", PROP_TYPE_STATIC, PROP_FLAG_VISIBLE|PROP_FLAG_DONT_SAVE|PROP_FLAG_DONT_MERGE,
+  { "align_comment_tagging", PROP_TYPE_STATIC, PROP_FLAG_VISIBLE|PROP_FLAG_DONT_SAVE|PROP_FLAG_DONT_MERGE|PROP_FLAG_WIDGET_ONLY,
     "", NULL, NULL },
-  { "align_allow_resizing", PROP_TYPE_STATIC, PROP_FLAG_VISIBLE|PROP_FLAG_DONT_SAVE|PROP_FLAG_DONT_MERGE,
+  { "align_allow_resizing", PROP_TYPE_STATIC, PROP_FLAG_VISIBLE|PROP_FLAG_DONT_SAVE|PROP_FLAG_DONT_MERGE|PROP_FLAG_WIDGET_ONLY,
     "", NULL, NULL },
 
   PROP_MULTICOL_END("visibilities"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]