Browse Source

Add codox for generating docs.

tags/v0.1.1
YJC 3 years ago
parent
commit
593c341270
2 changed files with 5 additions and 1 deletions
  1. +2
    -1
      .gitignore
  2. +3
    -0
      project.clj

+ 2
- 1
.gitignore View File

xps2pdf.tar.gz xps2pdf.tar.gz
target target
pom.xml
pom.xml
docs

+ 3
- 0
project.clj View File



:middleware [leiningen.git-inject/middleware] :middleware [leiningen.git-inject/middleware]


:codox {:output-path "docs"
:source-uri "https://github.com/clinico-omics-plugins/xps2pdf/blob/v{version}/{filepath}#L{line}"}

:profiles :profiles
{:provided {:provided
{:dependencies {:dependencies

Loading…
Cancel
Save