mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Merge pull request #1705 from jakobandersen/cpp-declspecs-on-right
C++, fix #1689
This commit is contained in:
@@ -62,6 +62,8 @@ def test_type_definitions():
|
||||
check("type",
|
||||
"public MyContainer::const_iterator",
|
||||
"MyContainer::const_iterator")
|
||||
# test decl specs on right
|
||||
check("type", "bool const b")
|
||||
|
||||
check('member',
|
||||
' const std::string & name = 42',
|
||||
|
||||
Reference in New Issue
Block a user