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

Doxygen breadcrumbs poorly formatted in web browsers #26

Open
Sqeaky opened this issue Feb 9, 2018 · 0 comments
Open

Doxygen breadcrumbs poorly formatted in web browsers #26

Sqeaky opened this issue Feb 9, 2018 · 0 comments
Labels
Milestone

Comments

@Sqeaky
Copy link
Member

Sqeaky commented Feb 9, 2018

When generating doxygen docs the docs work but are poorly formatted. The header produced show the list of bread crumbs in a single vertical line instead of several horizontal rows, see attached screenshot:

image

Here are the steps required to duplicate, starting from the directory with this repo checked out. These were done on an ubuntu 17.10 machine with firefox 57, chromium 63, cmake 3.9.1 and doxygen 1.8.13:

$ cd ../
$ mkdir Mezz_StaticFoundation-build
$ cd Mezz_StaticFoundation-build/
$ cmake ../Mezz_StaticFoundation -GNinja
$ ninja
$ ./StaticFoundation_Tester  # Not required but it is worth noting that all tests passed
$ chromium-browser Doxygen/html/index.html 
$ firefox Doxygen/html/index.html 
@Sqeaky Sqeaky added the bug label Feb 9, 2018
@Sqeaky Sqeaky added this to the 1.0 milestone Feb 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant