Skip to content

Commit 3f1e213

Browse files
committed
config updtaes
1 parent fc4eb6b commit 3f1e213

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

Diff for: build.clj

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
{:root (str (.getAbsolutePath (File. "repo")) "/")
1717
:output-path (str (.getAbsolutePath (File. "repo-docs")) "/")}))
1818

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}
2020
all-branch-info (:branches shared)]
2121
(h/make-all-pages branch-info all-branch-info (edn-read "analysis.edn")))
22+
23+
(shutdown-agents)

Diff for: collect.clj

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
(use 'autodoc-collect.collect-info)
22
(collect-info-to-file
3-
;; Clojure repo directory
3+
;; Repo directory
44
"repo/"
55

6-
;; Relative path in repo to Clojure source
6+
;; Relative path in repo to source
77
"src/main/clojure"
88

99
;; Analyze these namespaces
1010
"clojure.core.cache"
1111

12-
;; Skip these namespaces
13-
"clojure/core.clj:clojure/parallel.clj"
12+
;; Skip loading these namespaces
13+
""
1414

1515
;; Trim prefix - don't set
1616
nil
1717

18-
;; Output analysis data file
18+
;; Output analysis data file
1919
"analysis.edn"
2020

2121
;; Branch name

Diff for: params.clj

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{ ;; Build parameters shared across all branches
2+
:project "core.cache"
3+
:project-home "https://github.com/clojure/core.cache/"
24
:name "core.cache"
5+
:description "A caching library implementing various cache strategies"
36
:page-title "core.cache API Reference"
47
:copyright "Copyright 2007-2017 by Rich Hickey and the various contributors"
58
:source-path ["src/main/clojure"]

Diff for: site/static/clojure-text.gif

-1.42 KB
Binary file not shown.

0 commit comments

Comments
 (0)