Explorar el Código

Add codox for generating docs.

tags/v0.1.1
YJC hace 3 años
padre
commit
593c341270
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. +2
    -1
      .gitignore
  2. +3
    -0
      project.clj

+ 2
- 1
.gitignore Ver fichero

@@ -1,3 +1,4 @@
xps2pdf.tar.gz
target
pom.xml
pom.xml
docs

+ 3
- 0
project.clj Ver fichero

@@ -14,6 +14,9 @@

: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
{:provided
{:dependencies

Cargando…
Cancelar
Guardar