Book a Demo

Author Topic: NaturalDocs Option...  (Read 3665 times)

mray

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
NaturalDocs Option...
« on: January 17, 2006, 05:39:39 am »
Noticed there is a Macro for Javadoc documentation, what would be required to create one for NaturalDocs documentation (http://www.naturaldocs.org/)?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: NaturalDocs Option...
« Reply #1 on: January 17, 2006, 01:23:50 pm »
As a user you could implement this as an add-in call from the templates.  It would look something like this.

%EXEC_ADD_IN("NaturalDocsAddin","OperationComment",opGUID,genOptWrapComment)%

Your addin would then handle all the formatting etc.

For a NATURALDOC_COMMENT macro like there is for javadoc we would need to add support for it.  That also isn't likely to happen until we add a parser so that information can be included in relevant fields.