[FFmpeg-cvslog] r17648 - trunk/tools/patcheck
michael
subversion
Fri Feb 27 22:08:33 CET 2009
Author: michael
Date: Fri Feb 27 22:08:32 2009
New Revision: 17648
Log:
Improve detection of non doxy comments.
Modified:
trunk/tools/patcheck
Modified: trunk/tools/patcheck
==============================================================================
--- trunk/tools/patcheck Fri Feb 27 19:33:46 2009 (r17647)
+++ trunk/tools/patcheck Fri Feb 27 22:08:32 2009 (r17648)
@@ -93,7 +93,7 @@ if test -e $TMP ; then
cat $TMP
fi
-egrep -B2 $OPT '^(\+|) *'"$ERE_TYPES" $* | egrep -A2 --color=always '(:|-)\+.*[^/]/(\*([^*]|$)|/([^/]|$))' > $TMP && echo -e "\n Non doxy comments"
+egrep -B2 $OPT '^(\+|) *('"$ERE_TYPES"'|# *define)' $* | egrep -A2 --color=always '(:|-)\+[^/]*/(\*([^*]|$)|/([^/]|$))' > $TMP && echo -e "\n Non doxy comments"
cat $TMP
rm $TMP
More information about the ffmpeg-cvslog
mailing list