Fixed documentation to make it consistent

This commit is contained in:
Frederick Giasson 2015-01-16 14:26:16 -05:00
parent fbb81f04d6
commit a97efcc5f5

View file

@ -275,7 +275,7 @@
If not given will be taken from project.clj"] If not given will be taken from project.clj"]
["-m" "--multi" "Generate each namespace documentation as a separate file" :flag true] ["-m" "--multi" "Generate each namespace documentation as a separate file" :flag true]
["-l" "--leiningen" "Generate the documentation for a Leiningen project file."] ["-l" "--leiningen" "Generate the documentation for a Leiningen project file."]
["-e" "--exclude" "Exclude source file(s) from the document generation process <resource1>;<resource2>;... ["-e" "--exclude" "Exclude source file(s) from the document generation process <file1>;<file2>;...
If not given will be taken from project.clj"]) If not given will be taken from project.clj"])
sources (distinct (format-sources (seq files))) sources (distinct (format-sources (seq files)))
sources (if leiningen (cons leiningen sources) sources)] sources (if leiningen (cons leiningen sources) sources)]