For example, ``` @decorator class X {} ``` Above code snippet won't work and the document being generated will stop parsing once it gets to the `@' character. I suspect that it should be something with the fact that '@' is used to specify ngdoc comments like `@ngdoc directive`.
For example,
Above code snippet won't work and the document being generated will stop parsing once it gets to the `@' character.
I suspect that it should be something with the fact that '@' is used to specify ngdoc comments like
@ngdoc directive.