commit | c80d6979bd940077355beae115808d7e4f85b39c | [log] [tgz] |
---|---|---|
author | Tobias Grosser <tobias@grosser.es> | Fri Sep 02 06:33:33 2016 +0000 |
committer | Tobias Grosser <tobias@grosser.es> | Fri Sep 02 06:33:33 2016 +0000 |
tree | f3c10311d75ce5dc8438d3702d0ef545f84905d7 | |
parent | ad79bf4712ded9f70c1437a47660b04c61ba82ce [diff] |
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