chiark / gitweb /
doxygen: fix <h2></h3>.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 12 Apr 2018 20:14:26 +0000 (22:14 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 12 Apr 2018 20:15:39 +0000 (22:15 +0200)
Amazing when such a glaring issue gets unnoticed in hundreds of test
files.

34 files changed:
doxygen/templates/base-class-reference.html
doxygen/templates/base-reference.html
doxygen/test/compound_deprecated/DeprecatedFile_8h.html
doxygen/test/compound_deprecated/dir_da5033def2d0db76e9883b31b76b3d0c.html
doxygen/test/compound_deprecated/group__group.html
doxygen/test/compound_deprecated/namespaceDeprecatedNamespace.html
doxygen/test/compound_deprecated/structDeprecatedNamespace_1_1BaseDeprecatedClass.html
doxygen/test/compound_deprecated/structDeprecatedNamespace_1_1DeprecatedClass.html
doxygen/test/compound_detailed/File_8h.html
doxygen/test/compound_detailed/namespaceEno.html
doxygen/test/compound_detailed/namespaceFoo.html
doxygen/test/compound_detailed/namespaceType.html
doxygen/test/compound_detailed/namespaceVar.html
doxygen/test/compound_detailed/namespaceWarning.html
doxygen/test/compound_detailed/structTemplate.html
doxygen/test/compound_detailed/structTemplate_3_01void_01_4.html
doxygen/test/compound_listing/Class_8h.html
doxygen/test/compound_listing/File_8h.html
doxygen/test/compound_listing/classRoot_1_1Directory_1_1Sub_1_1Class.html
doxygen/test/compound_listing/dir_4b0d5f8864bf89936129251a2d32609b.html
doxygen/test/compound_listing/dir_bbe5918fe090eee9db2d9952314b6754.html
doxygen/test/compound_listing/namespaceRoot_1_1Directory.html
doxygen/test/compound_modules/group__group.html
doxygen/test/compound_modules/group__group2.html
doxygen/test/compound_namespace_members_in_file_scope/File_8h.html
doxygen/test/compound_namespace_members_in_file_scope/namespaceNamespace.html
doxygen/test/compound_warnings/namespaceMagnum.html
doxygen/test/contents_blocks/File_8h.html
doxygen/test/cpp_derived/classAnother_1_1ProtectedBase.html
doxygen/test/cpp_derived/classNamespace_1_1A.html
doxygen/test/cpp_derived/classNamespace_1_1VirtualBase.html
doxygen/test/cpp_enum_class/File_8h.html
doxygen/test/cpp_template_alias/File_8h.html
doxygen/test/cpp_template_alias/structTemplate.html

index 3174bda2ae06419163945f4a9479fca6fcf050e8..93d20b813b9059ff5a68106ed907b8a7e27b8998 100644 (file)
         {% endif %}
         {% if compound.base_classes %}
         <section id="base-classes">
-          <h2><a href="#base-classes">Base classes</a></h3>
+          <h2><a href="#base-classes">Base classes</a></h2>
           <dl class="m-dox">
             {% for class in compound.base_classes %}
 {{ entry_class(class) }}
         {% endif %}
         {% if compound.derived_classes %}
         <section id="derived-classes">
-          <h2><a href="#derived-classes">Derived classes</a></h3>
+          <h2><a href="#derived-classes">Derived classes</a></h2>
           <dl class="m-dox">
             {% for class in compound.derived_classes %}
 {{ entry_class(class) }}
         {% endif %}
         {% if compound.public_types %}
         <section id="pub-types">
-          <h2><a href="#pub-types">Public types</a></h3>
+          <h2><a href="#pub-types">Public types</a></h2>
           <dl class="m-dox">
             {% for kind, type in compound.public_types %}
             {% if kind == 'class' %}
         {% endif %}
         {% if compound.public_static_vars %}
         <section id="pub-static-attribs">
-          <h2><a href="#pub-static-attribs">Public static variables</a></h3>
+          <h2><a href="#pub-static-attribs">Public static variables</a></h2>
           <dl class="m-dox">
             {% for var in compound.public_static_vars %}
 {{ entry_var(var) }}
         {% endif %}
         {% if compound.public_static_funcs %}
         <section id="pub-static-methods">
-          <h2><a href="#pub-static-methods">Public static functions</a></h3>
+          <h2><a href="#pub-static-methods">Public static functions</a></h2>
           <dl class="m-dox">
             {% for func in compound.public_static_funcs %}
 {{ entry_func(func) }}
         {% endif %}
         {% if compound.typeless_funcs %}
         <section id="typeless-methods">
-          <h2><a href="#typeless-methods">Constructors, destructors, conversion operators</a></h3>
+          <h2><a href="#typeless-methods">Constructors, destructors, conversion operators</a></h2>
           <dl class="m-dox">
             {% for func in compound.typeless_funcs %}
 {{ entry_func(func) }}
         {% endif %}
         {% if compound.public_funcs %}
         <section id="pub-methods">
-          <h2><a href="#pub-methods">Public functions</a></h3>
+          <h2><a href="#pub-methods">Public functions</a></h2>
           <dl class="m-dox">
             {% for func in compound.public_funcs %}
 {{ entry_func(func) }}
         {% endif %}
         {% if compound.public_vars %}
         <section id="pub-attribs">
-          <h2><a href="#pub-attribs">Public variables</a></h3>
+          <h2><a href="#pub-attribs">Public variables</a></h2>
           <dl class="m-dox">
             {% for var in compound.public_vars %}
 {{ entry_var(var) }}
         {% endif %}
         {% if compound.protected_types %}
         <section id="pro-types">
-          <h2><a href="#pro-types">Protected types</a></h3>
+          <h2><a href="#pro-types">Protected types</a></h2>
           <dl class="m-dox">
             {% for kind, type in compound.protected_types %}
             {% if kind == 'class' %}
         {% endif %}
         {% if compound.protected_static_funcs %}
         <section id="pro-static-methods">
-          <h2><a href="#pro-static-methods">Protected static functions</a></h3>
+          <h2><a href="#pro-static-methods">Protected static functions</a></h2>
           <dl class="m-dox">
             {% for func in compound.protected_static_funcs %}
 {{ entry_func(func) }}
         {% endif %}
         {% if compound.protected_funcs %}
         <section id="pro-methods">
-          <h2><a href="#pro-methods">Protected functions</a></h3>
+          <h2><a href="#pro-methods">Protected functions</a></h2>
           <dl class="m-dox">
             {% for func in compound.protected_funcs %}
 {{ entry_func(func) }}
         {% endif %}
         {% if compound.protected_static_vars %}
         <section id="pro-static-attribs">
-          <h2><a href="#pro-static-attribs">Protected static variables</a></h3>
+          <h2><a href="#pro-static-attribs">Protected static variables</a></h2>
           <dl class="m-dox">
             {% for var in compound.protected_static_vars %}
 {{ entry_var(var) }}
         {% endif %}
         {% if compound.protected_vars %}
         <section id="pro-attribs">
-          <h2><a href="#pro-attribs">Protected variables</a></h3>
+          <h2><a href="#pro-attribs">Protected variables</a></h2>
           <dl class="m-dox">
             {% for var in compound.protected_vars %}
 {{ entry_var(var) }}
         {% endif %}
         {% if compound.private_funcs %}
         <section id="pri-methods">
-          <h2><a href="#pri-methods">Private functions</a></h3>
+          <h2><a href="#pri-methods">Private functions</a></h2>
           <dl class="m-dox">
             {% for func in compound.private_funcs %}
 {{ entry_func(func) }}
         {% endfor %}
         {% if compound.related %}
         <section id="related">
-          <h2><a href="#related">Related</a></h3>
+          <h2><a href="#related">Related</a></h2>
           <dl class="m-dox">
             {% for kind, member in compound.related %}
             {% if kind == 'typedef' %}
index 51a87e055131cd1322012323a7e59b15c09038cd..fc0da192841c9717812ef9209771ba1556512b41 100644 (file)
@@ -89,7 +89,7 @@
 {% endif %}
         {% if compound.modules %}
         <section id="groups">
-          <h2><a href="#groups">Modules</a></h3>
+          <h2><a href="#groups">Modules</a></h2>
           <dl class="m-dox">
             {% for module in compound.modules %}
 {{ entry_module(module) }}
@@ -99,7 +99,7 @@
         {% endif %}
         {% if compound.dirs %}
         <section id="subdirs">
-          <h2><a href="#subdirs">Directories</a></h3>
+          <h2><a href="#subdirs">Directories</a></h2>
           <dl class="m-dox">
             {% for dir in compound.dirs %}
 {{ entry_dir(dir) }}
         {% endif %}
         {% if compound.files %}
         <section id="files">
-          <h2><a href="#files">Files</a></h3>
+          <h2><a href="#files">Files</a></h2>
           <dl class="m-dox">
             {% for file in compound.files %}
 {{ entry_file(file) }}
         {% endif %}
         {% if compound.namespaces %}
         <section id="namespaces">
-          <h2><a href="#namespaces">Namespaces</a></h3>
+          <h2><a href="#namespaces">Namespaces</a></h2>
           <dl class="m-dox">
             {% for namespace in compound.namespaces %}
 {{ entry_namespace(namespace) }}
         {% endif %}
         {% if compound.classes %}
         <section id="nested-classes">
-          <h2><a href="#nested-classes">Classes</a></h3>
+          <h2><a href="#nested-classes">Classes</a></h2>
           <dl class="m-dox">
             {% for class in compound.classes %}
 {{ entry_class(class) }}
         {% endif %}
         {% if compound.enums %}
         <section id="enum-members">
-          <h2><a href="#enum-members">Enums</a></h3>
+          <h2><a href="#enum-members">Enums</a></h2>
           <dl class="m-dox">
             {% for enum in compound.enums %}
 {{ entry_enum(enum) }}
         {% endif %}
         {% if compound.typedefs %}
         <section id="typedef-members">
-          <h2><a href="#typedef-members">Typedefs</a></h3>
+          <h2><a href="#typedef-members">Typedefs</a></h2>
           <dl class="m-dox">
             {% for typedef in compound.typedefs %}
 {{ entry_typedef(typedef) }}
         {% endif %}
         {% if compound.funcs %}
         <section id="func-members">
-          <h2><a href="#func-members">Functions</a></h3>
+          <h2><a href="#func-members">Functions</a></h2>
           <dl class="m-dox">
             {% for func in compound.funcs %}
 {{ entry_func(func) }}
         {% endif %}
         {% if compound.vars %}
         <section id="var-members">
-          <h2><a href="#var-members">Variables</a></h3>
+          <h2><a href="#var-members">Variables</a></h2>
           <dl class="m-dox">
             {% for var in compound.vars %}
 {{ entry_var(var) }}
         {% endif %}
         {% if compound.defines %}
         <section id="define-members">
-          <h2><a href="#define-members">Defines</a></h3>
+          <h2><a href="#define-members">Defines</a></h2>
           <dl class="m-dox">
             {% for define in compound.defines %}
 {{ entry_define(define) }}
index 3bb767bc0f6150a7b82e1e13c6c3bba1f21619b8..8cc7e8a468af8fd0701f85b48c527f62fb0729cd 100644 (file)
         </div>
 <aside class="m-note m-danger"><h4><a href="deprecated.html#_deprecated000002" class="m-dox">Deprecated</a></h4><p>This file is deprecated.</p></aside>
         <section id="namespaces">
-          <h2><a href="#namespaces">Namespaces</a></h3>
+          <h2><a href="#namespaces">Namespaces</a></h2>
           <dl class="m-dox">
             <dt>namespace <a href="namespaceDeprecatedNamespace.html" class="m-dox">DeprecatedNamespace</a> <span class="m-label m-danger">deprecated</span></dt>
             <dd>A namespace.</dd>
           </dl>
         </section>
         <section id="nested-classes">
-          <h2><a href="#nested-classes">Classes</a></h3>
+          <h2><a href="#nested-classes">Classes</a></h2>
           <dl class="m-dox">
             <dt>
               struct <a href="structDeprecatedNamespace_1_1BaseDeprecatedClass.html" class="m-dox">DeprecatedNamespace::BaseDeprecatedClass</a> <span class="m-label m-danger">deprecated</span>
@@ -66,7 +66,7 @@
           </dl>
         </section>
         <section id="define-members">
-          <h2><a href="#define-members">Defines</a></h3>
+          <h2><a href="#define-members">Defines</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">#define <a href="#a7f8376730349fef9ff7d103b0245a13e" class="m-dox">DEPRECATED_MACRO</a>(</span><span class="m-dox-wrap">a,
@@ -93,4 +93,4 @@
   </div>
 </article></main>
 </body>
-</html>
\ No newline at end of file
+</html>
index a4ba4ed07aee6a84ae1591495b15526bbf58b38c..30ec92e474548d27e34d9873beea365116d53e52 100644 (file)
           </ul>
         </div>
         <section id="subdirs">
-          <h2><a href="#subdirs">Directories</a></h3>
+          <h2><a href="#subdirs">Directories</a></h2>
           <dl class="m-dox">
             <dt>directory <a href="dir_89d28accb4b69f59411b7eddd48bbfbd.html" class="m-dox">DeprecatedSubdir</a>/ <span class="m-label m-danger">deprecated</span></dt>
             <dd>A directory.</dd>
           </dl>
         </section>
         <section id="files">
-          <h2><a href="#files">Files</a></h3>
+          <h2><a href="#files">Files</a></h2>
           <dl class="m-dox">
             <dt>file <a href="DeprecatedFile_8h.html" class="m-dox">DeprecatedFile.h</a> <span class="m-label m-danger">deprecated</span></dt>
             <dd>A file.</dd>
@@ -54,4 +54,4 @@
   </div>
 </article></main>
 </body>
-</html>
\ No newline at end of file
+</html>
index 8280484b6a67634878d258790a7615289b0b46c9..50f3cef68aea3604ca8f367a069e4f054e6f3daf 100644 (file)
           </ul>
         </div>
         <section id="groups">
-          <h2><a href="#groups">Modules</a></h3>
+          <h2><a href="#groups">Modules</a></h2>
           <dl class="m-dox">
             <dt>module <a href="group__deprecated-group.html" class="m-dox">A group</a> <span class="m-label m-danger">deprecated</span></dt>
             <dd></dd>
           </dl>
         </section>
         <section id="nested-classes">
-          <h2><a href="#nested-classes">Classes</a></h3>
+          <h2><a href="#nested-classes">Classes</a></h2>
           <dl class="m-dox">
             <dt>
               union <a href="unionDeprecatedNamespace_1_1DeprecatedUnion.html" class="m-dox">DeprecatedNamespace::DeprecatedUnion</a> <span class="m-label m-danger">deprecated</span>
@@ -58,4 +58,4 @@
   </div>
 </article></main>
 </body>
-</html>
\ No newline at end of file
+</html>
index 6d39cee87435507315fe24e6135678d07bae0425..767dd37720eb5bc1333ef02d3e5aac6e48b094f7 100644 (file)
@@ -38,7 +38,7 @@
         </div>
 <aside class="m-note m-danger"><h4><a href="deprecated.html#_deprecated000003" class="m-dox">Deprecated</a></h4><p>This namespace is deprecated.</p></aside>
         <section id="nested-classes">
-          <h2><a href="#nested-classes">Classes</a></h3>
+          <h2><a href="#nested-classes">Classes</a></h2>
           <dl class="m-dox">
             <dt>
               struct <a href="structDeprecatedNamespace_1_1BaseDeprecatedClass.html" class="m-dox">BaseDeprecatedClass</a> <span class="m-label m-danger">deprecated</span>
@@ -59,7 +59,7 @@
           </dl>
         </section>
         <section id="enum-members">
-          <h2><a href="#enum-members">Enums</a></h3>
+          <h2><a href="#enum-members">Enums</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">enum <a href="#ab1e37ddc1d65765f2a48485df4af7b47" class="m-dox">DeprecatedEnum</a> { </span><span class="m-dox-wrap"><a href="#ab1e37ddc1d65765f2a48485df4af7b47aa4d464de178e623239177e744f063cc3" class="m-dox">Value</a> = 15 } <span class="m-label m-danger">deprecated</span></span>
@@ -72,7 +72,7 @@
           </dl>
         </section>
         <section id="typedef-members">
-          <h2><a href="#typedef-members">Typedefs</a></h3>
+          <h2><a href="#typedef-members">Typedefs</a></h2>
           <dl class="m-dox">
             <dt>
               using <a href="#af503ad3ff194a4c2512aff16df771164" class="m-dox">DeprecatedTypedef</a> = int <span class="m-label m-danger">deprecated</span>
@@ -81,7 +81,7 @@
           </dl>
         </section>
         <section id="func-members">
-          <h2><a href="#func-members">Functions</a></h3>
+          <h2><a href="#func-members">Functions</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">void <a href="#a9a1b3fc71d294b548095985acc0d5092" class="m-dox">deprecatedFoo</a>(</span><span class="m-dox-wrap">int a,
@@ -92,7 +92,7 @@
           </dl>
         </section>
         <section id="var-members">
-          <h2><a href="#var-members">Variables</a></h3>
+          <h2><a href="#var-members">Variables</a></h2>
           <dl class="m-dox">
             <dt>int <a href="#ae934297fc39624409333eefbfeabf5e5" class="m-dox">DeprecatedVariable</a> <span class="m-label m-danger">deprecated</span> <span class="m-label m-flat m-primary">constexpr</span></dt>
             <dd>A variable.</dd>
index 9deacf9af552c8c4f3adb18f97a278c89409a69c..36235c4e5492f9b6a2420a8b29466805c7fd2855 100644 (file)
@@ -25,7 +25,7 @@
         <p>A base class.</p>
 <aside class="m-note m-danger"><h4><a href="deprecated.html#_deprecated000005" class="m-dox">Deprecated</a></h4><p>This class is deprecated.</p></aside>
         <section id="derived-classes">
-          <h2><a href="#derived-classes">Derived classes</a></h3>
+          <h2><a href="#derived-classes">Derived classes</a></h2>
           <dl class="m-dox">
             <dt>
               struct <a href="structDeprecatedNamespace_1_1DeprecatedClass.html" class="m-dox">DeprecatedClass</a> <span class="m-label m-danger">deprecated</span>
index 36be53da5a5be6abecdda15489e42c1088ac7837..7ea5cf02b46db6b625cd02c818568d51d320ac8e 100644 (file)
@@ -25,7 +25,7 @@
         <p>A class.</p>
 <aside class="m-note m-danger"><h4><a href="deprecated.html#_deprecated000006" class="m-dox">Deprecated</a></h4><p>This class is deprecated.</p></aside>
         <section id="base-classes">
-          <h2><a href="#base-classes">Base classes</a></h3>
+          <h2><a href="#base-classes">Base classes</a></h2>
           <dl class="m-dox">
             <dt>
               struct <a href="structDeprecatedNamespace_1_1BaseDeprecatedClass.html" class="m-dox">BaseDeprecatedClass</a> <span class="m-label m-danger">deprecated</span>
index 3928cd1829fc530aa0df8f54bdff6e53dc371983..5def271138ed993663154206137b3fff6cf4ca0a 100644 (file)
@@ -37,7 +37,7 @@
           </ul>
         </div>
         <section id="namespaces">
-          <h2><a href="#namespaces">Namespaces</a></h3>
+          <h2><a href="#namespaces">Namespaces</a></h2>
           <dl class="m-dox">
             <dt>namespace <a href="namespaceNamee.html" class="m-dox">Namee</a></dt>
             <dd>Namespace docs.</dd>
@@ -54,7 +54,7 @@
           </dl>
         </section>
         <section id="nested-classes">
-          <h2><a href="#nested-classes">Classes</a></h3>
+          <h2><a href="#nested-classes">Classes</a></h2>
           <dl class="m-dox">
             <dt>
               <div class="m-dox-template">template&lt;class T, class U = void, class = int&gt;</div>
@@ -74,7 +74,7 @@
           </dl>
         </section>
         <section id="define-members">
-          <h2><a href="#define-members">Defines</a></h3>
+          <h2><a href="#define-members">Defines</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">#define <a href="#a144a2a84c08d05de76f6a4a245584810" class="m-dox">A_DEFINE</a></span>
index 28ac577535418590559b2d9814f7b6fde3014aef..fbeef31c1a8e3770fa883cdcac73077c49a20e95 100644 (file)
@@ -22,7 +22,7 @@
         <h1>Eno <span class="m-thin">namespace</span></h1>
         <p>A namespace.</p>
         <section id="enum-members">
-          <h2><a href="#enum-members">Enums</a></h3>
+          <h2><a href="#enum-members">Enums</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">enum <a href="#a4c1723bb8d7d27b0cbbdaba791556cf4" class="m-dox">Boolean</a> { </span><span class="m-dox-wrap"><a href="#a4c1723bb8d7d27b0cbbdaba791556cf4a0af19db6c4f528b65608a4f7e1e20f60" class="m-dox">True</a> = 7,
index aef055cb87f929fa0c6c6a808ec2165037a1ee5c..b12d5e6021646444d6720426958d3ddb6be139a7 100644 (file)
@@ -33,7 +33,7 @@
           </ul>
         </div>
         <section id="func-members">
-          <h2><a href="#func-members">Functions</a></h3>
+          <h2><a href="#func-members">Functions</a></h2>
           <dl class="m-dox">
             <dt>
               <div class="m-dox-template">template&lt;class T&gt;</div>
index e5ac4c266fee32cf9004322a015ead88f1704a95..b0c949b4eb09b74200ec278800fdf106d8e4bcda 100644 (file)
@@ -33,7 +33,7 @@
           </ul>
         </div>
         <section id="typedef-members">
-          <h2><a href="#typedef-members">Typedefs</a></h3>
+          <h2><a href="#typedef-members">Typedefs</a></h2>
           <dl class="m-dox">
             <dt>
               using <a href="#a60126d739e81aaae3b1222f38582b9fe" class="m-dox">Ugly</a> = Me
index 4d841c40aa1f9b50831ff664e948e3091129ac98..e334f39cea540bff749281fbb22fed3574d48cb0 100644 (file)
@@ -33,7 +33,7 @@
           </ul>
         </div>
         <section id="var-members">
-          <h2><a href="#var-members">Variables</a></h3>
+          <h2><a href="#var-members">Variables</a></h2>
           <dl class="m-dox">
             <dt>const int <a href="#a4f9fd9cff960aeecffcab6a5d2ffcd81" class="m-dox">a</a> <span class="m-label m-flat m-primary">constexpr</span></dt>
             <dd>A value.</dd>
index dec9a10a75b3e48ba02d4e866217c4bcf44ed65e..f3669d06fd9505052b0ef513acd1557dc5c8ef02 100644 (file)
@@ -34,7 +34,7 @@
           </ul>
         </div>
         <section id="enum-members">
-          <h2><a href="#enum-members">Enums</a></h3>
+          <h2><a href="#enum-members">Enums</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">enum <a href="#a6e48c63bc575702198dfcc3501fc8bb8" class="m-dox-self" name="a6e48c63bc575702198dfcc3501fc8bb8">Enum</a> { </span><span class="m-dox-wrap"><a href="#a6e48c63bc575702198dfcc3501fc8bb8a63997f6aebd31d3b13d6bbb51c87c4f0" class="m-dox">Warn</a> }</span>
@@ -43,7 +43,7 @@
           </dl>
         </section>
         <section id="func-members">
-          <h2><a href="#func-members">Functions</a></h3>
+          <h2><a href="#func-members">Functions</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">void <a href="#a084dfc535219dee446df1c710e215839" class="m-dox">bar</a>(</span><span class="m-dox-wrap">)</span>
index 0ed09c916cc4b2258aac7de6c34f7b5c5ab591b0..895115d31527e755c54e2f18548789cc55cb80c8 100644 (file)
@@ -55,7 +55,7 @@
         </div>
 <p>Should have it displayed on top.</p>
         <section id="pub-methods">
-          <h2><a href="#pub-methods">Public functions</a></h3>
+          <h2><a href="#pub-methods">Public functions</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">void <a href="#af51f2282e44f51eea57a198c123f8b16" class="m-dox">bar</a>(</span><span class="m-dox-wrap">)</span>
@@ -64,7 +64,7 @@
           </dl>
         </section>
         <section id="pro-types">
-          <h2><a href="#pro-types">Protected types</a></h3>
+          <h2><a href="#pro-types">Protected types</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">enum <a href="#a78bd618022079b3efbf1db104e058c8a" class="m-dox">Bar</a> { </span><span class="m-dox-wrap"> }</span>
@@ -81,7 +81,7 @@
           </dl>
         </section>
         <section id="pro-methods">
-          <h2><a href="#pro-methods">Protected functions</a></h3>
+          <h2><a href="#pro-methods">Protected functions</a></h2>
           <dl class="m-dox">
             <dt>
               <div class="m-dox-template">template&lt;class V, int = 3&gt;</div>
@@ -91,7 +91,7 @@
           </dl>
         </section>
         <section id="pro-attribs">
-          <h2><a href="#pro-attribs">Protected variables</a></h3>
+          <h2><a href="#pro-attribs">Protected variables</a></h2>
           <dl class="m-dox">
             <dt>int <a href="#aaf7ee941db121bdf57653fe4bd8f3f53" class="m-dox">a</a></dt>
             <dd>Variable.</dd>
index 37c1d1552ee71c4b8d931e8e8e91368c80431ee4..7cee82fe0c71198a113d5a68d8e0130511fec0ae 100644 (file)
@@ -37,7 +37,7 @@
         </div>
 <p>Should have <code>template&lt;&gt;</code> displayed on top.</p>
         <section id="pub-methods">
-          <h2><a href="#pub-methods">Public functions</a></h3>
+          <h2><a href="#pub-methods">Public functions</a></h2>
           <dl class="m-dox">
             <dt>
               <div class="m-dox-template">template&lt;int b&gt;</div>
index abcc3af7450daaa693049d606e50fa04bdecf283..fdcf6c61928300ac5f0bd70c5c4eb038e9d946c2 100644 (file)
@@ -52,7 +52,7 @@
           </ul>
         </div>
         <section id="namespaces">
-          <h2><a href="#namespaces">Namespaces</a></h3>
+          <h2><a href="#namespaces">Namespaces</a></h2>
           <dl class="m-dox">
             <dt>namespace <a href="namespaceRoot.html" class="m-dox">Root</a></dt>
             <dd>Root namespace.</dd>
@@ -63,7 +63,7 @@
           </dl>
         </section>
         <section id="nested-classes">
-          <h2><a href="#nested-classes">Classes</a></h3>
+          <h2><a href="#nested-classes">Classes</a></h2>
           <dl class="m-dox">
             <dt>
               class <a href="classRoot_1_1Directory_1_1Sub_1_1Class.html" class="m-dox">Root::Directory::Sub::Class</a>
index 8fe55dec6cc1dfd57a446f305895cdec0e7b570b..c607b0d0e1c274a657ffa14020b92b837a8722e8 100644 (file)
@@ -54,7 +54,7 @@
           </ul>
         </div>
         <section id="namespaces">
-          <h2><a href="#namespaces">Namespaces</a></h3>
+          <h2><a href="#namespaces">Namespaces</a></h2>
           <dl class="m-dox">
             <dt>namespace <a href="namespaceRoot.html" class="m-dox">Root</a></dt>
             <dd>Root namespace.</dd>
@@ -63,7 +63,7 @@
           </dl>
         </section>
         <section id="nested-classes">
-          <h2><a href="#nested-classes">Classes</a></h3>
+          <h2><a href="#nested-classes">Classes</a></h2>
           <dl class="m-dox">
             <dt>
               class <a href="classRoot_1_1Directory_1_1Class.html" class="m-dox">Root::Directory::Class</a>
@@ -80,7 +80,7 @@
           </dl>
         </section>
         <section id="define-members">
-          <h2><a href="#define-members">Defines</a></h3>
+          <h2><a href="#define-members">Defines</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">#define <a href="#a144a2a84c08d05de76f6a4a245584810" class="m-dox-self" name="a144a2a84c08d05de76f6a4a245584810">A_DEFINE</a></span>
index 9a74704177f2fb90f8b4ade58514f24b89da6302..ef19e8fa4bfdaf997114033d90fe88bfc9c58ba9 100644 (file)
@@ -78,7 +78,7 @@
         </div>
 <section id="Class-section"><h2><a href="#Class-section">A section</a></h2><p>Text.</p><section id="Class-sub-section"><h3><a href="#Class-sub-section">Subsection</a></h3></section><section id="Class-sub-section2"><h3><a href="#Class-sub-section2">Subsection 2</a></h3><section id="Class-sub-section3"><h4><a href="#Class-sub-section3">Subsection 3</a></h4></section></section></section><section id="Class-section2"><h2><a href="#Class-section2">Section 2</a></h2></section>
         <section id="pub-types">
-          <h2><a href="#pub-types">Public types</a></h3>
+          <h2><a href="#pub-types">Public types</a></h2>
           <dl class="m-dox">
             <dt>
               struct <a href="structRoot_1_1Directory_1_1Sub_1_1Class_1_1Foo.html" class="m-dox">Foo</a>
           </dl>
         </section>
         <section id="pub-static-attribs">
-          <h2><a href="#pub-static-attribs">Public static variables</a></h3>
+          <h2><a href="#pub-static-attribs">Public static variables</a></h2>
           <dl class="m-dox">
             <dt>static int <a href="#a37f97d663491ff54fda7f9cfc3080006" class="m-dox-self" name="a37f97d663491ff54fda7f9cfc3080006">Size</a> <span class="m-label m-flat m-primary">constexpr</span></dt>
             <dd>A public static var.</dd>
           </dl>
         </section>
         <section id="pub-static-methods">
-          <h2><a href="#pub-static-methods">Public static functions</a></h3>
+          <h2><a href="#pub-static-methods">Public static functions</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">static void <a href="#abc9f4f532d25aa0d957a183098f2291d" class="m-dox-self" name="abc9f4f532d25aa0d957a183098f2291d">damage</a>(</span><span class="m-dox-wrap">)</span>
           </dl>
         </section>
         <section id="typeless-methods">
-          <h2><a href="#typeless-methods">Constructors, destructors, conversion operators</a></h3>
+          <h2><a href="#typeless-methods">Constructors, destructors, conversion operators</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper"><a href="#a01c99be667ab8ee934e9f94da744ea83" class="m-dox-self" name="a01c99be667ab8ee934e9f94da744ea83">Class</a>(</span><span class="m-dox-wrap">int,
           </dl>
         </section>
         <section id="pub-methods">
-          <h2><a href="#pub-methods">Public functions</a></h3>
+          <h2><a href="#pub-methods">Public functions</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">auto <a href="#ad749cc571894bad6cb3b23b1f4527233" class="m-dox-self" name="ad749cc571894bad6cb3b23b1f4527233">operator=</a>(</span><span class="m-dox-wrap"><a href="classRoot_1_1Directory_1_1Sub_1_1Class.html" class="m-dox">Class</a>&amp;&amp;) -&gt; <a href="classRoot_1_1Directory_1_1Sub_1_1Class.html" class="m-dox">Class</a>&amp; <span class="m-label m-flat m-info">defaulted</span></span>
           </dl>
         </section>
         <section id="pub-attribs">
-          <h2><a href="#pub-attribs">Public variables</a></h3>
+          <h2><a href="#pub-attribs">Public variables</a></h2>
           <dl class="m-dox">
             <dt>std::string <a href="#ad877084846b47e5504224c72aa49d399" class="m-dox-self" name="ad877084846b47e5504224c72aa49d399">debug</a></dt>
             <dd>A public variable.</dd>
           </dl>
         </section>
         <section id="pro-types">
-          <h2><a href="#pro-types">Protected types</a></h3>
+          <h2><a href="#pro-types">Protected types</a></h2>
           <dl class="m-dox">
             <dt>
               <div class="m-dox-template">template&lt;class T, class U = void&gt;</div>
           </dl>
         </section>
         <section id="pro-static-methods">
-          <h2><a href="#pro-static-methods">Protected static functions</a></h3>
+          <h2><a href="#pro-static-methods">Protected static functions</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">static void <a href="#a493c315509b0c10158bdc5dd229ea1bf" class="m-dox-self" name="a493c315509b0c10158bdc5dd229ea1bf">repair</a>(</span><span class="m-dox-wrap">)</span>
           </dl>
         </section>
         <section id="pro-methods">
-          <h2><a href="#pro-methods">Protected functions</a></h3>
+          <h2><a href="#pro-methods">Protected functions</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">auto <a href="#a5ae387679a842b33720c0ceadb2583a0" class="m-dox-self" name="a5ae387679a842b33720c0ceadb2583a0">fetchMeSomeIntegers</a>(</span><span class="m-dox-wrap">) const -&gt; int <span class="m-label m-flat m-primary">constexpr</span></span>
           </dl>
         </section>
         <section id="pro-static-attribs">
-          <h2><a href="#pro-static-attribs">Protected static variables</a></h3>
+          <h2><a href="#pro-static-attribs">Protected static variables</a></h2>
           <dl class="m-dox">
             <dt>static bool <a href="#a74e37b7c91fdbbfb8b077f96ae5e6b2f" class="m-dox-self" name="a74e37b7c91fdbbfb8b077f96ae5e6b2f">False</a></dt>
             <dd>A protected static var.</dd>
           </dl>
         </section>
         <section id="pro-attribs">
-          <h2><a href="#pro-attribs">Protected variables</a></h3>
+          <h2><a href="#pro-attribs">Protected variables</a></h2>
           <dl class="m-dox">
             <dt>std::string <a href="#a7646ff8bc6f40c535eb3c281d969f8cd" class="m-dox-self" name="a7646ff8bc6f40c535eb3c281d969f8cd">logger</a></dt>
             <dd>A protected variable.</dd>
           </dl>
         </section>
         <section id="pri-methods">
-          <h2><a href="#pri-methods">Private functions</a></h3>
+          <h2><a href="#pri-methods">Private functions</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">auto <a href="#a28551ce6aa7f9f41c1360ed17737b65d" class="m-dox-self" name="a28551ce6aa7f9f41c1360ed17737b65d">doSomething</a>(</span><span class="m-dox-wrap">) const -&gt; int <span class="m-label m-flat m-warning">virtual</span></span>
           </dl>
         </section>
         <section id="related">
-          <h2><a href="#related">Related</a></h3>
+          <h2><a href="#related">Related</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">enum <a href="#a8150b7776c2a1749101acf22e868d091" class="m-dox-self" name="a8150b7776c2a1749101acf22e868d091">Enum</a> { </span><span class="m-dox-wrap"> }</span>
index a61cb1c23d9ae61d3fc4f5c9cfb70d2d5c19eead..46807766c39f702cd791cc05f63225b57cbff160 100644 (file)
           </ul>
         </div>
         <section id="subdirs">
-          <h2><a href="#subdirs">Directories</a></h3>
+          <h2><a href="#subdirs">Directories</a></h2>
           <dl class="m-dox">
             <dt>directory <a href="dir_bbe5918fe090eee9db2d9952314b6754.html" class="m-dox">Sub</a>/</dt>
             <dd>Subdirectory.</dd>
           </dl>
         </section>
         <section id="files">
-          <h2><a href="#files">Files</a></h3>
+          <h2><a href="#files">Files</a></h2>
           <dl class="m-dox">
             <dt>file <a href="File_8h.html" class="m-dox">File.h</a></dt>
             <dd>File in directory.</dd>
index 840395a7ca034381c007d160e44acda4255cc368..26880552febdfe13adc7ea3833bd43eec9a6cdcb 100644 (file)
@@ -51,7 +51,7 @@
           </ul>
         </div>
         <section id="files">
-          <h2><a href="#files">Files</a></h3>
+          <h2><a href="#files">Files</a></h2>
           <dl class="m-dox">
             <dt>file <a href="Class_8h.html" class="m-dox">Class.h</a></dt>
             <dd>File in a subdirectory.</dd>
index 88afdf5f7d26d6847e5927f89d56889ee3c7aaf5..f9fbac7775964fd52745f60b921abeb4e081cc1f 100644 (file)
           </ul>
         </div>
         <section id="namespaces">
-          <h2><a href="#namespaces">Namespaces</a></h3>
+          <h2><a href="#namespaces">Namespaces</a></h2>
           <dl class="m-dox">
             <dt>namespace <a href="namespaceRoot_1_1Directory_1_1Sub.html" class="m-dox">Sub</a></dt>
             <dd>Namespace in subdirectory.</dd>
           </dl>
         </section>
         <section id="nested-classes">
-          <h2><a href="#nested-classes">Classes</a></h3>
+          <h2><a href="#nested-classes">Classes</a></h2>
           <dl class="m-dox">
             <dt>
               class <a href="classRoot_1_1Directory_1_1Class.html" class="m-dox">Class</a>
@@ -79,7 +79,7 @@
           </dl>
         </section>
         <section id="enum-members">
-          <h2><a href="#enum-members">Enums</a></h3>
+          <h2><a href="#enum-members">Enums</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">enum <a href="#afdcca564079156feb9314ad46e0ec20d" class="m-dox-self" name="afdcca564079156feb9314ad46e0ec20d">Enum</a> { </span><span class="m-dox-wrap"> }</span>
@@ -88,7 +88,7 @@
           </dl>
         </section>
         <section id="typedef-members">
-          <h2><a href="#typedef-members">Typedefs</a></h3>
+          <h2><a href="#typedef-members">Typedefs</a></h2>
           <dl class="m-dox">
             <dt>
               using <a href="#ac5f7e56298e7c5f4744da826f519b41c" class="m-dox-self" name="ac5f7e56298e7c5f4744da826f519b41c">Int</a> = int
           </dl>
         </section>
         <section id="func-members">
-          <h2><a href="#func-members">Functions</a></h3>
+          <h2><a href="#func-members">Functions</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">void <a href="#a1e483a02e625a420e6b3541677ab4fbd" class="m-dox-self" name="a1e483a02e625a420e6b3541677ab4fbd">foo</a>(</span><span class="m-dox-wrap">)</span>
           </dl>
         </section>
         <section id="var-members">
-          <h2><a href="#var-members">Variables</a></h3>
+          <h2><a href="#var-members">Variables</a></h2>
           <dl class="m-dox">
             <dt>const int <a href="#acdc29819d61c01eed9c74242010a7601" class="m-dox-self" name="acdc29819d61c01eed9c74242010a7601">Var</a> <span class="m-label m-flat m-primary">constexpr</span></dt>
             <dd>A variable.</dd>
index 563136ed6636b20e47373088d9c581b21635dcf8..136dba852ae5976adc0b56a18c59f7c722cfb591 100644 (file)
         </div>
 <p>Detailed description.</p>
         <section id="groups">
-          <h2><a href="#groups">Modules</a></h3>
+          <h2><a href="#groups">Modules</a></h2>
           <dl class="m-dox">
             <dt>module <a href="group__subgroup.html" class="m-dox">A subgroup</a></dt>
             <dd>Subgroup brief description.</dd>
           </dl>
         </section>
         <section id="func-members">
-          <h2><a href="#func-members">Functions</a></h3>
+          <h2><a href="#func-members">Functions</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">void <a href="#gac07863d69ae41a4e395b31f73b35fbcd" class="m-dox-self" name="gac07863d69ae41a4e395b31f73b35fbcd">foo</a>(</span><span class="m-dox-wrap">)</span>
index 15408f9406094543cd47311854e58cd956d49b42..b8ec69f7902da937d2b102e1760daa1ba1a21032 100644 (file)
@@ -45,7 +45,7 @@
           </ul>
         </div>
         <section id="func-members">
-          <h2><a href="#func-members">Functions</a></h3>
+          <h2><a href="#func-members">Functions</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">void <a href="#ga49a4b11e50430aa0a78de989ea99e082" class="m-dox-self" name="ga49a4b11e50430aa0a78de989ea99e082">bar</a>(</span><span class="m-dox-wrap">)</span>
index ca9663cb6bcb13dabb983a94c13836d26d247d7c..e253714572c1597af8c4aba20b66f7432367b56e 100644 (file)
           </ul>
         </div>
         <section id="namespaces">
-          <h2><a href="#namespaces">Namespaces</a></h3>
+          <h2><a href="#namespaces">Namespaces</a></h2>
           <dl class="m-dox">
             <dt>namespace <a href="namespaceNamespace.html" class="m-dox">Namespace</a></dt>
             <dd>A namespace.</dd>
           </dl>
         </section>
         <section id="enum-members">
-          <h2><a href="#enum-members">Enums</a></h3>
+          <h2><a href="#enum-members">Enums</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">enum <a href="namespaceNamespace.html#add172b93283b1ab7612c3ca6cc5dcfea" class="m-dox">Enum</a> { </span><span class="m-dox-wrap"><a href="#add172b93283b1ab7612c3ca6cc5dcfeaa2ef662d81d3f82682b3f993eba87420e" class="m-dox">Value</a> }</span>
@@ -68,7 +68,7 @@
           </dl>
         </section>
         <section id="typedef-members">
-          <h2><a href="#typedef-members">Typedefs</a></h3>
+          <h2><a href="#typedef-members">Typedefs</a></h2>
           <dl class="m-dox">
             <dt>
               using <a href="namespaceNamespace.html#abe2a245304bc2234927ef33175646e08" class="m-dox">Typedef</a> = int
@@ -89,7 +89,7 @@
           </dl>
         </section>
         <section id="func-members">
-          <h2><a href="#func-members">Functions</a></h3>
+          <h2><a href="#func-members">Functions</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">void <a href="namespaceNamespace.html#a0f1fe1a972c7c4196988a1bdde63ec77" class="m-dox">foo</a>(</span><span class="m-dox-wrap">)</span>
           </dl>
         </section>
         <section id="var-members">
-          <h2><a href="#var-members">Variables</a></h3>
+          <h2><a href="#var-members">Variables</a></h2>
           <dl class="m-dox">
             <dt>int <a href="namespaceNamespace.html#ad3121960d8665ab045ca1bfa1480a86d" class="m-dox">Variable</a> <span class="m-label m-flat m-primary">constexpr</span></dt>
             <dd>A variable.</dd>
           </dl>
         </section>
         <section id="define-members">
-          <h2><a href="#define-members">Defines</a></h3>
+          <h2><a href="#define-members">Defines</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">#define <a href="#a1e6e7cc6cc96adc8342c838f55790259" class="m-dox">A_MACRO</a></span>
index c471ffe1dcc6cad6b9422f23f95e0540ba5c5882..bd4f11c81faaf8dc069ed450ada146930d8d46e6 100644 (file)
@@ -36,7 +36,7 @@
           </ul>
         </div>
         <section id="enum-members">
-          <h2><a href="#enum-members">Enums</a></h3>
+          <h2><a href="#enum-members">Enums</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">enum <a href="#add172b93283b1ab7612c3ca6cc5dcfea" class="m-dox">Enum</a> { </span><span class="m-dox-wrap"><a href="#add172b93283b1ab7612c3ca6cc5dcfeaa2ef662d81d3f82682b3f993eba87420e" class="m-dox">Value</a> }</span>
@@ -49,7 +49,7 @@
           </dl>
         </section>
         <section id="typedef-members">
-          <h2><a href="#typedef-members">Typedefs</a></h3>
+          <h2><a href="#typedef-members">Typedefs</a></h2>
           <dl class="m-dox">
             <dt>
               using <a href="#abe2a245304bc2234927ef33175646e08" class="m-dox">Typedef</a> = int
@@ -62,7 +62,7 @@
           </dl>
         </section>
         <section id="func-members">
-          <h2><a href="#func-members">Functions</a></h3>
+          <h2><a href="#func-members">Functions</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">void <a href="#a0f1fe1a972c7c4196988a1bdde63ec77" class="m-dox">foo</a>(</span><span class="m-dox-wrap">)</span>
@@ -75,7 +75,7 @@
           </dl>
         </section>
         <section id="var-members">
-          <h2><a href="#var-members">Variables</a></h3>
+          <h2><a href="#var-members">Variables</a></h2>
           <dl class="m-dox">
             <dt>int <a href="#ad3121960d8665ab045ca1bfa1480a86d" class="m-dox">Variable</a> <span class="m-label m-flat m-primary">constexpr</span></dt>
             <dd>A variable.</dd>
index 799535af952e81b377bc5d7aaacd2f9d61572e5e..4669652f6f948c4b842e54453c1ec366e2648e1b 100644 (file)
@@ -33,7 +33,7 @@
           </ul>
         </div>
         <section id="func-members">
-          <h2><a href="#func-members">Functions</a></h3>
+          <h2><a href="#func-members">Functions</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">auto <a href="#a7f3d59790996b9f86ca6d4adc63549e2" class="m-dox-self" name="a7f3d59790996b9f86ca6d4adc63549e2">hasCoolThings</a>(</span><span class="m-dox-wrap">) -&gt; bool MAGNUM_EXPORT <span class="m-label m-flat m-primary">constexpr</span></span>
index 54bbdb42a0bc4f6a4c77139b3ad84ebc21818ae0..406f72a448f4710ea8c3c410a54021e0e60cba3d 100644 (file)
@@ -35,7 +35,7 @@
           </ul>
         </div>
         <section id="func-members">
-          <h2><a href="#func-members">Functions</a></h3>
+          <h2><a href="#func-members">Functions</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">auto <a href="#a14bcd2d544b22300bba3863251393e0f" class="m-dox">foo</a>(</span><span class="m-dox-wrap">) -&gt; int</span>
index a8620f0c9085979197b6a3c75cdc1d13d6084a95..c176c12b88020ac7baa9c57efb989dab11e59989 100644 (file)
@@ -24,7 +24,7 @@
         </h1>
         <p>Protected base, should list a fully-qualified derived, but w/o any label.</p>
         <section id="derived-classes">
-          <h2><a href="#derived-classes">Derived classes</a></h3>
+          <h2><a href="#derived-classes">Derived classes</a></h2>
           <dl class="m-dox">
             <dt>
               class <a href="classNamespace_1_1A.html" class="m-dox">Namespace::A</a>
index 7cd83ff2fe022a7636c8a3326a67b7f78bbffaf5..8e1da13e63798839a8ec1b7ea3dcd357e153a24c 100644 (file)
@@ -25,7 +25,7 @@
         <p>A class.</p>
 <p>Should list one protected base (fully qualified) and one virtual base (omitting the common namespace), one derived class (fully qualified).</p>
         <section id="base-classes">
-          <h2><a href="#base-classes">Base classes</a></h3>
+          <h2><a href="#base-classes">Base classes</a></h2>
           <dl class="m-dox">
             <dt>
               class <a href="classAnother_1_1ProtectedBase.html" class="m-dox">Another::ProtectedBase</a> <span class="m-label m-flat m-warning">protected</span>
@@ -38,7 +38,7 @@
           </dl>
         </section>
         <section id="derived-classes">
-          <h2><a href="#derived-classes">Derived classes</a></h3>
+          <h2><a href="#derived-classes">Derived classes</a></h2>
           <dl class="m-dox">
             <dt>
               class <a href="classAnother_1_1Derived.html" class="m-dox">Another::Derived</a>
index a4148972d0a5aedeae028ac170bec84181bd703f..f33ac8ea60f6cdb188bb626678e2fcb0edb6c9f8 100644 (file)
@@ -24,7 +24,7 @@
         </h1>
         <p>Virtual base, should list a derived (omitting the common namespace), but w/o any label.</p>
         <section id="derived-classes">
-          <h2><a href="#derived-classes">Derived classes</a></h3>
+          <h2><a href="#derived-classes">Derived classes</a></h2>
           <dl class="m-dox">
             <dt>
               class <a href="classNamespace_1_1A.html" class="m-dox">A</a>
index fd32e2610e36fdbfe5000855630d3b1d99f522d9..3dd210933cf9bf9c7a8a5aefe91a63e53fc3f8a2 100644 (file)
@@ -24,7 +24,7 @@
         </h1>
         <p>A file.</p>
         <section id="enum-members">
-          <h2><a href="#enum-members">Enums</a></h3>
+          <h2><a href="#enum-members">Enums</a></h2>
           <dl class="m-dox">
             <dt>
               <span class="m-dox-wrap-bumper">enum class <a href="#adc1e732190c7fc8fff26792c5a6cee5d" class="m-dox">Boolean</a>: unsigned char { </span><span class="m-dox-wrap"><a href="#adc1e732190c7fc8fff26792c5a6cee5daf827cf462f62848df37c5e1e94a4da74" class="m-dox">True</a> = 7,
index d3f90ba1a6d6cfedac4cb2ac474a162ecc01e5d2..c41134c2b56bd7b606ac15292dcdd7e469078e34 100644 (file)
@@ -36,7 +36,7 @@
           </ul>
         </div>
         <section id="nested-classes">
-          <h2><a href="#nested-classes">Classes</a></h3>
+          <h2><a href="#nested-classes">Classes</a></h2>
           <dl class="m-dox">
             <dt>
               <div class="m-dox-template">template&lt;class T, class U = void, class = int&gt;</div>
@@ -46,7 +46,7 @@
           </dl>
         </section>
         <section id="typedef-members">
-          <h2><a href="#typedef-members">Typedefs</a></h3>
+          <h2><a href="#typedef-members">Typedefs</a></h2>
           <dl class="m-dox">
             <dt>
               <div class="m-dox-template">template&lt;class T, typename = void&gt;</div>
index 8f53e52c607aae51bb1d80b66d44808d821ebb94..ceaaf827c622269e9bbb1d3f3520aa9710ce24a4 100644 (file)
@@ -36,7 +36,7 @@
           </ul>
         </div>
         <section id="pub-types">
-          <h2><a href="#pub-types">Public types</a></h3>
+          <h2><a href="#pub-types">Public types</a></h2>
           <dl class="m-dox">
             <dt>
               <div class="m-dox-template">template&lt;class V, bool = false&gt;</div>