File tree 4 files changed +11
-6
lines changed
4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 16
16
{:root (str (.getAbsolutePath (File. " repo" )) " /" )
17
17
:output-path (str (.getAbsolutePath (File. " repo-docs" )) " /" )}))
18
18
19
- (let [branch-info {:name " master" :version :from-pom :status " stable" :first? true }
19
+ (let [branch-info {:name " master" :version " 0.6.6 " :status " stable" :first? true }
20
20
all-branch-info (:branches shared)]
21
21
(h/make-all-pages branch-info all-branch-info (edn-read " analysis.edn" )))
22
+
23
+ (shutdown-agents )
Original file line number Diff line number Diff line change 1
1
(use 'autodoc-collect.collect-info)
2
2
(collect-info-to-file
3
- ; ; Clojure repo directory
3
+ ; ; Repo directory
4
4
" repo/"
5
5
6
- ; ; Relative path in repo to Clojure source
6
+ ; ; Relative path in repo to source
7
7
" src/main/clojure"
8
8
9
9
; ; Analyze these namespaces
10
10
" clojure.core.cache"
11
11
12
- ; ; Skip these namespaces
13
- " clojure/core.clj:clojure/parallel.clj "
12
+ ; ; Skip loading these namespaces
13
+ " "
14
14
15
15
; ; Trim prefix - don't set
16
16
nil
17
17
18
- ; ; Output analysis data file
18
+ ; ; Output analysis data file
19
19
" analysis.edn"
20
20
21
21
; ; Branch name
Original file line number Diff line number Diff line change 1
1
{ ; ; Build parameters shared across all branches
2
+ :project " core.cache"
3
+ :project-home " https://github.com/clojure/core.cache/"
2
4
:name " core.cache"
5
+ :description " A caching library implementing various cache strategies"
3
6
:page-title " core.cache API Reference"
4
7
:copyright " Copyright 2007-2017 by Rich Hickey and the various contributors"
5
8
:source-path [" src/main/clojure" ]
You can’t perform that action at this time.
0 commit comments