mirror of https://github.com/CGAL/cgal
ccChapterRelease.
This commit is contained in:
parent
2ccb7d9678
commit
371c159c42
|
|
@ -510,7 +510,7 @@ blockintro [\{][\\]((tt)|(em)|(it)|(sc)|(sl))
|
||||||
yylval.string.len = 0;
|
yylval.string.len = 0;
|
||||||
return SPACE;
|
return SPACE;
|
||||||
}
|
}
|
||||||
[\\]ccChapter((Author)|(SubTitle)){w} {
|
[\\]ccChapter((Author)|(Release)|(SubTitle)){w} {
|
||||||
return GOBBLEONEPARAM;
|
return GOBBLEONEPARAM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -538,13 +538,13 @@ blockintro [\{][\\]((tt)|(em)|(it)|(sc)|(sl))
|
||||||
|
|
||||||
/* Flexibility for HTML class files. */
|
/* Flexibility for HTML class files. */
|
||||||
/* -------------------------------------------------------------- */
|
/* -------------------------------------------------------------- */
|
||||||
<INITIAL,NestingMode>[\\]ccHtmlNoClassLinks/{noletter} {
|
|
||||||
skipspaces();
|
|
||||||
}
|
|
||||||
<INITIAL,NestingMode>[\\]ccHtmlNoClassFile/{noletter} {
|
<INITIAL,NestingMode>[\\]ccHtmlNoClassFile/{noletter} {
|
||||||
skipspaces();
|
skipspaces();
|
||||||
}
|
}
|
||||||
<INITIAL,NestingMode>[\\]ccHtmlNoClassIndex/{noletter} {
|
<INITIAL,NestingMode>[\\]ccHtmlNo((Class)?)Links/{noletter} {
|
||||||
|
skipspaces();
|
||||||
|
}
|
||||||
|
<INITIAL,NestingMode>[\\]ccHtmlNo((Class)?)Index/{noletter} {
|
||||||
skipspaces();
|
skipspaces();
|
||||||
}
|
}
|
||||||
[\\]begin{w}[\{]ccHtmlClassFile[\}]{w} {
|
[\\]begin{w}[\{]ccHtmlClassFile[\}]{w} {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue