Feneric / doxypypy

A more Pythonic version of doxypy, a Doxygen filter for Python.
GNU General Public License v2.0
149 stars 48 forks source link

Consider use argparse instead of optparse #75

Closed frodon1 closed 3 years ago

frodon1 commented 3 years ago

The optparse module is deprecated since version 3.2. Switching to the argparse module is recommended.