mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
now the Documentation module contains a category Definition which is used to generate definitions and examples for words in the App.
This commit is contained in:
@@ -5,6 +5,7 @@ abstract Documentation = Cat ** {
|
||||
|
||||
cat
|
||||
Inflection ; -- inflection table
|
||||
Definition ;
|
||||
Document ;
|
||||
Tag ;
|
||||
|
||||
@@ -29,7 +30,12 @@ fun
|
||||
InflectionPrep : Prep -> Inflection ;
|
||||
|
||||
fun
|
||||
MkDocument : String -> Inflection -> String -> Document ;
|
||||
NoDefinition : Definition ;
|
||||
MkDefinition : String -> Definition ;
|
||||
MkDefinitionEx : String -> String -> Definition ;
|
||||
|
||||
fun
|
||||
MkDocument : Definition -> Inflection -> String -> Document ;
|
||||
MkTag : Inflection -> Tag ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user