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/Polly.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/Polly.cpp')
-rw-r--r-- | polly/lib/Polly.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Polly.cpp b/polly/lib/Polly.cpp index c879fd991a1..95903abdf24 100644 --- a/polly/lib/Polly.cpp +++ b/polly/lib/Polly.cpp @@ -14,7 +14,7 @@ namespace { -/// @brief Initialize Polly passes when library is loaded. +/// Initialize Polly passes when library is loaded. /// /// We use the constructor of a statically declared object to initialize the /// different Polly passes right after the Polly library is loaded. This ensures |