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

Documentation: within-page hyperlinks in README.md don't work in doxygen-generated documentation #299

Closed
dschlaep opened this issue Jan 24, 2022 · 1 comment

Comments

@dschlaep
Copy link
Member

html tags don't work (anymore?) for doxygen documentation (as of doxygen v1.9.3)

e.g., the README table of contents should be hyperlinked (which work in github-flavored markdown), but they don't work as hyperlinks in the doxygen-created documentation

@dschlaep dschlaep added this to the Document code milestone Jan 24, 2022
dschlaep added a commit that referenced this issue Jan 24, 2022
- some doxygen hyperlinks no longer worked correctly -> use mostly markdown-style links (except for creating subpages)
- however, html tags don't work for doxygen documentation (as of v1.9.3) (see issue #299)
dschlaep added a commit that referenced this issue Jan 24, 2022
- move CI from travis and appveyor to github actions (close #298 but see #300 and #301)
- updated googletest (as of v1.11.0, Jun 11, 2021) requires newer gcc and clang versions (>= 5.0, https://github.com/google/googletest) 
  than currently implemented for travis and appveyor scripts (gcc v4.9 and clang v3.5)
- avoid codecov's bash uploader; it will be retired by Feb 1, 2022 (https://docs.codecov.com/docs/about-the-codecov-bash-uploader)
- fix compiler "Warning: array subscript has type char" for function `SW_MDL_read()`
- update documentation (close #267 but see #299)
@dschlaep
Copy link
Member Author

dschlaep commented Jul 5, 2024

This is no longer a problem

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

No branches or pull requests

1 participant