new release of the documentation builder , which is provided as a Java Maven library and allows for easy integration into the development process for generating HTML5 documentation from a hierarchy of AsciiDoc formatted files. The project is a fork of the , written in Java and is licensed under the MIT License.
Compared to the original, the following changes are noted:
- All necessary files (CSS, JS) are bundled into a single Java library;
- The table of contents has been moved to a separate file, included in each document;
- Internal link checking has been implemented;
- Extensions have been added for inserting snippets from source files, links to JavaDoc;
- A built-in full-text search based on the engine has been implemented, supporting English, Russian, and German languages;
- A diagram generator has been added.
Source: opennet.ru
