[SCM] libav/experimental: Issue a warning when fed with misformatted one-line doxygen comments.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:13:22 UTC 2013
The following commit has been merged in the experimental branch:
commit 3ea4d9423fceee1a33ede343701d6bd6b3291d66
Author: Benoit Fouet <benoit.fouet at free.fr>
Date: Mon Aug 2 07:23:47 2010 +0000
Issue a warning when fed with misformatted one-line doxygen comments.
Originally committed as revision 24660 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/tools/patcheck b/tools/patcheck
index d8000b4..733272e 100755
--- a/tools/patcheck
+++ b/tools/patcheck
@@ -52,6 +52,7 @@ hiegrep '(static|inline|const) *\1' 'duplicate word' $*
hiegrep 'INIT_VLC_USE_STATIC' 'forbidden ancient vlc type' $*
hiegrep '=[-+\*\&] ' 'looks like compound assignment' $*
hiegrep2 '/\*\* *[a-zA-Z0-9].*' '\*/' 'Inconsistently formatted doxygen comment' $*
+hiegrep '; */\*\*[^<]' 'Misformatted doxygen comment' $*
hiegrep2 '(int|unsigned|static|void)[a-zA-Z0-9 _]*(init|end)[a-zA-Z0-9 _]*\(.*[^;]$' '(av_cold|:\+[^a-zA-Z_])' 'These functions may need av_cold, please review the whole patch for similar functions needing av_cold' $*
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list