chiark / gitweb /
documentation/doxygen: it calculates a hash of this func differently now.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 7 May 2020 15:24:26 +0000 (17:24 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 7 May 2020 18:12:34 +0000 (20:12 +0200)
Um. I smell a hidden bug or A REGRESSION INCOMING.

documentation/test_doxygen/cpp_function_attributes/structFoo.html

index 6a0a60acac2b5b209a340dbf73d240898afac82c..85ba0c58297d1562fb1e8b7f229c1a14048d06e4 100644 (file)
@@ -64,7 +64,7 @@
             </dt>
             <dd>Random type and constexpr together.</dd>
             <dt>
-              <span class="m-doc-wrap-bumper">auto <a href="#aab09b9411135eae10f8c3abab0a0db54" class="m-doc">baz</a>(</span><span class="m-doc-wrap">) -&gt; decltype(auto) <span class="m-label m-flat m-primary">constexpr</span> <span class="m-label m-flat m-success">noexcept</span></span>
+              <span class="m-doc-wrap-bumper">auto <a href="#ac8cb68a3567b95476f034d3eb4ba1d66" class="m-doc">baz</a>(</span><span class="m-doc-wrap">) -&gt; decltype(auto) <span class="m-label m-flat m-primary">constexpr</span> <span class="m-label m-flat m-success">noexcept</span></span>
             </dt>
             <dd>decltype(auto) and constexpr together</dd>
           </dl>
             <p>Random type and constexpr together.</p>
 <p>This is okay.</p>
           </div></section>
-          <section class="m-doc-details" id="aab09b9411135eae10f8c3abab0a0db54"><div>
+          <section class="m-doc-details" id="ac8cb68a3567b95476f034d3eb4ba1d66"><div>
             <h3>
-              <span class="m-doc-wrap-bumper">decltype(auto) Foo::<wbr /></span><span class="m-doc-wrap"><span class="m-doc-wrap-bumper"><a href="#aab09b9411135eae10f8c3abab0a0db54" class="m-doc-self">baz</a>(</span><span class="m-doc-wrap">) <span class="m-label m-primary">constexpr</span> <span class="m-label m-success">noexcept</span></span></span>
+              <span class="m-doc-wrap-bumper">decltype(auto) Foo::<wbr /></span><span class="m-doc-wrap"><span class="m-doc-wrap-bumper"><a href="#ac8cb68a3567b95476f034d3eb4ba1d66" class="m-doc-self">baz</a>(</span><span class="m-doc-wrap">) <span class="m-label m-primary">constexpr</span> <span class="m-label m-success">noexcept</span></span></span>
             </h3>
             <p>decltype(auto) and constexpr together</p>
 <p>For some reason, due to decltype(auto), Doxygen swaps the order, causing the constexpr to be hard to detect. Don&#x27;t even ask how it handles trailing return types. It&#x27;s just HORRIBLE.</p>