-
Notifications
You must be signed in to change notification settings - Fork 78
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
Doxygen 1.9 can't be used to run docs
#48
Comments
Yes, the situation around docs isn't the prettiest right now. Also mentioned in #41 (comment) I would be happy with an alternative solution. |
docs
Might be a dumb question to ask, but why do you use My suggestion: separate the discussion about possible Doxygen replacements from the question whether |
The default Doxygen skin is really not good and as you answered your own question, it significantly improves the quality of the output. Having one less thing to setup in an initializer utility is a good thing. As mentioned in #58, I would be happy to move to alternatives as well. If you think you can improve things in this area, PRs are also welcome. I have a bit less time nowadays to do a lot of extra research in this area. |
Well, my suggestion is to get rid of |
m.css also provides a quick search that I really really like. It's a small thing, but it's gives that polished feel and makes looking for things much easier. Check the m.css demo: https://doc.magnum.graphics/magnum/ |
Fair enough:) |
In fact, I'm going to mention it separately here that I really don't like how cppreference removed their own search feature and instead co-opted to use DDG. You used to get a small popup that showed you results as you typed. I think it's a real issue that now you get redirected to get search results. My insistence in this regard probably reflects this annoyance of mine. |
Thinking about this issue a bit longer I think that the current solution is actually fine. From a user perspective, it is easier to remove |
I'm using doxygen-awesome-css (example) for one of my libs and I quite like it. Not sure if it suits your purpose, but it's worth a look! Works fine with Doxygen 1.9.6. |
Because of
m.css
not having still support for Doxygen 1.9 thecmake --build --preset=dev -t docs
fails with a weird message, maybe adding a detailed error saying to downgrade Doxygen to 1.8 or switching to another frontend that supports doxygen 1.9The text was updated successfully, but these errors were encountered: