gcanti / docs-ts

A zero-config documentation tool for my TypeScript projects
https://gcanti.github.io/docs-ts/
MIT License
101 stars 17 forks source link

Bug: getter documentation is skipped #55

Open AndyGura opened 1 year ago

AndyGura commented 1 year ago

Do you want to request a feature or report a bug? I want to report a bug

What is the current behavior? When I have documented getters in my class and try to generate documentation, they are skipped from the final md file

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://codesandbox.io/ or similar. Minimal reproducing code: https://codesandbox.io/s/mystifying-dewdney-qi2drx?file=/src/index.ts . Final md file contains description of the class itself, and function isRunning, but getter running is missed

What is the expected behavior? Getters should be visible in final documentaion md file alongside with functions and properties

Which versions of docs-ts, and which browser and OS are affected by this issue? Did this work in previous versions of docs-ts? docs-ts version 0.7.0 not sure if it worked earlier. OS: Arch Linux 64bit.