Fixed link to toc generation

This commit is contained in:
dm3 2011-08-01 23:04:12 +08:00 committed by Fogus
parent 3fb8e71c09
commit f26dc64716

View file

@ -405,7 +405,7 @@
(header-html project-metadata)
(toc-html {:uberdoc? true} docs)
(floating-toc-html docs)
(map #(groups-html (:uberdoc? true) %) docs)))
(map #(groups-html {:uberdoc? true} %) docs)))
(defn index-html
[project-metadata docs]
@ -425,4 +425,4 @@
"" ;; no header
"" ;; no toc
(floating-toc-html all-docs)
(groups-html (:uberdoc? false) doc)))
(groups-html {:uberdoc? false} doc)))