bug? multi-line '///' comment incorrectly parsed in presence of '*/'

"Konstantin Serebryany" <[email protected]>
Newsgroups gmane.text.doxygen.devel,gmane.text.doxygen.general
Message-ID <[email protected]>
Hi,

If I have a two-line '///' comment which has '*/' in the second line, it is
interpreted as comment terminator.
Looks like a bug. Shall I file a bug report?


Thanks,

--kcc


% ls
Doxyfile  b.h
% head *
==> Doxyfile <==
INPUT=b.h
PROJECT_NAME=FOO
GENERATE_HTML=YES
GENERATE_LATEX=NO

==> b.h <==
  /// @file b.h

  /// Two-line comment,
  /// second line has misleading */ comment terminator.
  void AAAAA();
% doxygen > /dev/null 2>&1
% lynx -dump html/b_8h.html
...
Functions

   comment terminator *void  [4]AAAAA ()
...
Function Documentation

   comment terminator* void AAAAA (  )

   Two-line comment, second line has misleading

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

_______________________________________________
Doxygen-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-develop
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.