[PATCH] D63663: [clang-doc] Add html links to references
Julie Hockett via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 10 15:58:24 PDT 2019
juliehockett added inline comments.
================
Comment at: clang-tools-extra/unittests/clang-doc/HTMLGeneratorTest.cpp:110-113
+ Inherits from
+ <a href="../../../path/to/F.html">F</a>
+ ,
+ G
----------------
This text should be rendered inline
================
Comment at: clang-tools-extra/unittests/clang-doc/HTMLGeneratorTest.cpp:168-171
+ f(
+ <a href="path/to/int.html">int</a>
+ P
+ )
----------------
This text should be rendered inline, if possible.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63663/new/
https://reviews.llvm.org/D63663
More information about the cfe-commits
mailing list