{% 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' %}
{% 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) }}
{% 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) }}
</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>
</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,
</div>
</article></main>
</body>
-</html>
\ No newline at end of file
+</html>
</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>
</div>
</article></main>
</body>
-</html>
\ No newline at end of file
+</html>
</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>
</div>
</article></main>
</body>
-</html>
\ No newline at end of file
+</html>
</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>
</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>
</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>
</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,
</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>
<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>
<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>
</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>
</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<class T, class U = void, class = int></div>
</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>
<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,
</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<class T></div>
</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
</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>
</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>
</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>
</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>
</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>
</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<class V, int = 3></div>
</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>
</div>
<p>Should have <code>template<></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<int b></div>
</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>
</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>
</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>
</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>
</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>
</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>&&) -> <a href="classRoot_1_1Directory_1_1Sub_1_1Class.html" class="m-dox">Class</a>& <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<class T, class U = void></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 -> 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 -> 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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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
</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>
</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>
</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
</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>
</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>
</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">) -> bool MAGNUM_EXPORT <span class="m-label m-flat m-primary">constexpr</span></span>
</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">) -> int</span>
</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>
<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>
</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>
</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>
</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,
</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<class T, class U = void, class = int></div>
</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<class T, typename = void></div>
</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<class V, bool = false></div>