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:
@@ -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
|
||||
|
Reference in New Issue
Block a user