Search terms
Optional method, function, interface declaration, missing, not working
Expected Behavior
Should render the docstrings for optional methods in an interface
Actual Behavior
Does not render

Steps to reproduce the bug
interface MyThing {
/** This is documented. */
doThing(): void
/** This isn't. */
doAnotherThing?(): void
}
Environment
- Typedoc version: 0.20.19
- TypeScript version: 4.1.3
- Node.js version: v15.4.0
- OS: macOS 11