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

<![CDATA[ is not handled inside C# comments (Origin: bugzilla #610436) #3677

Closed
doxygen opened this issue Jul 2, 2018 · 3 comments
Closed
Labels
enhancement a request to enhance doxygen, not a bug

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status NEW severity normal in component general for ---
Reported in version 1.6.2 on platform Other
Assigned to: Dimitri van Heesch

On 2010-02-19 09:33:37 +0000, tkrotoff@gmail.com wrote:

Example of a C# valid comment:

/// <code>
/// <![CDATA[
///     <<
///     >>
/// ]]>
/// </code>

<<
>> is the piece of text we want to show inside a code tag.
Since < and > and reserved characters by XML, we have to "escape" them using
<![CDATA[ otherwise Visual Studio 2008 will complain.

Problem with Doxygen 1.6.2 is that the generated HTML documentation contains
<![CDATA[ and should not.
@albert-github
Copy link
Collaborator

I've just pushed a proposed patch, pull request #6398.

@albert-github albert-github added enhancement a request to enhance doxygen, not a bug fixed but not released Bug is fixed in github, but still needs to make its way to an official release labels Jul 19, 2018
@albert-github
Copy link
Collaborator

Code has been integrated in master on github.

@doxygen
Copy link
Owner Author

doxygen commented Dec 27, 2018

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

@doxygen doxygen removed the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Dec 27, 2018
@doxygen doxygen closed this as completed Dec 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement a request to enhance doxygen, not a bug
Projects
None yet
Development

No branches or pull requests

2 participants