瀏覽代碼

Add codox for generating docs.

tags/v0.1.1
YJC 3 年之前
父節點
當前提交
593c341270
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. +2
    -1
      .gitignore
  2. +3
    -0
      project.clj

+ 2
- 1
.gitignore 查看文件

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

+ 3
- 0
project.clj 查看文件

@@ -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

Loading…
取消
儲存