build(aio): upgrade to dgeni-packages 0.24.0 (#21802)

This has two benefits:

* it prepares the way for the API docs update, which need parameter docs
* it doesn't incorrectly report dangling links for non-latin anchors

Closes #21306

PR Close #21802
This commit is contained in:
Pete Bacon Darwin
2018-01-26 14:36:14 +00:00
committed by Jason Aden
parent 06d6c76192
commit c83c4168ca
7 changed files with 18 additions and 11 deletions

View File

@ -4,7 +4,7 @@
*/
module.exports = function filterContainedDocs() {
return {
docTypes: ['member', 'function-overload', 'get-accessor-info', 'set-accessor-info'],
docTypes: ['member', 'function-overload', 'get-accessor-info', 'set-accessor-info', 'parameter'],
$runAfter: ['extra-docs-added'],
$runBefore: ['computing-paths'],
$process: function(docs) {