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

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -