diff options
author | Tobias Grosser <tobias@grosser.es> | 2016-09-02 06:33:33 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2016-09-02 06:33:33 +0000 |
commit | c80d6979bd940077355beae115808d7e4f85b39c (patch) | |
tree | f3c10311d75ce5dc8438d3702d0ef545f84905d7 /polly/lib/CodeGen/IRBuilder.cpp | |
parent | ad79bf4712ded9f70c1437a47660b04c61ba82ce (diff) | |
download | bcm5719-llvm-c80d6979bd940077355beae115808d7e4f85b39c.tar.gz bcm5719-llvm-c80d6979bd940077355beae115808d7e4f85b39c.zip |
Drop '@brief' from doxygen comments
LLVM's coding guideline suggests to not use @brief for one-sentence doxygen
comments to improve readability. Switch this once and for all to ensure people
do not copy @brief comments from other parts of Polly, when writing new code.
llvm-svn: 280468
Diffstat (limited to 'polly/lib/CodeGen/IRBuilder.cpp')
-rw-r--r-- | polly/lib/CodeGen/IRBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/IRBuilder.cpp b/polly/lib/CodeGen/IRBuilder.cpp index 390de8beb9a..cedbe294291 100644 --- a/polly/lib/CodeGen/IRBuilder.cpp +++ b/polly/lib/CodeGen/IRBuilder.cpp @@ -21,7 +21,7 @@ using namespace llvm; using namespace polly; -/// @brief Get a self referencing id metadata node. +/// Get a self referencing id metadata node. /// /// The MDNode looks like this (if arg0/arg1 are not null): /// |