40ants / doc

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

[WIP] Use CommonDoc for intermediate documentation representation #2

Closed svetlyak40wt closed 3 years ago

svetlyak40wt commented 3 years ago

This way it will be easier to write custom documentation nodes, locatives and HTML themes.

             *     ,MMM8&&&.            *
                  MMMM88&&&&&    .
                 MMMM88&&&&&&&
     *           MMM88&&&&&&&&
                 MMM88&&&&&&&&
                 'MMM88&&&&&&'
                   'MMM8&&&'      *
          |\___/|
         =) ^Y^ (=            .              '
          \  ^  /
           )=*=(       *
          /     \
          |     |
         /| | | |\
         \| | |_|/\
  jgs_/\_//_// ___/\_/\_/\_/\_/\_/\_/\_/\_/\_
  |  |  |  | \_) |  |  |  |  |  |  |  |  |  |
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1157786278

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/locatives/argument.lisp 0 1 0.0%
src/locatives/method.lisp 11 12 91.67%
src/markdown.lisp 0 1 0.0%
src/locatives.lisp 0 2 0.0%
src/locatives/restart.lisp 0 2 0.0%
src/locatives/section.lisp 2 4 50.0%
src/locatives/dislocated.lisp 0 3 0.0%
src/locatives/generic-function.lisp 11 14 78.57%
src/restart.lisp 0 3 0.0%
src/link.lisp 0 4 0.0%
<!-- Total: 1848 3325 55.58% -->
Files with Coverage Reduction New Missed Lines %
src/github.lisp 1 0.0%
src/glossary.lisp 1 0.0%
src/locatives/glossary.lisp 1 0.0%
src/locatives/variable.lisp 1 41.51%
src/reference-api.lisp 1 19.23%
src/restart.lisp 1 0.0%
src/source-api.lisp 1 0.0%
src/swank.lisp 1 28.3%
src/full.lisp 2 0.0%
src/locatives/definers.lisp 2 0.0%
<!-- Total: 460 -->
Totals Coverage Status
Change from base Build 935441091: 2.2%
Covered Lines: 2813
Relevant Lines: 6599

💛 - Coveralls