Results 40 comments of Greg Valure

Here's my first set of questions for anyone interested: https://www.naturaldocs.org/polling/2022-05-30/SystemVerilog_Questions_Part_1/

Sorry for the delay, I've been out of the country without good access to internet. If you already created the Task comment type, then you just need to add "Task...

Your assumption is correct. When Natural Docs doesn't have a parser written specifically for a language it assumes parameters are either in a C "type name" format or a Pascal...

This was another easy one to fix. This version should work, and has the other two fixes as well. https://www.naturaldocs.org/download/temp/Natural_Docs_temp4.zip

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

It's not and I doubt it will be added. The problem is that there are a lot of identifiers_with_underscores that could be misinterpreted.

There is absolutely line break support by skipping a line. Could you post a comment that isn't working for me to look at?

Pretty much. I have to create a developer's guide for the web site at some point. - Create a Visual Studio solution. Using the free Visual Studio Express is fine....

According to the error message on the Stack Overflow question, Visual Studio 2015 is having problems with a newer C# syntax element. It doesn't like me using: FunctionCall(out string variableName);...

I realize I never responded to the xcopy comment. There was a commit in April 2019 that detects when it's not on Windows and swaps out xcopy for cp.