mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
integrate DocumentationSlv with the rest of the grammar
This commit is contained in:
@@ -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 ;
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
concrete LangSlv of Lang =
|
concrete LangSlv of Lang =
|
||||||
GrammarSlv,
|
GrammarSlv,
|
||||||
LexiconSlv,
|
LexiconSlv,
|
||||||
ConstructionSlv
|
ConstructionSlv,
|
||||||
|
DocumentationSlv
|
||||||
|
|
||||||
** {
|
** {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user