Closed DonatoTotalSim closed 7 years ago
OK, it was me being stupid. In order to generate private methods the user needs to add the option:
"private" :"true"
into the options section of the tsdoc.json file e.g.
"opts":
{
...
"recurse" :"true",
"private" :"true"
},
I will not delete the issue in case someone incurs in the same blunder...
Thank you for sharing this fantastic library.
I am experiencing a problem. The following comments generate the right documentation:
/**
/**
but the following code does not display the property of the ThreedViewerComponent: /**
Am I doing something wrong? Is it a bug?
Thank you.
Donato