Clone
ssoberni <stefan.sobernig@wu-wien.ac.at>
committed
on 05 Oct 10
- Major refactoring based on a minimal Mixin Layer facility to modularise optional features (such as templating, documentation … Show more
   - Major refactoring based on a minimal Mixin Layer facility to       modularise optional features (such as templating, documentation       verification etc.) in layers of mixins to be applied to the entire       entity hierarchy.     - Rewrote the html templating machinery in terms of a mixin layer:       NxDocRenderer     - Used the new modularisation granularity to add @glossary-specific       link rendering (following ideas from       http://www.alistapart.com/articles/hattrick/)     - Completed glossary support and added acronym handling     - Added back references and ref counting for @glossary entries (to be       displayed with the glossary lists)     - I added the short-cut lists for selected part types of @class       entities, namely @class-method and @class-attribute.     - Fixed the rendering of methods and attributes for ascending       alphabetical order.

Show less