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 e788398bf7
commit ef9f16b63a
11 changed files with 13 additions and 13 deletions

View File

@@ -3,8 +3,8 @@
concrete LangBul of Lang =
GrammarBul,
LexiconBul,
ConstructionBul,
DocumentationBul
ConstructionBul
,DocumentationBul --# notpresent
** {
flags startcat = Phr ;

View File

@@ -5,7 +5,7 @@ concrete LangChi of Lang =
GrammarChi,
LexiconChi
,ConstructionChi
,DocumentationChi
,DocumentationChi --# notpresent
** {
flags startcat = Phr ; unlexer = concat ; lexer = text ;

View File

@@ -3,6 +3,6 @@
concrete LangDut of Lang =
GrammarDut,
LexiconDut
,DocumentationDut
,DocumentationDut --# notpresent
,ConstructionDut
;

View File

@@ -1,10 +1,10 @@
--# -path=.:../abstract:../common:../api
--# -path=.:../abstract:../common:../api:../prelude
concrete LangEng of Lang =
GrammarEng,
LexiconEng
,ConstructionEng
,DocumentationEng
,DocumentationEng --# notpresent
,MarkupEng - [stringMark]
** {

View File

@@ -4,7 +4,7 @@ concrete LangEst of Lang =
GrammarEst - [Slash2V3,SlashV2A,Slash3V3,SlashV2VNP,SlashVV], ---- to speed up compilation
LexiconEst
,ConstructionEst
,DocumentationEst
,DocumentationEst --# notpresent
** {
flags startcat = Phr ; unlexer = text ; lexer = finnish ;

View File

@@ -3,7 +3,7 @@
concrete LangFre of Lang =
GrammarFre,
LexiconFre
,DocumentationFre
,DocumentationFre --# notpresent
,ConstructionFre
** {

View File

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

View File

@@ -3,7 +3,7 @@
concrete LangHin of Lang =
GrammarHin,
LexiconHin
,DocumentationHin
,DocumentationHin --# notpresent
,ConstructionHin
** {

View File

@@ -3,7 +3,7 @@
concrete LangIta of Lang =
GrammarIta,
LexiconIta
,DocumentationIta
,DocumentationIta --# notpresent
,ConstructionIta
** {

View File

@@ -3,7 +3,7 @@
concrete LangSpa of Lang =
GrammarSpa,
LexiconSpa
,DocumentationSpa
,DocumentationSpa --# notpresent
,ConstructionSpa
** {

View File

@@ -4,7 +4,7 @@ concrete LangSwe of Lang =
GrammarSwe,
LexiconSwe
,ConstructionSwe
,DocumentationSwe
,DocumentationSwe --# notpresent
,MarkupSwe - [stringMark]
** {