What steps will reproduce the problem?
1.Have some code which includes a multiline comment starting with a slash. For
example:
foo.getUrl();/*/folder/folder/something*/
It seems the toolkit figures /*/ as a comment, and the remaining text
(folder/folder/something/*/) as non commented code.
What is the expected output? What do you see instead?
Instead of the generated doc we expected, we noticed that many multiline
comments were ignored by the toolkit, seemingly because it wasn't resolving
were comments start and end after the offending /*/.
What version of the product are you using? On what operating system?
I'm using Windows 7 64 bit, with the latest toolkit release (2.4.0).
Original issue reported on code.google.com by CsRe...@gmail.com on 22 Aug 2012 at 3:13
Original issue reported on code.google.com by
CsRe...@gmail.com
on 22 Aug 2012 at 3:13