[jboss-jira] [JBoss JIRA] (LOGTOOL-41) Add better comments for parameter arguments in the skeleton files.
James Perkins (JIRA)
jira-events at lists.jboss.org
Mon Mar 19 21:31:47 EDT 2012
[ https://issues.jboss.org/browse/LOGTOOL-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins resolved LOGTOOL-41.
----------------------------------
Fix Version/s: 1.1.0.Beta1
Resolution: Done
> Add better comments for parameter arguments in the skeleton files.
> ------------------------------------------------------------------
>
> Key: LOGTOOL-41
> URL: https://issues.jboss.org/browse/LOGTOOL-41
> Project: Log Tool
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: James Perkins
> Assignee: James Perkins
> Fix For: 1.1.0.Beta1
>
>
> Add the parameter name and possibly the JavaDoc for the parameter in the skeleton translation files.
> {code:java}
> String sayHello(String name)
> {code}
> Should generate:
> {code}
> # Id: 100
> # Level: Logger.Level.INFO
> # Message: Hello %s[1].
> # [1]: name
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list