mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-07 06:06:31 -06:00
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:
@@ -3,7 +3,7 @@
|
||||
concrete LangSpa of Lang =
|
||||
GrammarSpa,
|
||||
LexiconSpa
|
||||
,DocumentationSpa
|
||||
,DocumentationSpa --# notpresent
|
||||
,ConstructionSpa
|
||||
** {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user