Removed unused output-file-name param from uberdoc-html.

This commit is contained in:
zkim 2011-02-22 21:28:22 -07:00
parent 3dc33a3a43
commit b897d09c44
2 changed files with 1 additions and 2 deletions

View file

@ -173,7 +173,6 @@
"
[output-file-name files-to-analyze props]
(let [source (uberdoc-html
output-file-name
props
(map path-to-doc files-to-analyze))]
(spit output-file-name source)))

View file

@ -393,7 +393,7 @@
(defn uberdoc-html
"This generates a stand alone html file (think `lein uberjar`).
It's probably the only var consumers will use."
[output-file-name project-metadata docs]
[project-metadata docs]
(page-template
project-metadata
(opt-resources-html project-metadata)