Tweak comments and docs. [ci skip]

Former-commit-id: 0aa090919d1566081c90bf7a25c1f6f579a8eec2
This commit is contained in:
John-David Dalton
2013-08-06 23:12:20 -07:00
parent 3a8afe2969
commit 093f12254f
9 changed files with 1583 additions and 1603 deletions

View File

@@ -21,7 +21,7 @@
// generate Markdown
$markdown = docdown(array(
'path' => '../' . $file,
'title' => 'Lo-Dash <sup>v1.3.1</sup>',
'title' => 'Lo-Dash <span>v1.3.1</span>',
'toc' => 'categories',
'url' => 'https://github.com/bestiejs/lodash/blob/master/lodash.js'
));