mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -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,8 +3,8 @@
|
||||
concrete LangBul of Lang =
|
||||
GrammarBul,
|
||||
LexiconBul,
|
||||
ConstructionBul,
|
||||
DocumentationBul
|
||||
ConstructionBul
|
||||
,DocumentationBul --# notpresent
|
||||
** {
|
||||
|
||||
flags startcat = Phr ;
|
||||
|
||||
Reference in New Issue
Block a user