From: silvioprog <sil...@gm...> - 2017-03-05 03:18:54
|
Hello dude, Thanks for releasing it, it is really great news. Today I'm working in a C library and documenting it with Doxygen, but I'll be back to PasDoc as soon as I return to my projects in Pascal! :-) Thank you! On Tue, Feb 28, 2017 at 11:45 PM, Michalis Kamburelis < mic...@gm...> wrote: > Hi, > > Some new features and improvements! > > 1. Our HTML output is now HTML5 -- it uses HTML5 doctype, and avoids > some deprecated things. This makes it easy to integrate our output > with modern things prepared for HTML5, like Bootstrap. > > 2. I added command-line options --html-head, --html-body-begin, > --html-body-end . > > --html-head adds content inside HTML <head> element. E.g. links to > additional CSS files. > --html-body-begin adds content right after <body>. > --html-body-end adds content right before </body>. > > They are documented in more details on > https://github.com/pasdoc/pasdoc/wiki/HtmlHeadBodyBeginEndOptions . > > Together, these options can be used to customize the output HTML > pages in many ways. See for example my Castle Game Engine API > reference on: > > https://castle-engine.sourceforge.io/apidoc/html/introduction.html > > Using the above options, the API reference generated by PasDoc looks > a bit like the normal part of the Castle Game Engine ( > https://castle-engine.sourceforge.io/ ) webpage, with normal > navigation and styling. > > 3. I improved the Tipue working: it now references the (large) > "tipuesearch_data.js" only on the "Search Results" page. This means > that Tipue doesn't cause a slowdown when browsing your documentation > -- the search data is loaded only when really necessary, when you > initiated some search. > > I also reworked the docs on > https://github.com/pasdoc/pasdoc/wiki/UseTipueSearchOption . > > Best regards, > Michalis > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Pasdoc-main mailing list > Pas...@li... > https://lists.sourceforge.net/lists/listinfo/pasdoc-main > -- Silvio Clécio |