From: Michalis K. <mic...@gm...> - 2018-02-08 22:41:18
|
Hi everyone, PasDoc 0.15.0 was just released! This release contains a number of new features and bugfixes done in the last... wow, 2.5 years. Here they are (quoting from https://github.com/pasdoc/pasdoc/blob/master/ChangeLog ): * @links to enumerated type members work now. * New @includeCode tag https://github.com/pasdoc/pasdoc/wiki/IncludeCodeTag (by Silvio Clécio) * @longCode and @preformatted improved to better honor indentation. * Parsing "experimental" directive. * Allow to customize HTML output more, with your own CSS and HTML, by --html-head, --html-body-begin, --html-body-end command-line params. * HTML output is now HTML5. * Add our tools to the binary release: pascal_pre_proc (Pascal preprocessor), file_to_pascal_data, file_to_pascal_string. * Improve CSS and HTML, in particular for accessibility and mobile browsers. Among many improvements, we removed fixed font size in pixels, changed some tables into divs, and fixed HTML validity around Tipue search box. * pasdoc_gui uses now default font size on your system. * Updated Spanish (Spain) translation (by Guillermo Martínez Jiménez) * Tipue works now more efficiently -- the (potentially large) "index data" is only loaded on the "Search Results" page. * Automatic tests rearrangements and simplifications (see tests/run_all_tests.sh). Thank you to everyone who contributed to this release, and to everyone who uses PasDoc. P.S. We may not be the most active open-source project, but we're still alive:) Personally, I use PasDoc daily to generate documentation for Castle Game Engine ( https://castle-engine.sourceforge.io/apidoc/html/index.html ). Regards, Michalis |