-
Notifications
You must be signed in to change notification settings - Fork 14
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
XML Commands: seealso #45
Comments
To be clear, the \sa command in DoxyPress is not broken and does exactly what it was intended to do. It appears you are requesting a change to the </seealso> XML tag . Please show a small example of (A) what output you see and (B) what you expect. Thanks. |
@bgeller Thanks for the response, and thanks for the work on the Doxypress. Not tested <seealso href="https://docs.microsoft.com/en-us/windows/win32/api/windef/ns-windef-size">SIZE</seealso> is expected to work like the html <a href="https://docs.microsoft.com/en-us/windows/win32/api/windef/ns-windef-size">SIZE</a> However, the Doxypress output does not generate a hyperlink, the link and the text are displayed on separate lines. |
Thanks for the extra information. We will review this issue with DoxyPress and figure out why it is displaying on multiple lines. Please let us know if you find other inconsistencies. Pull requests are also welcome. Barbara |
@bgeller Thanks for the response.
There are some few others; some of the links in the left navigation pane not working (page not found), Doxygen does not generate link for those "folder" items that are failing. On a different note, I found the Building Settings / Dot naming to be a bit confusing, since the top options of the Part 1 are really not on Dot diagrams. Doxygen used Diagrams for this. |
The seealso tag is not completely supported in Doxygen, and it seems it is not fixed in Doxypress. Consider the following:
The attribute href is a well-known extension used in .NET for explicit URL, but this does not work.
For this, there is
See also
section generated with the hyperlink text, but it is not hyperlinked and theSIZE
is displayed somewhere below.The text was updated successfully, but these errors were encountered: