Category "typedoc"

React hooks documentation generator

What is the best way to generate documentation for React hooks in .jsx and .tsx files? I tried TypeDoc, but I do not get any comments from function methods. c

Typedoc / Typescript Compiler throws error on an imported type

Summary I am attempting to build documentation for a TypeScript project using Typedoc. Unfortunately, Typedoc is yielding errors on an import statement I use in