-
First of all, For example, we have the following class: export class MyClass {
/**
* This is my private value!
*/
private myPrivateValue: string;
/**
* this is my public function hello!
*/
myFunction(): void {
console.log('Hello World');
}
} Any ideas? :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is now implemented and will get released in the next release 😃 |
Beta Was this translation helpful? Give feedback.
-
Now released in v0.4.0: https://github.com/fliegwerk/fliegdoc/milestone/3?closed=1 |
Beta Was this translation helpful? Give feedback.
Now released in v0.4.0: https://github.com/fliegwerk/fliegdoc/milestone/3?closed=1