[SrcML] [ srcml-Bugs-1372850 ] line numbers wrong for javadoc
Status: Beta
Brought to you by:
crashchaos
From: SourceForge.net <no...@so...> - 2005-12-04 14:15:47
|
Bugs item #1372850, was opened at 2005-12-04 15:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=641278&aid=1372850&group_id=105448 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: View Group: None Status: Open Resolution: None Priority: 6 Submitted By: Raiser Frank (crashchaos) Assigned to: Leif Bladt (iknowjack) Summary: line numbers wrong for javadoc Initial Comment: When linenumbers:true is set for the ViewJava plugin there is an error in the numbering of lines for multi-line comments looking like this: .. 10: something(); 11: /** * this is a javadoc * comment spanning * multiple lines */ 12: something_else(); Possible solution: don't output the multiline comments as one string, but split them at newlines and force output of the corresponding newlines. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=641278&aid=1372850&group_id=105448 |