|
| 1 | +--- |
| 2 | +title: MarkdownGenerator |
| 3 | +description: No description provided |
| 4 | +--- |
| 5 | + |
| 6 | + |
| 7 | +## MarkdownGenerator |
| 8 | + |
| 9 | + |
| 10 | +```typescript |
| 11 | +MarkdownGenerator(options) |
| 12 | +``` |
| 13 | +| Parameter | Type | Optional | |
| 14 | +| ----------- | ----------- | ----------- | |
| 15 | +| options | MarkdownGeneratorMdBuilderOptions | ❌ | |
| 16 | + |
| 17 | + |
| 18 | +## Properties |
| 19 | +### public linker: any |
| 20 | +- [Source](https://github.com/neplextech/micro-docgen/blob/515b36b40a80a8da0e52785839d6336deb90e3f3/src/generators/MarkdownGenerator.ts#L26) |
| 21 | +### public options: any |
| 22 | +- [Source](https://github.com/neplextech/micro-docgen/blob/515b36b40a80a8da0e52785839d6336deb90e3f3/src/generators/MarkdownGenerator.ts#L28) |
| 23 | + |
| 24 | +## Methods |
| 25 | +### public getClassHeading(c): [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) |
| 26 | +| Parameter | Type | Optional | |
| 27 | +| ----------- | ----------- | ----------- | |
| 28 | +| c | DocumentedClass | ❌ | |
| 29 | + |
| 30 | + |
| 31 | +- [Source](https://github.com/neplextech/micro-docgen/blob/515b36b40a80a8da0e52785839d6336deb90e3f3/src/generators/MarkdownGenerator.ts#L44) |
| 32 | +### public getCtor(c): [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) |
| 33 | +| Parameter | Type | Optional | |
| 34 | +| ----------- | ----------- | ----------- | |
| 35 | +| c | DocumentedClassConstructor | ❌ | |
| 36 | + |
| 37 | + |
| 38 | +- [Source](https://github.com/neplextech/micro-docgen/blob/515b36b40a80a8da0e52785839d6336deb90e3f3/src/generators/MarkdownGenerator.ts#L52) |
| 39 | +### public getFunctions(m): [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) |
| 40 | +| Parameter | Type | Optional | |
| 41 | +| ----------- | ----------- | ----------- | |
| 42 | +| m | DocumentedClassMethod | ❌ | |
| 43 | + |
| 44 | + |
| 45 | +- [Source](https://github.com/neplextech/micro-docgen/blob/515b36b40a80a8da0e52785839d6336deb90e3f3/src/generators/MarkdownGenerator.ts#L269) |
| 46 | +### public getHeaders(value): [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) |
| 47 | +| Parameter | Type | Optional | |
| 48 | +| ----------- | ----------- | ----------- | |
| 49 | +| value | DocumentedClass | DocumentedClassMethod | DocumentedTypes | ❌ | |
| 50 | + |
| 51 | + |
| 52 | +- [Source](https://github.com/neplextech/micro-docgen/blob/515b36b40a80a8da0e52785839d6336deb90e3f3/src/generators/MarkdownGenerator.ts#L32) |
| 53 | +### public getMarkdown(c): [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) |
| 54 | +| Parameter | Type | Optional | |
| 55 | +| ----------- | ----------- | ----------- | |
| 56 | +| c | DocumentedClass | ❌ | |
| 57 | + |
| 58 | + |
| 59 | +- [Source](https://github.com/neplextech/micro-docgen/blob/515b36b40a80a8da0e52785839d6336deb90e3f3/src/generators/MarkdownGenerator.ts#L158) |
| 60 | +### public getMethods(methods): [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) |
| 61 | +| Parameter | Type | Optional | |
| 62 | +| ----------- | ----------- | ----------- | |
| 63 | +| methods | [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)\<DocumentedClassMethod> | ❌ | |
| 64 | + |
| 65 | + |
| 66 | +- [Source](https://github.com/neplextech/micro-docgen/blob/515b36b40a80a8da0e52785839d6336deb90e3f3/src/generators/MarkdownGenerator.ts#L200) |
| 67 | +### public getProperties(properties): [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) |
| 68 | +| Parameter | Type | Optional | |
| 69 | +| ----------- | ----------- | ----------- | |
| 70 | +| properties | [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)\<DocumentedClassProperty> | ❌ | |
| 71 | + |
| 72 | + |
| 73 | +- [Source](https://github.com/neplextech/micro-docgen/blob/515b36b40a80a8da0e52785839d6336deb90e3f3/src/generators/MarkdownGenerator.ts#L173) |
| 74 | +### public getTypeMarkdown(t): [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) |
| 75 | +| Parameter | Type | Optional | |
| 76 | +| ----------- | ----------- | ----------- | |
| 77 | +| t | DocumentedTypes | ❌ | |
| 78 | + |
| 79 | + |
| 80 | +- [Source](https://github.com/neplextech/micro-docgen/blob/515b36b40a80a8da0e52785839d6336deb90e3f3/src/generators/MarkdownGenerator.ts#L115) |
| 81 | +### public transformClass(classes): [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)\<MarkdownGeneratorMarkdownBuild> |
| 82 | +| Parameter | Type | Optional | |
| 83 | +| ----------- | ----------- | ----------- | |
| 84 | +| classes | [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)\<DocumentedClass> | ❌ | |
| 85 | + |
| 86 | + |
| 87 | +- [Source](https://github.com/neplextech/micro-docgen/blob/515b36b40a80a8da0e52785839d6336deb90e3f3/src/generators/MarkdownGenerator.ts#L85) |
| 88 | +### public transformFunctions(types): [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)\<MarkdownGeneratorMarkdownBuild> |
| 89 | +| Parameter | Type | Optional | |
| 90 | +| ----------- | ----------- | ----------- | |
| 91 | +| types | [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)\<DocumentedClassMethod> | ❌ | |
| 92 | + |
| 93 | + |
| 94 | +- [Source](https://github.com/neplextech/micro-docgen/blob/515b36b40a80a8da0e52785839d6336deb90e3f3/src/generators/MarkdownGenerator.ts#L95) |
| 95 | +### public transformTypes(types): [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)\<MarkdownGeneratorMarkdownBuild> |
| 96 | +| Parameter | Type | Optional | |
| 97 | +| ----------- | ----------- | ----------- | |
| 98 | +| types | [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)\<DocumentedTypes> | ❌ | |
| 99 | + |
| 100 | + |
| 101 | +- [Source](https://github.com/neplextech/micro-docgen/blob/515b36b40a80a8da0e52785839d6336deb90e3f3/src/generators/MarkdownGenerator.ts#L105) |
0 commit comments