Commit 1af16544 authored by michael's avatar michael

Improve detection of non doxy comments.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17648 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 76168fa7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment