Adrian Prantl
4dfcc4a788
Remove @brief commands from doxygen comments, too.
...
This is a follow-up to r331272.
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
https://reviews.llvm.org/D46290
llvm-svn: 331275
2018-05-01 16:10:38 +00:00
..
2018-05-01 15:54:18 +00:00
2018-05-01 15:54:18 +00:00
2018-05-01 15:54:18 +00:00
2018-04-26 21:46:01 +00:00
2018-04-19 09:48:07 +00:00
2018-03-29 17:21:10 +00:00
2018-03-14 18:33:53 +00:00
2018-05-01 16:10:38 +00:00
2016-11-10 22:34:55 +00:00
2018-04-30 14:59:11 +00:00
2018-03-19 19:49:28 +00:00
2017-06-12 23:25:15 +00:00
2018-04-17 14:52:43 +00:00
2018-02-19 09:56:22 +00:00
2018-04-28 22:32:07 +00:00
2018-04-27 21:41:36 +00:00
2018-04-30 14:59:11 +00:00
2018-05-01 15:54:18 +00:00
2018-01-23 09:47:28 +00:00
2017-06-06 11:49:48 +00:00
2018-02-23 23:01:06 +00:00
2018-05-01 15:54:18 +00:00
2018-05-01 15:54:18 +00:00
2018-03-21 19:23:45 +00:00
2017-10-25 12:51:32 +00:00
2018-01-09 21:58:46 +00:00
2018-05-01 16:10:38 +00:00
2017-08-24 04:18:24 +00:00
2018-05-01 15:54:18 +00:00
2017-12-01 18:39:58 +00:00
2018-04-01 21:54:26 +00:00
2017-06-07 03:48:56 +00:00
2018-04-05 10:29:37 +00:00
2018-05-01 15:54:18 +00:00
2018-05-01 15:54:18 +00:00
2018-03-16 20:13:32 +00:00
2018-05-01 15:54:18 +00:00
2018-04-05 21:52:24 +00:00
2018-02-23 21:32:06 +00:00
2018-02-19 15:14:50 +00:00
2018-02-14 06:58:08 +00:00
2018-03-27 16:57:20 +00:00
2018-04-30 14:59:11 +00:00
2017-01-15 06:32:49 +00:00
2017-09-06 23:05:38 +00:00
2018-04-12 20:54:05 +00:00
2017-12-25 09:35:10 +00:00
2017-06-20 20:54:57 +00:00
2016-09-03 01:22:56 +00:00
2017-07-09 07:04:03 +00:00
2018-02-08 18:02:27 +00:00
2017-12-13 21:30:52 +00:00
2018-04-27 09:12:12 +00:00
2018-04-30 14:59:11 +00:00
2018-05-01 15:54:18 +00:00