You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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:
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:
The text was updated successfully, but these errors were encountered: