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

Strange output when : appended to an parameter description (Origin: bugzilla #707985) #5295

Closed
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 general for ---
Reported in version 1.8.5 on platform Other
Assigned to: Dimitri van Heesch

On 2013-09-12 16:59:05 +0000, albert wrote:

When we have the following source code:

/// docu of class foo
class foo
{
public:
/// @param arg1: this is the version with colon directly attached to arg1
void fie1(int arg1);
/// @param arg1 : this is the version with colon separated from arg1
void fie2(int arg1);
};

The result is that in the parameter documentation for fie1 the argument is given as:
arg1,:
but no warning is given, so it looks like doxygen sees arg1 as the argument. Furthermore it is strange that a ',' is added.
(A default Doxyfile is used)

On 2013-10-13 09:40:21 +0000, Dimitri van Heesch wrote:

Confirmed. Should be fixed in the next GIT update.

On 2013-12-24 19:00:05 +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:50:06 +0000, albert wrote:

The : has been completely removed now

@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