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 5783730 commit 85a4343Copy full SHA for 85a4343
lib/utils.js
@@ -68,7 +68,7 @@ module.exports.buildDashDocSet = function (input) {
68
method.tags.property.forEach(function (property) {
69
70
db.run('INSERT OR IGNORE INTO searchIndex(name, type, path) VALUES ($name, $type, $path);', {
71
- $name: method.name+'.'+property.name,
+ $name: method.name + '.' + property.name,
72
$type: 'Property',
73
$path: method.uid + '.html#//apple_ref/cpp/Property/' + property.name
74
});
0 commit comments