Results 40 comments of Greg Valure

Confirmed. It doesn't treat MyClass, MyClass\, and MyClass\ as separate classes. This is on my radar but requires some deeper code changes so I can't bang out a quick fix...

I've been considering adding support for some markdown syntax directly in Natural Docs' comments, since some of it wouldn't conflict and doxygen does something similar. I'm not entirely decided yet....

Makes sense. I'll add this to my to do list. It wouldn't be the JavaScript so much as the C# code that generates the JavaScript indexes. I can take care...

Can you post an example of a TYPES prototype?

Yes, that's what I'm going to look into for the next release.

This is still planned but it's going to take longer than expected. The issue is it's like C++'s structs in that some people will want to document them in one...

It's the combination of \ and ?. I had the parser check for them in the wrong order. It's fixed in this version, which contains the previous fixes as well....

This fix has been included in [Natural Docs 2.3 Development Release 1](https://www.naturaldocs.org/download/#Development).

Yes, in two of what should be bullets the " - " is causing it to be interpreted as a definition list instead, like "param1 - description". I'm going to...

There isn't built-in support yet, though it can be added by [adding a few lines to the Languages.txt configuration file.](https://www.naturaldocs.org/reference/languages.txt/#adding_languages)