summaryrefslogtreecommitdiff
path: root/sphinx/domains
Commit message (Expand)AuthorAgeFilesLines
* merge with stableGeorg Brandl2014-01-224-5/+22
|\
| * MergeDmitry Shachnev2014-01-203-4/+4
| |\
| | * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-193-4/+4
| * | merge with stableGeorg Brandl2014-01-191-1/+18
| |\ \ | | |/
| | * merge with stableGeorg Brandl2014-01-171-1/+18
| | |\
| | | * merge with stableGeorg Brandl2014-01-131-1/+6
| | | |\
| | | * \ merge with stableGeorg Brandl2014-01-122-6/+14
| | | |\ \
| | | * \ \ merge with stableGeorg Brandl2014-01-121-1/+18
| | | |\ \ \
| | | | * \ \ merge stable into defaultGeorg Brandl2014-01-111-1/+18
| | | | |\ \ \
| | | | | * | | Allow "." and "~" prefixes in inline :param: typedefs.Virgil Dupras2014-01-041-1/+18
* | | | | | | | Closes #1357: Option names documented by :rst:dir:`option` are now again allo...Georg Brandl2014-01-221-15/+23
|/ / / / / / /
* | | | | | | Add "struct" to C++ modifiers.Georg Brandl2014-01-191-0/+1
|/ / / / / /
* | | | | | Closes #1285: Avoid name clashes between C domain objects and section titles.Georg Brandl2014-01-171-7/+10
| |_|_|_|/ |/| | | |
* | | | | Closes #1289: add more well known C types as not referencable in C domainGeorg Brandl2014-01-121-1/+6
| |_|_|/ |/| | |
* | | | Closes #1017: Be helpful and tell the user when the argument to :rst:dir:`opt...Georg Brandl2014-01-121-4/+12
* | | | Closes #1233: Allow finding both Python classes and exceptions with the "clas...Georg Brandl2014-01-121-2/+2
|/ / /
* | | Closes #1050: Add anonymous labels into ``objects.inv`` to be referenced via ...Georg Brandl2014-01-111-0/+5
|/ /
* | Closes #933: Do not crash if an ``:option:`` value is malformed (contains spacesGeorg Brandl2014-01-101-4/+13
|/
* Closes #1159: do not emit duplicate inventory entries for py:module objects.Georg Brandl2013-09-161-1/+2
* Add support for C++11 member function ref-qualifiers and C++03 volatile membe...Tres Walsh2013-08-071-17/+61
* fix: keep reference if link refname was translated. refs #1193shimizukawa2013-06-191-2/+3
* Fix multiple cross references (term, ref, doc) in the same line return the sa...shimizukawa2013-06-161-24/+41
* std domain: better name for local variableGeorg Brandl2013-03-291-6/+6
* fix source and line value for glossary term. refs #1090shimizukawa2013-01-301-5/+9
* Fix gettext does not extract glossary terms. Closes #1090shimizukawa2013-01-301-1/+3
* Copyright update.Georg Brandl2013-01-017-7/+7
* Merged in shimizukawa/sphinx-fix-fork/#1041 (pull request #87)Takayuki Shimizukawa2012-11-301-1/+1
|\
| * fix: cpp domain parser cannot parse 'static constexpr' declarations. closes #...shimizukawa2012-11-281-1/+1
* | fix: cpp domain parser cannot parse a const type with a modifier. closes #1041shimizukawa2012-11-281-4/+6
|/
* Closes #681: Allow nested parentheses in C++ signatures (patch by Vadim and J...Jon Waltman2012-11-101-11/+27
* 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 appro...Georg Brandl2012-01-291-16/+17
* 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 parsed...Armin Ronacher2012-01-251-2/+2
* 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 renderi...Armin Ronacher2011-09-231-40/+86
| | | * | 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