SalesforceFoundation / ApexDoc

The latest java source for ApexDoc, a tool to document your Salesforce Apex classes.
BSD 3-Clause "New" or "Revised" License
229 stars 128 forks source link

treat untagged comment blocks before methods and properties as @description #26

Closed davidhabib closed 9 years ago

davidhabib commented 9 years ago

It would be nice if any comment block before a method or property that has no tags, would treat the comment text as if it was for the @description. this would then cause many methods to get somewhat documented even if the user wasn't using full ApexDoc tag formatting.

davidhabib commented 9 years ago

i committed an attempt to support this, but it wasn't foolproof and it also introduced some bugs, so the change has been backed out. I'll leave this open, but low priority.