On Wed, Mar 25, 2009 at 11:44 AM, Jonathan Lettvin <[email protected]>wrote:
> Does J have doxygen syntax to aid coders in documenting their code? Is this not answered by item 12 in doxygen's faq? http://www.stack.nl/~dimitri/doxygen/faq.html Essentially, you have to modify doxygen's source code to add support for unlisted languages. However, if you are interested in modifing doxygen, J's comment syntax is fairly simple: Note ... comments here ) and NB. till end of line (You could also treat 0 :0 as a comment begin tag, but that gets into complexities which I think would be excessive for this project.) -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
