Linked online documentation now opens a browser window to the exact function reference using div tags

This commit is contained in:
hbristow
2013-08-07 19:28:58 +10:00
parent 3483bf14b9
commit f705020348
3 changed files with 11 additions and 2 deletions

View File

@@ -46,12 +46,14 @@ class MatlabWrapperGenerator(object):
jtemplate.filters['toLowerCamelCase'] = toLowerCamelCase
jtemplate.filters['toUnderCase'] = toUnderCase
jtemplate.filters['stripTags'] = stripTags
jtemplate.filters['filename'] = filename
jtemplate.filters['comment'] = comment
jtemplate.filters['inputs'] = inputs
jtemplate.filters['ninputs'] = ninputs
jtemplate.filters['outputs'] = outputs
jtemplate.filters['noutputs'] = noutputs
jtemplate.filters['qualify'] = qualify
jtemplate.filters['slugify'] = slugify
jtemplate.filters['only'] = only
jtemplate.filters['void'] = void
jtemplate.filters['not'] = flip