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.
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.
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.