diff options
| author | Georg Brandl <georg@python.org> | 2011-01-06 12:28:55 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-01-06 12:28:55 +0100 |
| commit | c32ce2e50d6dbaf9721b6e222e881f30f5251092 (patch) | |
| tree | bf0e3aa11be364f7e3d185b143692b401df3ae37 /tests/root/objects.txt | |
| parent | ce47d85f7886e2caa59d1d0e848fe6921baf0485 (diff) | |
| download | sphinx-c32ce2e50d6dbaf9721b6e222e881f30f5251092.tar.gz | |
Fix tracebacks occurring for duplicate C++ domain objects.
Diffstat (limited to 'tests/root/objects.txt')
| -rw-r--r-- | tests/root/objects.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/root/objects.txt b/tests/root/objects.txt index 0b71761e..51ecee91 100644 --- a/tests/root/objects.txt +++ b/tests/root/objects.txt @@ -161,3 +161,14 @@ User markup Referencing :userdescrole:`myobj`. + + +CPP domain +========== + +.. cpp:class:: n::Array<T,d> + + .. cpp:function:: T& operator[]( unsigned j ) + + .. cpp:function:: const T& operator[]( unsigned j ) const + |
