akheron / jansson

C library for encoding, decoding and manipulating JSON data
http://www.digip.org/jansson/
Other
3.05k stars 808 forks source link

json_error_code is not displayed in the documentation #609

Open tksrmz opened 2 years ago

tksrmz commented 2 years ago

Hello team,

The description of json_error_code is not displayed in the latest(v.2.14) documentation.

It was displayed in the documentation of v.2.13 (API reference - Error reporting - json_error_code).

akheron commented 2 years ago

Weird. This is probably a bug in Sphinx, maybe it doesn't handle enums and functions with the same name 🤔

tksrmz commented 1 year ago

@akheron Thank you for your response. I'd like to check whether this issue is still there with the newest version of Sphinx this weekend.