[SCM] libav/experimental: Warn about "/** text" comments.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:12:58 UTC 2013


The following commit has been merged in the experimental branch:
commit 78db142acbdc7c754f159b08bc068ff0bce1f21f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Jul 28 15:03:05 2010 +0000

    Warn about "/** text" comments.
    
    Originally committed as revision 24574 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/tools/patcheck b/tools/patcheck
index de20500..d8000b4 100755
--- a/tools/patcheck
+++ b/tools/patcheck
@@ -51,6 +51,7 @@ hiegrep 'for *\( *'"$ERE_PRITYP"' '  'not gcc 2.95 compatible' $*
 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' $*
 
 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