typedoc icon indicating copy to clipboard operation
typedoc copied to clipboard

[question] Why there say: `determine how the project model is generated and output to disk.`? is it means the Options is very important, participated in the whole execution process of TypeDoc?

Open liaodalin19903 opened this issue 5 months ago • 0 comments

Search terms

Options, type conversion

Question

In the document: options

TypeDoc provides some 30 options which determine how the project model is generated and output to disk. The Options class consolidates application options into a single location and handles type conversion.

  1. Is the Options means the input params of a function/ API ?
  2. Why there say: determine how the project model is generated and output to disk.? is it means the Options is very important, participated in the whole execution process of TypeDoc?
  3. What's the meaning of Options class consolidates application options into a single location ?
  4. What's the type conversion.? is it refers to convert Int to String?

liaodalin19903 avatar Aug 28 '24 04:08 liaodalin19903