API
Im working with eclipse at the moment and I just generated a Javadoc
I need to get purpose, preconditions and postconditions written for my methods.
I doubt it but is there a way for it to get automatically generated in the methods for me?
If I have to do it manually, is there any guide one can give me to correctly put in my postconditions and preconditions?
[385 byte] By [
kumiko2ua] at [2007-11-27 3:24:29]

# 1
You probably want to create custom tags. If you use the <javadoc> Ant task, you could do it the additionalparam attribute, something like this:
additionalparam="-tag .requires:tm:"Requires:" -tag .table:tm:"Database Table:" -tag .column:m:"Database Column:" -tag .api:tm:"API Function/Structure:" -tag author:cmt:"Author:" -tag .future:a:"Possible Future Enhancements:" -tag .copyright:top:"Copyright:""