ccChapterRelease.

This commit is contained in:
Lutz Kettner 1997-09-09 14:36:37 +00:00
parent 2ccb7d9678
commit 371c159c42
1 changed files with 5 additions and 5 deletions

View File

@ -510,7 +510,7 @@ blockintro [\{][\\]((tt)|(em)|(it)|(sc)|(sl))
yylval.string.len = 0;
return SPACE;
}
[\\]ccChapter((Author)|(SubTitle)){w} {
[\\]ccChapter((Author)|(Release)|(SubTitle)){w} {
return GOBBLEONEPARAM;
}
@ -538,13 +538,13 @@ blockintro [\{][\\]((tt)|(em)|(it)|(sc)|(sl))
/* Flexibility for HTML class files. */
/* -------------------------------------------------------------- */
<INITIAL,NestingMode>[\\]ccHtmlNoClassLinks/{noletter} {
skipspaces();
}
<INITIAL,NestingMode>[\\]ccHtmlNoClassFile/{noletter} {
skipspaces();
}
<INITIAL,NestingMode>[\\]ccHtmlNoClassIndex/{noletter} {
<INITIAL,NestingMode>[\\]ccHtmlNo((Class)?)Links/{noletter} {
skipspaces();
}
<INITIAL,NestingMode>[\\]ccHtmlNo((Class)?)Index/{noletter} {
skipspaces();
}
[\\]begin{w}[\{]ccHtmlClassFile[\}]{w} {