Skip to content
Snippets Groups Projects
Commit f55e1812 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Improve detection of non doxy comments.

Originally committed as revision 17648 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 771ac0de
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ if test -e $TMP ; then ...@@ -93,7 +93,7 @@ if test -e $TMP ; then
cat $TMP cat $TMP
fi 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 cat $TMP
rm $TMP rm $TMP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment