speedyleion / sphinx-c-autodoc

Use C with sphinx.ext.autodoc
The Unlicense
9 stars 1 forks source link

Fix enums using assignment operators #175

Closed speedyleion closed 1 year ago

speedyleion commented 1 year ago

Previously the enumerator parsing logic utilized the same logic as the macro parsing logic. These are actually disparate logic. Now the enumerator logic uses the common base logic, with dedicated handling for the format_name() to only return the enumerator's name.