Class Diagram comments

  • Thread starter Thread starter JPS
  • Start date Start date
J

JPS

Does anyone know, after you initially enter comments in class details,
and it puts the xml tags in your code, if you make changes to your
comments, is there a way to keep the history of your comment changes?
 
The class diagram (except for the visual layout) is actually just a
layer on top of the underlying classes, so no: there isn't anything
built in to support this; however, you could use your preferred
source-control (my pref.), or just comments like ("UPDATE: JPS
23/01/07 - blah blah blah") [although I don't think this latter option
is very clean]

Marc
 
Hi,

No, no for the comment nor for the code itself, if you want something like
that use some source control application, like source safe.


--
Ignacio Machin
machin AT laceupsolutions com


| Does anyone know, after you initially enter comments in class details,
| and it puts the xml tags in your code, if you make changes to your
| comments, is there a way to keep the history of your comment changes?
|
 
Back
Top