1
0
forked from GitHub/gf-rgl

integrate DocumentationSlv with the rest of the grammar

This commit is contained in:
krangelov
2019-03-16 16:01:59 +01:00
parent 75f919d46f
commit 163d797357
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
--# -path=.:../abstract:../common --# -path=.:../abstract:../common
concrete DocumentationSlv of Documentation = CatSlv,LexiconSlv ** open concrete DocumentationSlv of Documentation = CatSlv ** open
ResSlv, ResSlv,
HTML in { HTML in {
flags coding=utf8 ; flags coding=utf8 ;

View File

@@ -1,7 +1,8 @@
concrete LangSlv of Lang = concrete LangSlv of Lang =
GrammarSlv, GrammarSlv,
LexiconSlv, LexiconSlv,
ConstructionSlv ConstructionSlv,
DocumentationSlv
** { ** {