Index: library/lib/doc-assets/entity.html.tmpl =================================================================== diff -u -r6458c13882afd52e8719ee0e0e054b42e9aee696 -rdbddbce63d4a499de52ff07fdc63c02017960c79 --- library/lib/doc-assets/entity.html.tmpl (.../entity.html.tmpl) (revision 6458c13882afd52e8719ee0e0e054b42e9aee696) +++ library/lib/doc-assets/entity.html.tmpl (.../entity.html.tmpl) (revision dbddbce63d4a499de52ff07fdc63c02017960c79) @@ -1,6 +1,3 @@ -[:let packages [sorted [@package info instances] name]] -[:let objects [sorted [@object info instances] name]] -[:let commands [sorted [@command info instances] name]] @@ -29,7 +26,7 @@ [$project name] [:? {[:info is type ::nx::doc::@package]} { > ${:name} - } ? {[:info is type ::nx::doc::@object]} { + } ? {[:info is type ::nx::doc::@class]} { > [:?var :partof {[${:partof} name] >}] ${:name} }]
@@ -47,8 +44,8 @@
[:? {[:info is type ::nx::doc::@package]} { [:include package.html.tmpl] - } ? {[:info is type ::nx::doc::@object]} { - [:include object.html.tmpl] + } ? {[:info is type ::nx::doc::@class]} { + [:include class.html.tmpl] } ? {[:info is type ::nx::doc::@command]} { [:include command.html.tmpl] } ? {[:info is type ::nx::doc::@project]} { @@ -62,11 +59,11 @@