readthedocs / sphinxcontrib-dotnetdomain

A Sphinx domain for .NET languages
MIT License
15 stars 17 forks source link

This adds the special syntax required for operators, with test cases #17

Closed agjohnson closed 9 years ago

agjohnson commented 9 years ago

Addresses special operator syntax on UIDs, including:

And so on, from overloadable operators at: https://msdn.microsoft.com/en-us/library/8edha89s.aspx

As well as the invalid, but still parseable for our use case:

This closes #12, which is an issue with argument ids, not fullName ids, which we only have to use in argument lists currently.