[FFmpeg-cvslog] r24660 - trunk/tools/patcheck

benoit subversion
Mon Aug 2 09:23:47 CEST 2010


Author: benoit
Date: Mon Aug  2 09:23:47 2010
New Revision: 24660

Log:
Issue a warning when fed with misformatted one-line doxygen comments.

Modified:
   trunk/tools/patcheck

Modified: trunk/tools/patcheck
==============================================================================
--- trunk/tools/patcheck	Mon Aug  2 07:20:38 2010	(r24659)
+++ trunk/tools/patcheck	Mon Aug  2 09:23:47 2010	(r24660)
@@ -52,6 +52,7 @@ hiegrep '(static|inline|const) *\1'  'du
 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' $*
 



More information about the ffmpeg-cvslog mailing list