This Question is Answered

1 "correct" answer available (4 pts) 1 "helpful" answer available (2 pts)
2 Replies Last post: Feb 18, 2013 12:07 PM by Michael K.  
Michael K. Newbie 2 posts since
Feb 15, 2013
Currently Being Moderated

Feb 15, 2013 5:13 PM

velocity support: javadoc style comments on macros

#**
* macro comment
* @param $arg test
*#
#macro (somemacro $arg)
#end

 

 

The quick doc shows only the "macro comment" but not the parameter comment in any form, it's just ignored. Is there any form of syntax for the parameters different to normal javadoc or is it just missing?

 

It would be nice for better integration and documenting.

Peter Gromov Apprentice 727 posts since
Sep 12, 2002
Currently Being Moderated
Feb 15, 2013 9:50 PM in response to: Michael K.
Re: velocity support: javadoc style comments on macros

Currently IDEA ignores any special syntax like @arg or @param in Velocity comments. You can work around by removing @ and adding some html formatting. I couldn't find any standard on Velocity doc comments. If you want IDEA to support any particular markup syntax, please file a feature request at http://youtrack.jetbrains.net with a description of that syntax.

More Like This

  • Retrieving data ...