40ants / doc

Flexible documentation generator for Common Lisp projects.
https://40ants.com/doc/
Other
17 stars 6 forks source link

Now all doc rendering function accept EXTERNAL-REFERENCE-URLS argument. #4

Closed svetlyak40wt closed 3 years ago

svetlyak40wt commented 3 years ago

Together with HTML pages, references.json file is rendered, and you can provide a list of urls of external libraries' references to have an automatic cross-referencing between them.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1210299432

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/doc.lisp 0 1 0.0%
src/core.lisp 6 13 46.15%
src/reference.lisp 2 11 18.18%
src/commondoc/page.lisp 15 28 53.57%
src/builder.lisp 81 103 78.64%
src/commondoc/reference.lisp 23 47 48.94%
src/external-index.lisp 29 71 40.85%
<!-- Total: 158 276 57.25% -->
Files with Coverage Reduction New Missed Lines %
src/commondoc/page.lisp 1 75.29%
src/core.lisp 1 52.54%
src/doc.lisp 1 0.0%
src/commondoc/utils.lisp 7 60.71%
<!-- Total: 10 -->
Totals Coverage Status
Change from base Build 1205614833: -0.1%
Covered Lines: 3358
Relevant Lines: 7788

💛 - Coveralls