Clone
ssoberni <stefan.sobernig@wu-wien.ac.at>
committed
on 27 Jul 10
- Adding basic support for subcommands (a @subcommand part type; formerly @variant) - Introducing comment reuse and cross-linkage along th… Show more
- Adding basic support for subcommands (a @subcommand part type;   formerly @variant) - Introducing comment reuse and cross-linkage along the class   hierarchy upwards ("subclass of ...", showing inherited attributes   and methods; using a @superclass attribute) - Amending the documentation of @param and @return with "type" information   (checkoptions, constraints, defaults) - Showing both per-class and per-object methods - I now allow for inline- and out-of-line (block) code snippets in the   description sections, based on wiki-like {{{...}}} marker annotation   (same as in scaladoc2). - Adding support for newline representations in description sections   (for a more convenient formatting). - Some bugfixes (e.g., @object-method did not work outside of an initcmd) - Started refactoring the entity tracing procedure (moving from   [namespace import] resolution to mixin-based creation tracing)

Show less