Overview of the issue
Getting duplicate example blocks for Accessors (getters & setters) in an Angular class. They also aren't rendering properly (all HTML tags are getting displayed).
Operating System, Node.js, npm, compodoc version(s)
node v22.16.0
npm v10.9.2
compodoc v1.1.30
Angular configuration, a package.json file in the root folder
angular v19.2.0
Compodoc installed globally or locally ?
locally
If possible sourcecode of the file where it breaks
source code at sample project
If possible your terminal logs before the error
Motivation for or Use Case
Use compodoc for angular project documentation
Reproduce the error
A minimal reproduction repo for it: https://github.com/yellaiahvemula/compodoc-issue/tree/main
Please find the documentation generated by compodoc (v1.1.30) here in sample project
Related issues
Suggest a Fix