GNOME Bugzilla – Bug 326214
UML documentation tag should be optional
Last modified: 2006-01-21 17:09:10 UTC
As discussed in some length in bug #325151 the recently added UML tag {documentation = [...] } should be optional. It not omly breaks existing diagrams like http://bugzilla.gnome.org/attachment.cgi?id=56472&action=view but IMHO clutters the view for no good reason. At least I have not found any UML diagram yet which has this decoration. And even if there are some, more informal diagrams should stay possible.
2006-01-21 Hans Breuer <hans@breuer.org> * objects/UML/class_dialog.c(attributes_create_page, operations_create_page) : dont connect to a not exisiting signal. Avoids "GLib-GObject-CRITICAL **: g_signal_connect_closure_by_id: assertion 'signal_id > 0' failed" (This was a leftover of introducing the GtkTextView instead of GtkEntry) * objects/UML/class_dialog.c objects/UML/class.c objects/UML/class.h : Introduce 'comment_tagging' switch which allows to hide the rendering {documentation = } Maybe a choice between ugliness and non-standard. Fixes bug #326214. (Unrelated: started to adapt casing of variables to Dia's common coding style)