So I figured I would standardize the way I do this by defining a set of XML tags to describe each section of a comment stub...
But I need suggestions, seeing how I'm not an XML expert or anything...
example:
Code: Select all
<history>
<revision>
<date value="Nov.15.05" />
<author name="Joe Sox" email="test@hotmail.com" />
<remark>
Some changes were added...
</remark>
</revision>
</history>A list of authors for each function is usually added...
Am I missing any fields...??? Any ideas, suggestions, etc???
I've considered how ugly XML is going to be inside comments, but it's for the best I think