Files
Terminal.Gui/docfx/plugins/memberpage.2.59.4/ManagedReference.overwrite.js
2023-12-02 10:07:58 -07:00

10 lines
442 B
JavaScript

// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.
var common = require('./ManagedReference.common.js');
exports.getOptions = function (model) {
var ignoreChildrenBookmarks = model._splitReference && model.type && common.getCategory(model.type) === 'ns';
return {
"bookmarks": common.getBookmarks(model, ignoreChildrenBookmarks)
};
}