hanchenye-llvm-project/llvm/tools/llvm-cov
Adrian Prantl 5f8f34e459 Remove \brief commands from doxygen comments.
We've been running doxygen with the autobrief option for a couple of
years now. This makes the \brief markers into our comments
redundant. Since they are a visual distraction and we don't want to
encourage more \brief markers in new code either, this patch removes
them all.

Patch produced by

  for i in $(git grep -l '\\brief'); do perl -pi -e 's/\\brief //g' $i & done

Differential Revision: https://reviews.llvm.org/D46290

llvm-svn: 331272
2018-05-01 15:54:18 +00:00
..
CMakeLists.txt
CodeCoverage.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageExporter.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageExporterJson.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageExporterJson.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageFilters.cpp [llvm-cov] Implement -ignore-filename-regex= option for excluding source files. 2018-04-09 15:20:35 +00:00
CoverageFilters.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageReport.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageReport.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageSummaryInfo.cpp [llvm-cov] Move LineCoverageIterator to libCoverage. NFC. 2017-10-18 23:58:28 +00:00
CoverageSummaryInfo.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CoverageViewOptions.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
LLVMBuild.txt
RenderingSupport.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
SourceCoverageView.cpp [llvm-cov] Don't render empty region marker lines 2017-11-09 02:33:44 +00:00
SourceCoverageView.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
SourceCoverageViewHTML.cpp [llvm-cov] Fix incorrect usage of .precision specifier in format() call. 2018-01-31 22:13:07 +00:00
SourceCoverageViewHTML.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
SourceCoverageViewText.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
SourceCoverageViewText.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
TestingSupport.cpp [ProfileData] Unify getInstrProf*SectionName helpers 2017-04-15 00:09:57 +00:00
gcov.cpp GCOV: Move GCOV from IR & Support into ProfileData to fix layering 2017-11-03 20:57:10 +00:00
llvm-cov.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00