summaryrefslogtreecommitdiff
path: root/sphinx/domains
Commit message (Collapse)AuthorAgeFilesLines
* Fix code style nits.Georg Brandl2012-03-101-1/+2
|
* Closes #832: Fix crashes when putting comments or lone terms in a glossary.Georg Brandl2012-01-291-1/+5
|
* Closes #864: Fix crash with some settings of :confval:`modindex_common_prefix`.Georg Brandl2012-01-291-1/+2
|
* Closes #859: Fix exception under certain circumstances when not finding ↵Georg Brandl2012-01-291-16/+17
| | | | appropriate objects to link to.
* Fixed another ordering priority bug in the C++ parser.Armin Ronacher2012-01-251-2/+2
|
* Fixed a priority error that caused operator++ and operator-> to not be ↵Armin Ronacher2012-01-251-2/+2
| | | | parsed properly in the C++ domain. This fixes #861
* Closes #797: Don't crash on a misformatted glossary.Georg Brandl2011-11-011-2/+12
|
* Restore Python 3 compatibility.Georg Brandl2011-10-091-8/+10
|
* Satisfy "make check".Georg Brandl2011-10-092-6/+8
|
* Change default visibility for C++ superclasses.Robert Lehmann2011-10-081-9/+10
|
* Fixes #678: Support superclass declarations in C++ domain.Robert Lehmann2011-10-081-2/+27
|
* Merge with 1.0Georg Brandl2011-09-237-105/+207
|\
| * Merge with 1.0Georg Brandl2011-09-237-105/+207
| |\
| | * Merge with 1.0Georg Brandl2011-09-232-5/+6
| | |\
| | * \ mergedArmin Ronacher2011-09-231-54/+122
| | |\ \
| | | * | Attach arrays to the name not the type for C++ domain and fixed a few ↵Armin Ronacher2011-09-231-40/+86
| | | | | | | | | | | | | | | | | | | | rendering errors.
| | | * | Added support for strings with commas in template definitions.Armin Ronacher2011-09-221-1/+1
| | | | |
| | | * | Added support for noexcept specifiersArmin Ronacher2011-09-221-2/+6
| | | | |
| | | * | Small refactoring for how modifiers are parsed in the C++ domain.Armin Ronacher2011-09-221-11/+10
| | | | |
| | | * | Added support for constexpr in function signaturesArmin Ronacher2011-09-221-9/+16
| | | | |
| | | * | Be explicit about rvalue references.Armin Ronacher2011-09-221-2/+14
| | | | |
| | * | | Merge with 1.0Georg Brandl2011-09-227-109/+257
| | |\ \ \
| | | * | | Closes #680: allow doc fields in cpp domain directives.Georg Brandl2011-09-221-1/+13
| | | |/ /
| | | * | Added support for non-name template arguments. This fixes #696Armin Ronacher2011-09-221-4/+24
| | | | |
| | | * | Merge with 1.0Georg Brandl2011-09-217-104/+220
| | | |\ \
| | | | * | Fix #663: add "return type" doc field to JS domain.Georg Brandl2011-09-211-0/+2
| | | | | |
| | | | * | merge with 1.0Georg Brandl2011-05-151-11/+12
| | | | |\ \
| | | | * | | Support varargs in C++ function signatures.Chris Pickel2011-04-191-0/+7
| | | | | | |
| | | | * | | merge with 1.0Georg Brandl2011-01-157-99/+208
| | | | |\ \ \
| | | | | * | | #437: autodoc now shows values of class data attributes.Georg Brandl2011-01-081-0/+8
| | | | | | | |
| | | | | * | | Remove use of method new in docutils 0.7.Georg Brandl2011-01-081-1/+1
| | | | | | | |
| | | | | * | | merge with 1.0Georg Brandl2011-01-083-29/+24
| | | | | |\ \ \
| | | | | * | | | The :rst:dir:`py:module` directive doesn't output its ``platform`` option ↵Georg Brandl2011-01-081-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | value anymore. (It was the only thing that the directive did output, and therefore quite inconsistent.)
| | | | | * | | | #478: Added :rst:dir:`py:decorator` directive to describe decorators.Georg Brandl2011-01-081-10/+44
| | | | | | | | |
| | | | | * | | | #454: Add more index markup capabilities: marking see/seealso entries, and ↵Georg Brandl2011-01-076-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | main entries for a given key.
| | | | | * | | | C++ domain now supports array definitions.Armin Ronacher2011-01-071-0/+19
| | | | | | | | |
| | | | | * | | | merge with 1.0Georg Brandl2011-01-066-68/+123
| | | | | |\ \ \ \
| | | | | | * | | | #586: Implemented improved glossary markup which allows multiple terms per ↵Georg Brandl2011-01-061-23/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | definition.
| | | | | | * | | | merge with 1.0Georg Brandl2011-01-065-45/+36
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ merge with 1.0Georg Brandl2011-01-041-1/+1
| | | | | | | |\ \ \ \
| | | | | | | * \ \ \ \ merge with 1.0Georg Brandl2011-01-042-9/+7
| | | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ \ merge with 1.0Georg Brandl2011-01-047-7/+7
| | | | | | | |\ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ merge with 1.0Georg Brandl2011-01-045-49/+40
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ merge with 1.0Georg Brandl2011-01-035-49/+40
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ merge with 1.0Georg Brandl2010-11-171-4/+3
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ merge with 1.0Georg Brandl2010-09-101-1/+0
| | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ merge with 1.0Georg Brandl2010-08-235-49/+40
| | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | Docstring harmonization.Georg Brandl2010-08-225-48/+37
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | | merge with 1.0Georg Brandl2010-08-141-1/+3
| | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ merge with 1.0Georg Brandl2010-08-052-43/+58
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \