build(aio): improve accessor rendering (#19637)
Includes an update to `dgeni-packages@0.22.0` which provides more info about accessors if required. PR Close #19637
This commit is contained in:

committed by
Chuck Jazdzewski

parent
fb130c4eae
commit
47202dd747
@ -4,7 +4,7 @@
|
||||
*/
|
||||
module.exports = function filterContainedDocs() {
|
||||
return {
|
||||
docTypes: ['member', 'function-overload'],
|
||||
docTypes: ['member', 'function-overload', 'get-accessor-info', 'set-accessor-info'],
|
||||
$runAfter: ['extra-docs-added'],
|
||||
$runBefore: ['computing-paths'],
|
||||
$process: function(docs) {
|
||||
|
Reference in New Issue
Block a user