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

URLs are not created on C# classes in some cases (Origin: bugzilla #701314) #5199

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

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

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

Original attachment names and IDs:

On 2013-05-30 21:33:35 +0000, lmorsino@gmail.com wrote:

Created attachment 245680
Minimal doxygen test project to show error described above

We are using doxygen in a two-step process. The first step processes all of our C++ headers and C# classes, and creates tag files and reference manual. The second step uses the tag files to create links from the text content in our programming guide to the ref manual that doxygen generated in the first step.

The second step is giving us a problem. Doxygen correctly makes links on class names for C# classes it finds in our text. But C# classes in code snippets do not get linked.

I have included our tag file with a minimal test project. doxygen is run on "input.pre" and will create "output.html". In output.html, you will see the code snippets, some classes with hyperlinks, some without. I think all of them should have hyperlinks.

On 2013-05-30 22:03:35 +0000, Dimitri van Heesch wrote:

The example appears to be incomplete, I miss files:

INPUT = .
../../../../../internals/hps_core/source/cs
../../../../../internals/hps_sprk/source/cs
../../../../../internals/hps_sprk_ops/source/cs
../../../../../internals/hps_sprk_exchange/source/cs
../../../../../internals/hps_sprk_publish/source/cs/

Can you make self-contained example that shows the problem?

On 2013-05-31 19:09:49 +0000, lmorsino@gmail.com wrote:

I don't think you need those files to do the test...you can comment that INPUT line and the problem will still show up...

On 2013-06-15 14:49:20 +0000, Dimitri van Heesch wrote:

Confirmed. Should be fixed in the next GIT update.

On 2013-08-23 15:04:20 +0000, Dimitri van Heesch wrote:

This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.5. 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.

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