[all-commits] [llvm/llvm-project] 29b1af: Outputs parameter comments using clang-doc and mar...
Arnaud Botella via All-commits
all-commits at lists.llvm.org
Mon Jul 31 11:28:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29b1af7396b0839f076ca0a8ae3a5ac47ed55ee7
https://github.com/llvm/llvm-project/commit/29b1af7396b0839f076ca0a8ae3a5ac47ed55ee7
Author: Arnaud Botella <arnaud.botella at geode-solutions.com>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
M clang-tools-extra/clang-doc/MDGenerator.cpp
M clang-tools-extra/unittests/clang-doc/MDGeneratorTest.cpp
Log Message:
-----------
Outputs parameter comments using clang-doc and markdown generator
Current implementation outputs the parameter name when used with @param
(or @tparam) doxygen tag but not the comment itself.
Differential Revision: https://reviews.llvm.org/D156322
More information about the All-commits
mailing list