mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
change in the Documentation module to accomodate topics visualization
This commit is contained in:
@@ -9,8 +9,8 @@ lincat
|
||||
Tag = {s : Str} ;
|
||||
|
||||
lin
|
||||
NoDefinition = {s=""};
|
||||
MkDefinition d = {s="<p>"++d.s++"</p>"};
|
||||
MkDefinitionEx d e = {s="<p>"++d.s++"</p><p>"++e.s++"</p>"};
|
||||
NoDefinition t = {s=t.s};
|
||||
MkDefinition t d = {s="<p>"++t.s++d.s++"</p>"};
|
||||
MkDefinitionEx t d e = {s="<p>"++t.s++d.s++"</p><p>"++e.s++"</p>"};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user