Bug 411901 - [luadocumentor] add ability to specify custom html headers to include in generated html
Summary: [luadocumentor] add ability to specify custom html headers to include in gene...
Status: NEW
Alias: None
Product: LDT
Classification: Tools
Component: LuaDevelopmentTools (show other bugs)
Version: 1.0   Edit
Hardware: PC Linux
: P4 enhancement
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-28 12:16 EDT by Laurent Barthelemy CLA
Modified: 2013-12-24 11:01 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Barthelemy CLA 2013-06-28 12:16:06 EDT
It would be great to have a command line option to specify custom html headers to include in generated html.
It is already done for CSS file with option -s, I would expect to have equivalent for custom headers.

In my case, I need it to integrate Google Analytics script in API doc page headers.

For now, I've made a script to insert this custom header content in template file located in template/page.lua

Other documentation tools offer this feature (doxygen with HTML_HEADER option, pandoc -H option, etc): so I think this should be a good addition to luadocumentor.