Formatted URLs in the documentation so that they are redirected to the system browser instead of the builtin Matlab browser

This commit is contained in:
hbristow
2013-08-08 04:46:45 +10:00
parent fad7b35b9a
commit 3bf41c2832
3 changed files with 10 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ class MatlabWrapperGenerator(object):
jtemplate.filters['toUpperCamelCase'] = toUpperCamelCase
jtemplate.filters['toLowerCamelCase'] = toLowerCamelCase
jtemplate.filters['toUnderCase'] = toUnderCase
jtemplate.filters['matlabURL'] = matlabURL
jtemplate.filters['stripTags'] = stripTags
jtemplate.filters['filename'] = filename
jtemplate.filters['comment'] = comment