javascript - How do I change the title of an HTML page generated by Docco? -


currently title of html page generated docco name of source code file. how change that? set custom title generated code.

just make sure first line in source file has header section in it, example:

//  # custom title var code = require('somelib'); 

the above code, when given input docco, result in html page title "my custom title".


Comments

Popular posts from this blog

node.js - StackOverflow API not returning JSON -

python - Subclassed QStyledItemDelegate ignores Stylesheet -

sql server - TFS 2012 TF255062 Error after removing 'Active Directory' Role -