Treat JavaDoc as a special kind of comment ------------------------------------------
Key: QDOX-227 URL: http://jira.codehaus.org/browse/QDOX-227 Project: QDox Issue Type: Improvement Components: Java API, Parser Reporter: Robert Scholte Assignee: Robert Scholte Fix For: 2.0 Javadoc is a very special kind of comment: it can appear anywhere (like every comment), but it can have effect on specific elements. Because it can appear everywhere in the code it shouldn't be part of the java-lexer and parser but delegated to a specific comment handler. This way you can keep the java-lexer and parser clean while supporting javadoc at any position. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email