To add comments to the property files:
If you place this information about top of your site<Lang>.prp, you benefit in the following ways:
The following example shows a portion of the SiteC++.prp file with comment properties.
Subject SiteCPPComment
Metaclass Comments
Property RhpVersion String "v7.5 SiteC++ for Rhapsody
Build 1368921"
Property ChangeAuthor String "John Smith, Acme Co."
Property LastChange String "01.30.2009"
Property ChangeHistory MultiLine "Version 1.0
02.08.2009"
Property ChangeList MultiLine "
List of Changed Properties
Optimization Properties:
* CPP_CG->Attribute->AccessorGenerate to False
* CPP_CG->Attribute->MutatorGenerate to False
* CPP_CG->Relation->RemoveKeyGenerate to False
* CPP_CG->Relation->RemoveKeyHelpersGenerate to
False
Other properties:
* None
"
Property GeneralComment MultiLine "
Purpose of the changes in siteC++.prp:
I like challenges!
Any questions?
"
end
end
end