diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-04-23 11:33:49 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-04-23 16:31:33 +0900 |
commit | 44b6044d4b5c84a3ec633a7bc50fde23d23ab7cb (patch) | |
tree | 761f8fd880cc788b4ae193695bcdb046aa18be0a /tests/test_util_inventory.py | |
parent | 96fa6d2972ea7c77525607ec490daed9e303535d (diff) | |
download | sphinx-git-44b6044d4b5c84a3ec633a7bc50fde23d23ab7cb.tar.gz |
Implement get_full_qualified_name() to CPPDomain (refs: #3630)
Diffstat (limited to 'tests/test_util_inventory.py')
-rw-r--r-- | tests/test_util_inventory.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_util_inventory.py b/tests/test_util_inventory.py index 35f80d960..ecd2be1a6 100644 --- a/tests/test_util_inventory.py +++ b/tests/test_util_inventory.py @@ -34,6 +34,8 @@ module1 py:module 0 foo.html#module-module1 Long Module desc module2 py:module 0 foo.html#module-$ - module1.func py:function 1 sub/foo.html#$ - CFunc c:function 2 cfunc.html#CFunc - +foo::Bar cpp:class 1 index.html#cpp_foo_bar - +foo::Bar::baz cpp:function 1 index.html#cpp_foo_bar_baz - a term std:term -1 glossary.html#term-a-term - ls.-l std:cmdoption 1 index.html#cmdoption-ls-l - docname std:doc -1 docname.html - |