BlackToppStudios / Mezz_StaticFoundation

All of the parts of the Mezzanine that need to be handled prior to the real build, like compiler options and platform detection.
GNU General Public License v3.0
2 stars 0 forks source link

Doxygen breadcrumbs poorly formatted in web browsers #26

Open Sqeaky opened 6 years ago

Sqeaky commented 6 years ago

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