Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Commit

Permalink
capitalize title.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro_idiot committed Oct 10, 2011
1 parent 4a0d7db commit d1fb3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/generator.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
(defmethod generate-documentation ((this <doc-package>))
(emb:execute-emb
(merge-pathnames "package.tmpl" template-path)
:env `(:name ,(doc-name this)
:env `(:name ,(string-capitalize (doc-name this))
:doc ,(nth-value 1 (markdown (documentation (find-entity this) t) :stream nil))
:symbol-list
,(mapcar #'generate-documentation
Expand Down

0 comments on commit d1fb3dd

Please sign in to comment.