From: Vladimír Vondruš Date: Fri, 22 Feb 2019 21:39:46 +0000 (+0100) Subject: doxygen: mention that SHOW_NAMESPACES = NO is not supported. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=0f33d3151b3795e48314be022c084784a2ec5293;p=blog.git doxygen: mention that SHOW_NAMESPACES = NO is not supported. --- diff --git a/doc/doxygen.rst b/doc/doxygen.rst index 08a896e7..cd707bf7 100644 --- a/doc/doxygen.rst +++ b/doc/doxygen.rst @@ -244,6 +244,9 @@ amount of generated content for no added value. option would be too much effort for too little gain and so m.css simply aborts if it discovers this option being enabled. Set it back to ``NO`` it in your ``Doxyfile-mcss`` override. +- The :ini:`SHOW_NAMESPACES = NO` Doxyfile option is not supported as the + theme provides a much more flexible configuration of what's shown in the + top navbar. See `Navbar links`_ for more information. `Not yet implemented features`_ -------------------------------