mmano
mmano
The following prototype excludes the method from the documented stuff ``` static ref int RemoveBits(this ref int value, T bits) where T:unmanaged, Enum { ../.. } ```
I've realized that the following method signature confuses the parser (no error on the result command line, but the method is silently excluded from the doc result set) ``` public...
Hi, I've a pretty huge existent C# source code base (documented with XML-comment and/or doxygen tags). I've tried to investigate Natural Docs, but the tool freezes at parsing stage for...
Considering two C# classes, overloaded on their generic arity, I mean: _same name, one is generic, the other is not_ but others arity variations may lead to the same issue...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version 1.3 release ### Describe the bug and provide the minimal reproduce step If...