chiark / gitweb /
Doc++
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 31 Dec 2018 00:05:48 +0000 (01:05 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 31 Dec 2018 02:32:09 +0000 (03:32 +0100)
doc/doxygen.rst
doxygen/test/compound_namespace_members_in_file_scope_define_base_url/File.h

index 1974e9a5fe1ef86ba8c5af5018f47fe98d5baa38..e5f43959ae9d61dafac07e97c6beef651cc0937f 100644 (file)
@@ -302,9 +302,9 @@ In addition, the m.css Doxygen theme recognizes the following extra options:
 
 .. class:: m-table m-fullwidth
 
-=================================== =======================================
+=================================== ===========================================
 Variable                            Description
-=================================== =======================================
+=================================== ===========================================
 :ini:`M_THEME_COLOR`                Color for :html:`<meta name="theme-color" />`,
                                     corresponding to the CSS style. If empty,
                                     no :html:`<meta>` tag is rendered. See
@@ -378,7 +378,7 @@ Variable                            Description
                                     search is offered. See `Search`_ for more
                                     information. Has effect only if
                                     :ini:`M_SEARCH_DISABLED` is not ``YES``.
-=================================== =======================================
+=================================== ===========================================
 
 Note that namespace, directory and page lists are always fully expanded as
 these are not expected to be excessively large.
@@ -1295,7 +1295,9 @@ type, so either strings, booleans, or lists of strings. The exceptions are:
     :py:`url` is the favicon URL and :py:`type` is favicon MIME type to
     populate the ``type`` attribute of :html:`<link rel="favicon" />`.
 
- and in addition the following variables:
+.. class:: m-noindent
+
+and in addition the following variables:
 
 .. class:: m-table m-fullwidth
 
index 0247d16608eeaceb9d49666c8d6cc2fabf51593e..80efff8126170a1ebe02184fa3ef115268cfaddf 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /* Preprocessor defines are usually first in the XML file, but if there is a
-   user-defined group, that is first. That triggers a corder case in define ID
+   user-defined group, that is first. That triggers a corner case in define ID
    extraction -- parsing the var will set current base url to namespaceNS,
    but that shouldn't trigger any error when parsing the define after. */