diff --git a/docs/ldoc.ltp b/docs/ldoc.ltp index 06d4587f5..5d1fb45ce 100644 --- a/docs/ldoc.ltp +++ b/docs/ldoc.ltp @@ -193,8 +193,8 @@ # end -- for # end -- if usage -
-# if module.tags.supermodule or module.tags.knownusage then +
+# if module.tags.supermodule then

Class Hierarchy

@@ -216,15 +216,16 @@ # end -# end -- module.tags.supermodule +# end -- function draw_hierary_recursifly # draw_hierary_recursifly(#hierarchy)
-# end +
+# end -- module.tags.supermodule # if module.tags.include then $(M(ldoc.include_file(module.tags.include))) # end -
+ # if module.info then

Info:

@@ -235,25 +236,19 @@
# end -- if module.info + # if module.see then
# local li,il = use_li(module.see) +# local list_or_p =(#module.see > 1) and 'ul' or 'p'

See also:

-# if #module.see > 1 then - -# else -

-# end +
-# end -- if see +# end -- if module.see