Skip to content

Commit

Permalink
Small fix for the doc build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Feb 1, 2012
1 parent 333e16d commit 76e1f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/tools/doc-templates/class.ejs
Expand Up @@ -14,7 +14,7 @@ for(var i = 0; i < entries.length; i++) {
// console.dir(entries[i])
%><%= format("==================\n%s\n==================\n", entries[i].ctx.string) %><%
className = entries[i].ctx.string;
className = entries[i].ctx.string.replace("()", "");
%><%= format("\n\n------------------\nConstructor\n------------------\n") %><%
Expand Down
2 changes: 1 addition & 1 deletion test/connect_test.js
Expand Up @@ -124,7 +124,7 @@ exports.testConnectBadUrl = function(test) {
* Example of a simple url connection string.
*
* @_class db
* @_function connect
* @_function Db.connect
* @ignore
*/
exports.shouldCorrectlyDoSimpleCountExamples = function(test) {
Expand Down

0 comments on commit 76e1f67

Please sign in to comment.