mirror of
https://github.com/jsdoc/jsdoc.git
synced 2026-01-25 15:24:34 +00:00
Previously, when we combined doclets, we copied the `undocumented` property if it was set to `true`. That caused the combined doclet to have this property set to `true`, although it shouldn't have. As a result, the template discarded the doclet. The solution is to simply ignore this property when combining doclets. Also includes related cleanup for clarity.