Changes order of args in html/uberdoc-html

- It seems clearer to have the args in the same order as they appear in
  core/uberdoc! -- 1) output-file-path, 2) source docs, 3) metadata.
This commit is contained in:
Michael Harrison 2011-01-11 21:05:38 -05:00
parent 16b3be211c
commit d0c07ff9f0

View file

@ -399,7 +399,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]
[output-file-name docs project-metadata ]
(page-template
project-metadata
(opt-resources-html project-metadata)