readthedocs / sphinxcontrib-dotnetdomain

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

Replace argument parser with something else #21

Open agjohnson opened 9 years ago

agjohnson commented 9 years ago

Currently, this is using the python argument parser, which handles some similar syntax to the argument list. There are two other ways we can address this however:

If we assume that some folks might try to write argument lists by hand, and not rely on the autoapi, we should probably have a legitimate default to fall back to.