|
From: Michalis K. <mic...@gm...> - 2010-04-27 22:35:04
|
Hans-Peter Diettrich wrote: > Perhaps we can add an option, how to deal with comments. Did you have an > look at FPDoc? Yeah, and fpdoc uses fcl-passrc. However, fpdoc doesn't read the documentation strings from the comments, so for it comments may be simply discarded. If someone has time to prepare a patch for fcl-passrc so that e.g. some virtual TPasTreeContainer method is called when a comment is found (this virtual method would do nothing in TPasTreeContainer, but could be overridden in descendants to do something more useful, e.g. add the comment to the last item or store it for the next item) -> it would surely be accepted by FPC :) There remains only the question who has time to do it (not me, at least not now :) ). Michalis |