From: Vladimír Vondruš Date: Mon, 22 Apr 2019 14:59:40 +0000 (+0200) Subject: Doc++ X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=9967959ca30126903b0b748d228cafbd841896c6;p=blog.git Doc++ --- diff --git a/doc/documentation/doxygen.rst b/doc/documentation/doxygen.rst index 9e7792ab..b6b36e9a 100644 --- a/doc/documentation/doxygen.rst +++ b/doc/documentation/doxygen.rst @@ -406,7 +406,7 @@ these are not expected to be excessively large. ------------------ By default, the `dark m.css theme <{filename}/css/themes.rst#dark>`_ together -with Doxygen-theme-specific additions is used, which corresponds to the +with documentation-theme-specific additions is used, which corresponds to the following configuration: .. code:: ini @@ -419,7 +419,7 @@ following configuration: If you have a site already using the ``m-dark.compiled.css`` file, there's another file called ``m-dark.documentation.compiled.css``, which contains just -the Doxygen-theme-specific additions so you can reuse the already cached +the documentation-theme-specific additions so you can reuse the already cached ``m-dark.compiled.css`` file from your main site: .. code:: ini @@ -1196,7 +1196,7 @@ Options: - ``-h``, ``--help`` --- show this help message and exit - ``--templates TEMPLATES`` --- template directory. Defaults to the - ``templates/`` subdirectory if not set. + ``templates/doxygen/`` subdirectory if not set. - ``--wildcard WILDCARD`` --- only process files matching the wildcard. Useful for debugging to speed up / restrict the processing to a subset of files. Defaults to ``*.xml`` if not set. @@ -1213,7 +1213,7 @@ Options: barriers that improve search result relevance - ``--search-no-prefix-merging`` --- don't merge search result prefixes - ``--sort-globbed-files`` --- sort globbed files for better reproducibility -- ``--debug`` --- verbose debug output. Useful for debugging. +- ``--debug`` --- verbose logging output. Useful for debugging. `Troubleshooting`_ ================== @@ -1332,8 +1332,10 @@ is an example configuration corresponding to the dark theme: ../css/m-dark.css \ ../css/m-documentation.css HTML_EXTRA_FILES = \ + ../css/m-theme-dark.css \ ../css/m-grid.css \ ../css/m-components.css \ + ../css/m-layout.css \ ../css/pygments-dark.css \ ../css/pygments-console.css M_THEME_COLOR = #22272e