PasDoc Changelog

What's new in PasDoc 0.14.0

Aug 9, 2015
  • Many fixes to parsing "deprecated", "platform", "library" directives.
  • simplexml output fixes (by Denis Grinyuk)
  • The document creation time is not printed in the docs by default. Use "--include-creation-time" to show it. --include-creation-time is orthogonal to --exclude-generator.
  • The build duration time is not printed in the output by default. Use "--verbosity 3" to show it.
  • Brazilian utf8 translation (by Alexsander da Rosa)
  • Upgrade tipue to 3.0.1, update jquery to 2.0.0.
  • Fix Delphi compilation (long generated tipue code) (thanks to Marcos Rocha for investigating)
  • Add pasdoc_gui icon (by Karl-Michael Schindler)
  • Copyrights and docs fixes (thanks to Paul Gevers)
  • Various other small fixes and code cleanups.

New in PasDoc 0.13.0 (Feb 6, 2014)

  • Handling of declarations nested inside classes (of other types, classes, constans and such) (by Arno Garrels)
  • Handling HelpInsight comments (by VCejka)
  • Parsing Delphi attributes (by VCejka)
  • Parsing "final" standard directive (by VCejka)
  • Tipue search upgraded to latest Tipue version, fixes problems in Google Chrome in some cases (by Michalis Kamburelis)
  • Parsing of "deprecated", "platform", "library" directives for properties (by Michalis)
  • HTML ouput changes (no more , so external links/bookmarks work naturally; tipue search input+button layout corrected) (by Michalis)
  • Mac OS X version includes the GUI.
  • Many other small fixes and improvements.