소스 검색

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…
취소
저장