|
From: Christian E. <che...@us...> - 2005-12-14 06:51:20
|
Update of /cvsroot/qtwin/qt-4/src/3rdparty/freetype/src/tools/docmaker In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10262/src/3rdparty/freetype/src/tools/docmaker Modified Files: sources.py Log Message: 4.0.1->4.1.0rc1 Index: sources.py =================================================================== RCS file: /cvsroot/qtwin/qt-4/src/3rdparty/freetype/src/tools/docmaker/sources.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources.py 2 Jul 2005 19:38:45 -0000 1.1 +++ sources.py 14 Dec 2005 06:48:39 -0000 1.2 @@ -93,7 +93,7 @@ column = r''' \s* # any number of whitespace - \*{1} # followed by precisely one asterisk + \*{1}(?!/) # followed by precisely one asterisk not followed by `/' (.*) # then anything (group1) ''' |