We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.. py:function:: or .. function:: shows function names in sidebar. But .. c:function:: does not.
.. py:function::
.. function::
.. c:function::
.. function:: works_as_expected()
.. c:function:: void no_symbol()
Platform: darwin; (macOS-13.3-arm64-arm-64bit) Python version: 3.9.7 (default, Sep 3 2021, 04:31:11) [Clang 12.0.5 (clang-1205.0.22.9)]) Python implementation: CPython Sphinx version: 6.2.1 Docutils version: 0.18.1 Jinja2 version: 3.1.2 Pygments version: 2.13.0
No response
The text was updated successfully, but these errors were encountered:
Same issue with cpp. But javascript works as intended.
Sorry, something went wrong.
Happy to accept a PR. The C domain CObject would need to implement _toc_entry_name and _object_hierarchy_parts.
CObject
_toc_entry_name
_object_hierarchy_parts
A
Add TOC object entry support for C domain
1f2b8ae
This is based on the C++ implementation. Implements sphinx-doc#11424
fdc0e14
613e384
No branches or pull requests
Describe the bug
.. py:function::
or.. function::
shows function names in sidebar. But.. c:function::
does not.How to Reproduce
.. function:: works_as_expected()
.. c:function:: void no_symbol()
Environment Information
Sphinx extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: