summaryrefslogtreecommitdiffstats
path: root/Objects/listobject.c
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-03 17:18:41 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-06-03 17:18:41 (GMT)
commitf90112efe8695e9cb6545591349553324a17cf2c (patch)
treeb586f1e63803ca5c8471811c29c8e5bcb0116f73 /Objects/listobject.c
parent5d5bde1df2e92fcd545baeef4fb212462982e47e (diff)
downloadcpython-f90112efe8695e9cb6545591349553324a17cf2c.zip
cpython-f90112efe8695e9cb6545591349553324a17cf2c.tar.gz
cpython-f90112efe8695e9cb6545591349553324a17cf2c.tar.bz2
Fix reST label for collections ABCs.
The previous markup hijacked the abstract-base-classes glossary entry, which resulted in the HTML linking to collections.abc when defining the generic ABC concept. Now the glossary links to the abc module.
Diffstat (limited to 'Objects/listobject.c')
0 files changed, 0 insertions, 0 deletions
ass='upd'>doc/language.doc10
-rw-r--r--packages/rpm/doxygen.spec2
-rw-r--r--src/cmdmapper.cpp2
-rw-r--r--src/cmdmapper.h4
-rw-r--r--src/code.l4
-rw-r--r--src/config.l27
-rw-r--r--src/docparser.cpp22
-rw-r--r--src/docparser.h3
-rw-r--r--src/doctokenizer.l2
-rw-r--r--src/doxygen.cpp29
-rw-r--r--src/doxygen.h1
-rw-r--r--src/doxygen.pro.in2
-rw-r--r--src/htmldocvisitor.cpp7
-rw-r--r--src/index.cpp4
-rw-r--r--src/latexdocvisitor.cpp65
-rw-r--r--src/latexgen.cpp3
-rw-r--r--src/libdoxygen.t2
-rw-r--r--src/mandocvisitor.cpp4
-rw-r--r--src/memberdef.cpp4
-rw-r--r--src/perlmodgen.cpp4
-rw-r--r--src/printdocvisitor.h6
-rw-r--r--src/rtfdocvisitor.cpp2
-rw-r--r--src/scanner.l186
-rw-r--r--src/translator_de.h2
-rw-r--r--src/translator_kr.h441
-rw-r--r--src/util.cpp14
-rw-r--r--src/xmldocvisitor.cpp2
-rw-r--r--src/xmlgen.cpp42
32 files changed, 571 insertions, 343 deletions
diff --git a/INSTALL b/INSTALL
index daab954..e8371e3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
-DOXYGEN Version 1.3-rc3-20030215
+DOXYGEN Version 1.3-rc3-20030223
Please read the installation section of the manual
(http://www.doxygen.org/install.html) for instructions.
--------
-Dimitri van Heesch (15 February 2003)
+Dimitri van Heesch (23 February 2003)
diff --git a/README b/README
index 7205f82..1d7e062 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-DOXYGEN Version 1.3_rc3_20030215
+DOXYGEN Version 1.3_rc3_20030223
Please read INSTALL for compilation instructions.
@@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives.
Enjoy,
-Dimitri van Heesch (dimitri@stack.nl) (15 February 2003)
+Dimitri van Heesch (dimitri@stack.nl) (23 February 2003)
diff --git a/VERSION b/VERSION