aboutsummaryrefslogtreecommitdiff
path: root/test/scripts/apidoc/signature.example.ts
AgeCommit message (Expand)AuthorFilesLines
2024-04-01docs: rewrite api-docs generation using ts-morph (#2628)ST-DDT1-391/+0
2024-03-05infra(typescript-eslint): consistent-type-exports (#2714)ST-DDT1-1/+1
2024-02-09chore(deps)!: update dependency typescript to v5 (#1953)renovate[bot]1-1/+1
2023-12-03docs: check and improve handling of duplicate tags (#2444)ST-DDT1-2/+12
2023-10-14docs: fix bad Promise usage (#2475)ST-DDT1-2/+11
2023-09-23infra: lint all existing jsdocs (#2408)ST-DDT1-0/+1
2023-05-04chore: rename generics (#2046)Shinigami1-0/+1
2023-05-03test: prepare test sources for strict mode (#2107)Shinigami1-4/+4
2023-04-16docs: document @throws parameter in API docs (#2050)Matt Mayer1-0/+10
2023-04-13infra: remove typedoc-plugin-missing-exports dependency (#2042)ST-DDT1-0/+3
2023-03-29docs: unwrap nested named union and literal types (#1965)ST-DDT1-2/+15
2023-03-24docs: mark deprecated parameter options (#1962)ST-DDT1-0/+29
2023-03-16docs: fix nested parameter defaults (#1931)ST-DDT1-0/+6
2023-03-04docs: show deprecation message (#1889)Matt Mayer1-1/+1
2023-02-01infra: configure lint rule array-type (#1793)Shinigami1-4/+4
2023-01-26docs: fix unwrap literal union (#1752)ST-DDT1-2/+26
2023-01-21docs: unwrap complex array params (#1753)ST-DDT1-0/+23
2022-12-26docs(datatype): allow markdown in @see links (#1667)Matt Mayer1-0/+10
2022-09-08docs: add `@since` tags to all methods (#1337)Matt Mayer1-0/+9
2022-08-25docs: properly handle multiple `@see` tags (#1270)ST-DDT1-0/+10
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-1/+1
2022-04-20docs: fix lost description texts (#836)ST-DDT1-7/+12
2022-04-08docs: nice string literals (#814)ST-DDT1-0/+9
2022-04-08docs: nice literal unions (#811)ST-DDT1-0/+11
2022-04-07test: add parameter defaults to our signature generation test (#793)ST-DDT1-0/+114
2022-03-15docs: improve visualization for complex types (#608)ST-DDT1-1/+7
2022-03-07docs: add test for api docs generation (#574)ST-DDT1-0/+88