forked from GitHub/gf-core
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:
@@ -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]
|
||||
** {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user