aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Antonio Sanchez <cantonios@google.com>2021-07-02 21:23:15 -0700
committerGravatar Antonio Sánchez <cantonios@google.com>2021-07-03 04:39:22 +0000
commitf5a9873bbb5488bcba3e37f92b4ec09a8db76081 (patch)
tree576d01ad0861d1ea92140b84a5ad15c43cffb7d6 /CMakeLists.txt
parent7b35638ddb99a0298c5d3450de506a8e8e0203d3 (diff)
Fix Tensor documentation page.
The extra [TOC] tag is generating a huge floating duplicated table-of-contents, which obscures the majority of the page (see bottom of https://eigen.tuxfamily.org/dox/unsupported/eigen_tensors.html). Remove it. Also, headers do not support markup (see [doxygen bug](https://github.com/doxygen/doxygen/issues/7467)), so backticks like ``` ``` end up generating titles that looks like ``` Constructor <tt>Tensor<double,2></tt> ``` Removing backticks for now. To generate proper formatted headers, we must directly use html instead of markdown, i.e. ``` <h2>Constructor <code>Tensor&lt;double,2&gt;</code></h2> ``` which is ugly. Fixes #2254.
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions