[all-commits] [llvm/llvm-project] f23df1: Comment parsing: Treat \ref as inline command
Aaron Puchert via All-commits
all-commits at lists.llvm.org
Thu Mar 5 10:45:05 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f23df1b2a323094e5a6869ef085f100fd065bc0d
https://github.com/llvm/llvm-project/commit/f23df1b2a323094e5a6869ef085f100fd065bc0d
Author: Aaron Puchert <aaron.puchert at sap.com>
Date: 2020-03-05 (Thu, 05 Mar 2020)
Changed paths:
M clang/include/clang/AST/CommentCommands.td
M clang/test/Sema/warn-documentation.cpp
Log Message:
-----------
Comment parsing: Treat \ref as inline command
Summary:
It's basically Doxygen's version of a link and can happen anywhere
inside of a paragraph. Fixes a bogus warning about empty paragraphs when
a parameter description starts with a link.
Reviewers: gribozavr2
Reviewed By: gribozavr2
Differential Revision: https://reviews.llvm.org/D75632
More information about the All-commits
mailing list