[PATCH] D65003: [clang-doc] Add index in each info html file
Diego Astiazarán via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 25 19:01:02 PDT 2019
DiegoAstiazaran added inline comments.
================
Comment at: clang-tools-extra/unittests/clang-doc/HTMLGeneratorTest.cpp:337-346
+<ul>
+ <li><span>A</span></li>
+ <li><span>B</span><ul>
+ <li><span>C</span></li>
+</ul></li>
+ <li><span>D</span><ul>
+ <li><span>E</span><ul>
----------------
juliehockett wrote:
> The indentation here seems a bit off
Fixed by D65005.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65003/new/
https://reviews.llvm.org/D65003
More information about the cfe-commits
mailing list