summaryrefslogtreecommitdiff
path: root/sphinx/domains/c.py
Commit message (Expand)AuthorAgeFilesLines
* [WIP] parallel readGeorg Brandl2014-09-221-0/+6
* Move env.temp_data content that might be used to resolve references to a new ...Georg Brandl2014-09-201-3/+3
* Added the `any` role that can be used to find a cross-reference ofGeorg Brandl2014-09-191-0/+11
* Do not highlight function pointers if unexpected tokens foundtk0miya2014-08-211-1/+5
* Fix #1513 highlights for function pointers in argument list of c:functiontk0miya2014-08-201-7/+34
* * fix over 80 chars line and remove unused import.shimizukawa2014-06-151-1/+0
* wrap iterator with list() to avoid 'dictionary changed size during iteration'...shimizukawa2014-04-291-2/+2
* use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-291-1/+2
* Update copyright year.Georg Brandl2014-03-011-1/+1
|\
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
* | Update copyright year.Georg Brandl2014-03-011-1/+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
* Copyright update.Georg Brandl2013-01-011-1/+1
* Merge with 1.0Georg Brandl2011-09-231-1/+1
|\
| * #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-071-1/+1
* | Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-3/+2
|/
* Enable documenting C members inside C type directive.Georg Brandl2011-01-061-2/+20
* #571: Implement ``~`` cross-reference prefix for the C domain.Georg Brandl2011-01-061-5/+19
* New year update.Georg Brandl2011-01-041-1/+1
* Use non-breaking spaces to separate type and parameter name.Georg Brandl2011-01-031-1/+2
* Rename default_domain to primary_domain; give it special semantics.Georg Brandl2010-05-231-5/+5
* #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-1/+1
* C++ function signatures are now properly converted to rst nodes.mitsuhiko2010-02-281-2/+2
* Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-1/+1
* merge with trunkGeorg Brandl2010-01-171-1/+1
* Fix doc field type roles.Georg Brandl2010-01-171-2/+2
* Finish new doc field handling implementation.Georg Brandl2010-01-171-2/+11
* Rename parse_signature() to handle_signature(); allows more to happen. Recor...Georg Brandl2010-01-131-1/+1
* Update copyrights.Georg Brandl2010-01-021-1/+1
* Fix C domain bugs found by new tests: allow dot in member names, select index...Georg Brandl2009-09-081-7/+7
* search: make the search work with the new domain model.Georg Brandl2009-09-081-1/+1
* C domain: fix reference generation.Georg Brandl2009-09-071-3/+4
* More refactoring for language-independent domain support.Georg Brandl2009-09-071-0/+203