Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comment /**/ confuses doxygen (Origin: bugzilla #711723) #5345

Closed
doxygen opened this issue Jul 2, 2018 · 0 comments
Closed

Comment /**/ confuses doxygen (Origin: bugzilla #711723) #5345

doxygen opened this issue Jul 2, 2018 · 0 comments

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status VERIFIED severity normal in component build for ---
Reported in version 1.8.5-GIT on platform Other
Assigned to: Dimitri van Heesch

On 2013-11-09 11:54:24 +0000, albert wrote:

Comment in the form of // confuses doxygen. Replacing // but /* */

Example file aa.h:

typedef struct tst
{
int i; //
int j; /
< documentation of j */
};

Used Doxyfile, standard without changes.

Error message:
.../aa.h:6: warning: File ended in the middle of a comment block! Perhaps a missing \endcode?

NOTE: This happens in the git version the default 1.8.5 is OK.
1.8.5 gives correct error message:
.../aa.h:3: warning: Member i (variable) of class tst is not documented.

On 2013-11-11 19:38:38 +0000, Dimitri van Heesch wrote:

Confirmed. Should be fixed in the next GIT update.

On 2013-12-24 19:00:03 +0000, Dimitri van Heesch wrote:

This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.6. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant (preferrably in the form of a self-contained example).

On 2013-12-29 17:44:01 +0000, albert wrote:

Problem does not appear in the 1.8.6 version

@doxygen doxygen closed this as completed Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant