1
0
forked from GitHub/gf-rgl

Lang???.gf: exclude Documentation from present mode

The Documentation module is excluded from present mode in abstract/Lang.gf,
so it needs to be excluded in the corresponding concrete syntaxes too
to avoid problems.
This commit is contained in:
hallgren
2014-10-23 16:32:55 +00:00
parent fa3b1c89ab
commit cec28ebec0
11 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ concrete LangGer of Lang =
GrammarGer,
LexiconGer
,ConstructionGer
,DocumentationGer
,DocumentationGer --# notpresent
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;