From: cascade Date: Fri, 10 Feb 2006 20:58:52 +0000 (+0000) Subject: CDL extractor improvement Extractor becames able to catch comment keyword with more... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=d75660807c3a4b8e6e5cf956e6d8ab2ec6d6f4b5;p=occt-wok.git CDL extractor improvement Extractor becames able to catch comment keyword with more than one blank space lex only --- diff --git a/src/CDLFront/CDL.lex b/src/CDLFront/CDL.lex index 67e98ae..c671891 100755 --- a/src/CDLFront/CDL.lex +++ b/src/CDLFront/CDL.lex @@ -33,7 +33,7 @@ extern void CDLerror ( char* ); /* The specials key words */ COMMENTER [-][-] -DOCUMENTATION [-][-][-][ \t]?[P][u][r][p][o][s][e].*[\n] +DOCUMENTATION [-][-][-][ \t]*[P][u][r][p][o][s][e].*[\n] DOCUMENTATION1 [-]{2,}[ \t]{1,}.*[\n] FCPLUSPLUS [-][-][-][C][+][+][ \t]* CPLUSPLUS [-][-][-][C][+][+][ \t]*[:][ \t]*