We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4d1e9 commit 1bfdc4dCopy full SHA for 1bfdc4d
site/js/docurium.js
@@ -409,6 +409,7 @@ $(function() {
409
var cdata = o.callbacks
410
var version = o.version
411
412
+ this.gname = gname.charAt(0).toUpperCase() + gname.substring(1).toLowerCase()
413
this.functions = _.map(group[1], function(name) {
414
var url = '#' + functionLink(gname, name, version)
415
var d = fdata[name]
0 commit comments