mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
C++, make lookup key point to correct overloads
This commit is contained in:
8
tests/roots/test-domain-cpp/lookup-key-overload.rst
Normal file
8
tests/roots/test-domain-cpp/lookup-key-overload.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
.. default-domain:: cpp
|
||||
|
||||
.. namespace:: lookup_key_overload
|
||||
|
||||
.. function:: void g(int a)
|
||||
.. function:: void g(double b)
|
||||
|
||||
:var:`b`
|
||||
Reference in New Issue
Block a user