commented out Documentation definitions in notpresent mode. It was not enough to do this in the import list in Lang, since the import list parsing seems to be done without preprocessing.

This commit is contained in:
aarne
2014-02-25 07:37:03 +00:00
parent 62aa1d2bc7
commit 95a2ebe569
6 changed files with 31 additions and 4 deletions

View File

@@ -18,6 +18,9 @@ lincat
Document = {s : Str} ;
Tag = {s : Str} ;
{-
-} --# notpresent
oper
heading : N -> Str = \n -> (nounHeading n).s ;
@@ -209,4 +212,7 @@ oper
tr (th (heading present_Parameter) ++ td (vfin VGer))
) ;
{- --# notpresent
-}
}