chiark / gitweb /
doxygen: wrap long class / namespace <h1>s on semicolons.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 14 Aug 2018 19:15:56 +0000 (21:15 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 14 Aug 2018 19:27:35 +0000 (21:27 +0200)
doxygen/templates/base-class-reference.html
doxygen/templates/namespace.html
doxygen/test/compound_deprecated/structDeprecatedNamespace_1_1BaseDeprecatedClass.html
doxygen/test/compound_deprecated/structDeprecatedNamespace_1_1DeprecatedClass.html
doxygen/test/compound_listing/classRoot_1_1Directory_1_1Sub_1_1Class.html
doxygen/test/compound_listing/namespaceRoot_1_1Directory.html
doxygen/test/cpp_derived/classAnother_1_1ProtectedBase.html
doxygen/test/cpp_derived/classNamespace_1_1A.html
doxygen/test/cpp_derived/classNamespace_1_1PrivateBase.html
doxygen/test/cpp_derived/classNamespace_1_1VirtualBase.html

index 93d20b813b9059ff5a68106ed907b8a7e27b8998..c94ba64b86853208eeaf79d0d12ae7a086d31fec 100644 (file)
@@ -21,7 +21,7 @@
           {% set j = joiner(', ') %}
           <div class="m-dox-template">template&lt;{% for t in compound.templates %}{{ j() }}{{ t.type }}{% if t.name %} {{ t.name }}{% endif %}{% if t.default %} = {{ t.default }}{% endif%}{% endfor %}&gt;</div>
           {% endif %}
-          {%+ for name, target in compound.breadcrumb[:-1] %}<span class="m-breadcrumb"><a href="{{ target }}">{{ name }}</a>::</span>{% endfor %}{{ compound.breadcrumb[-1][0] }} <span class="m-thin">{{ compound.kind }}</span>
+          {%+ for name, target in compound.breadcrumb[:-1] %}<span class="m-breadcrumb"><a href="{{ target }}">{{ name }}</a>::<wbr/></span>{% endfor %}{{ compound.breadcrumb[-1][0] }} <span class="m-thin">{{ compound.kind }}</span>
         </h1>
         {% if compound.brief %}
         <p>{{ compound.brief }}</p>
index a90756af83e9ffd779fe8358ac9d92dbbb66ad58..46ce06490ea2160f3baa61090fb836afad7ee808 100644 (file)
@@ -3,5 +3,5 @@
 {% block title %}{% set j = joiner('::') %}{% for name, _ in compound.breadcrumb %}{{ j() }}{{ name }}{% endfor %} namespace | {{ super() }}{% endblock %}
 
 {% block header %}
-        <h1>{% for name, target in compound.breadcrumb[:-1] %}<span class="m-breadcrumb"><a href="{{ target }}">{{ name }}</a>::</span>{% endfor %}{{ compound.breadcrumb[-1][0] }} <span class="m-thin">namespace</span></h1>
+        <h1>{% for name, target in compound.breadcrumb[:-1] %}<span class="m-breadcrumb"><a href="{{ target }}">{{ name }}</a>::<wbr/></span>{% endfor %}{{ compound.breadcrumb[-1][0] }} <span class="m-thin">namespace</span></h1>
 {% endblock %}
index 36235c4e5492f9b6a2420a8b29466805c7fd2855..3792d2f973cd88d59f2ca45edc9fdda2b6be9bd3 100644 (file)
@@ -20,7 +20,7 @@
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
         <h1>
-          <span class="m-breadcrumb"><a href="namespaceDeprecatedNamespace.html">DeprecatedNamespace</a>::</span>BaseDeprecatedClass <span class="m-thin">struct</span>
+          <span class="m-breadcrumb"><a href="namespaceDeprecatedNamespace.html">DeprecatedNamespace</a>::<wbr/></span>BaseDeprecatedClass <span class="m-thin">struct</span>
         </h1>
         <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>
index 7ea5cf02b46db6b625cd02c818568d51d320ac8e..a9bd6dde3599fc0a33ec9f8457647bf3c45415a4 100644 (file)
@@ -20,7 +20,7 @@
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
         <h1>
-          <span class="m-breadcrumb"><a href="namespaceDeprecatedNamespace.html">DeprecatedNamespace</a>::</span>DeprecatedClass <span class="m-thin">struct</span>
+          <span class="m-breadcrumb"><a href="namespaceDeprecatedNamespace.html">DeprecatedNamespace</a>::<wbr/></span>DeprecatedClass <span class="m-thin">struct</span>
         </h1>
         <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>
index ef19e8fa4bfdaf997114033d90fe88bfc9c58ba9..2718105fedfbe243a711a9138e1c6fb522de0f82 100644 (file)
@@ -36,7 +36,7 @@
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
         <h1>
-          <span class="m-breadcrumb"><a href="namespaceRoot.html">Root</a>::</span><span class="m-breadcrumb"><a href="namespaceRoot_1_1Directory.html">Directory</a>::</span><span class="m-breadcrumb"><a href="namespaceRoot_1_1Directory_1_1Sub.html">Sub</a>::</span>Class <span class="m-thin">class</span>
+          <span class="m-breadcrumb"><a href="namespaceRoot.html">Root</a>::<wbr/></span><span class="m-breadcrumb"><a href="namespaceRoot_1_1Directory.html">Directory</a>::<wbr/></span><span class="m-breadcrumb"><a href="namespaceRoot_1_1Directory_1_1Sub.html">Sub</a>::<wbr/></span>Class <span class="m-thin">class</span>
         </h1>
         <p>A class.</p>
         <div class="m-block m-default">
index f9fbac7775964fd52745f60b921abeb4e081cc1f..a67d4b682ed27e06eb4038add5e15a5400a2fecc 100644 (file)
@@ -35,7 +35,7 @@
   <div class="m-container m-container-inflatable">
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
-        <h1><span class="m-breadcrumb"><a href="namespaceRoot.html">Root</a>::</span>Directory <span class="m-thin">namespace</span></h1>
+        <h1><span class="m-breadcrumb"><a href="namespaceRoot.html">Root</a>::<wbr/></span>Directory <span class="m-thin">namespace</span></h1>
         <p>Namespace in directory.</p>
         <div class="m-block m-default">
           <h3>Contents</h3>
index c176c12b88020ac7baa9c57efb989dab11e59989..fcae9c6b17f8597a6e6ac23efea054d9157ac5c3 100644 (file)
@@ -20,7 +20,7 @@
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
         <h1>
-          <span class="m-breadcrumb"><a href="namespaceAnother.html">Another</a>::</span>ProtectedBase <span class="m-thin">class</span>
+          <span class="m-breadcrumb"><a href="namespaceAnother.html">Another</a>::<wbr/></span>ProtectedBase <span class="m-thin">class</span>
         </h1>
         <p>Protected base, should list a fully-qualified derived, but w/o any label.</p>
         <section id="derived-classes">
index 8e1da13e63798839a8ec1b7ea3dcd357e153a24c..a8cc7a500073ae58143cf223ebea538105b09f1a 100644 (file)
@@ -20,7 +20,7 @@
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
         <h1>
-          <span class="m-breadcrumb"><a href="namespaceNamespace.html">Namespace</a>::</span>A <span class="m-thin">class</span>
+          <span class="m-breadcrumb"><a href="namespaceNamespace.html">Namespace</a>::<wbr/></span>A <span class="m-thin">class</span>
         </h1>
         <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>
index 710b9f721d54793d11b2f31ca5dfe0f99f1ef526..5564fc415eda12833c29a19b130e326eca6c3786 100644 (file)
@@ -20,7 +20,7 @@
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
         <h1>
-          <span class="m-breadcrumb"><a href="namespaceNamespace.html">Namespace</a>::</span>PrivateBase <span class="m-thin">class</span>
+          <span class="m-breadcrumb"><a href="namespaceNamespace.html">Namespace</a>::<wbr/></span>PrivateBase <span class="m-thin">class</span>
         </h1>
         <p>Private base class, should not list any derived.</p>
       </div>
index f33ac8ea60f6cdb188bb626678e2fcb0edb6c9f8..ab7333c08f079d291304fa6b838f1a91d1eb826d 100644 (file)
@@ -20,7 +20,7 @@
     <div class="m-row">
       <div class="m-col-l-10 m-push-l-1">
         <h1>
-          <span class="m-breadcrumb"><a href="namespaceNamespace.html">Namespace</a>::</span>VirtualBase <span class="m-thin">class</span>
+          <span class="m-breadcrumb"><a href="namespaceNamespace.html">Namespace</a>::<wbr/></span>VirtualBase <span class="m-thin">class</span>
         </h1>
         <p>Virtual base, should list a derived (omitting the common namespace), but w/o any label.</p>
         <section id="derived-classes">