You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added C# API documentation
C# API documentation has now been added to the release documentation. The build
file uses CppDoc to generate the HTML documents. Bug #3612
Added source code examples to documentation
Some examples of Java source code for creating a parser has been added to the
reference manual. Bug #4093
Improved and clarified the Analyzer API
The Analyzer class API has been clarified by improving the generated comments slightly
and by adding a getChildValues() method. Bug #4181
Corrected generation of C# analyzer classes
The generation of C# analyzer classes was completely broken in all previous releases,
due to missing keywords and erroneous casing of method names. Tests have now been
added to verify the generated analyzers. This was only an issue in the C# code generation,
as the Java version has been tested continuously. Bug #4416 & Bug #4498