This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Added
- Added support for generating documentation for
private symbols.
#266 by @Lukas-Stuehrk. - Added anchor links to documentation entries for symbols.
#275 by @Lukas-Stuehrk.
Fixed
- Fixed links to type declarations.
#277 by @Lukas-Stuehrk. - Fixed bug that caused operator implementations to appear in the documentation
although they should be omitted because of their lower access level.
#264 by @Lukas-Stuehrk - Fixed bug that caused prefix and postfix operators to be omitted
from generated documentation.
#262 by @Lukas-Stuehrk. - Fixed layout of HTML output on large displays.
#251 by @Lukas-Stuehrk and @mattt.