You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
4.4 KiB
71 lines
4.4 KiB
From f87d0af4ccd7af44c10c52bafa48050ea89af6e2 Mon Sep 17 00:00:00 2001
|
|
From: Harald Sitter <sitter@kde.org>
|
|
Date: Wed, 12 Sep 2012 17:13:07 +0200
|
|
Subject: [PATCH 04/12] doc: update aliases with latest one from apidox
|
|
|
|
---
|
|
doc/Doxyfile.cmake.in | 47 +++++++++++++++++++++++------------------------
|
|
1 file changed, 23 insertions(+), 24 deletions(-)
|
|
|
|
diff --git a/doc/Doxyfile.cmake.in b/doc/Doxyfile.cmake.in
|
|
index e6c11f2..3d3788c 100644
|
|
--- a/doc/Doxyfile.cmake.in
|
|
+++ b/doc/Doxyfile.cmake.in
|
|
@@ -202,30 +202,29 @@ TAB_SIZE = 8
|
|
# will result in a user-defined paragraph with heading "Side Effects:".
|
|
# You can put \n's in the value part of an alias to insert newlines.
|
|
|
|
-ALIASES = \
|
|
- "intern=\par<b>Internal use only.</b>" \
|
|
- "reimp=\par<b>Reimplemented from superclass.</b>" \
|
|
- "obsolete=@deprecated" \
|
|
- "feature=\xrefitem features \"Feature(s)\" \"Features\"" \
|
|
- "maintainer=\xrefitem maintainers \"Maintainer(s)\" \"Maintainers\"" \
|
|
- "unmaintained=\xrefitem unmaintained \"Unmaintained\" \"Unmaintained\"" \
|
|
- "requirement=\xrefitem requirements \"Requirement(s)\" \"Requirements\"" \
|
|
- "faq=\xrefitem FAQ \"F.A.Q.\" \"F.A.Q.\"" \
|
|
- "authors=\xrefitem authors \"Author(s)\" \"Authors\"" \
|
|
- "maintainers=\xrefitem maintainers \"Maintainer(s)\" \"Maintainers\"" \
|
|
- "port4=\xrefitem port4 \"KDE 4 Porting Guide\" \"KDE 4 Porting Guide\"" \
|
|
- "glossary=\xrefitem glossary \"KDE 4 Glossary\" \"KDE 4 Glossary\"" \
|
|
- "acronym=\b "\
|
|
- "licenses=\xrefitem licenses \"License(s)\" \"Licenses\"" \
|
|
- "short=@brief "\
|
|
- "FIXME=\xrefitem fixme \"Fixme\" \"Fixme\"" \
|
|
- "bc=\xrefitem bc \"Binary Compatible\" \"Binary Compatible\"" \
|
|
- "artistic=<a href=\"http://www.opensource.org/licenses/artistic-license.php\">Artistic</a>" \
|
|
- "bsd=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5\">BSD</a>" \
|
|
- "x11=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3\">X11</a>" \
|
|
- "gpl=<a href=\"http://www.fsf.org/licensing/licenses/gpl.html#SEC1\">GPL</a>" \
|
|
- "lgpl=<a href=\"http://www.fsf.org/licensing/licenses/lgpl.html#SEC1\">LGPL</a>" \
|
|
- "qpl=<a href=\"http://www.trolltech.com/products/qt/licenses\">QPL</a>"
|
|
+ALIASES = "intern=\par<b>Internal use only.</b>" \
|
|
+ "reimp=\par<b>Reimplemented from superclass.</b>" \
|
|
+ "obsolete=@deprecated" \
|
|
+ "feature=\xrefitem features \"Feature(s)\" \"Features\"" \
|
|
+ "unmaintained=\xrefitem unmaintained \"Unmaintained\" \"Unmaintained\"" \
|
|
+ "requirement=\xrefitem requirements \"Requirement(s)\" \"Requirements\"" \
|
|
+ "faq=\xrefitem FAQ \"F.A.Q.\" \"F.A.Q.\"" \
|
|
+ "authors=\xrefitem authors \"Author(s)\" \"Authors\"" \
|
|
+ "maintainers=\xrefitem maintainers \"Maintainer(s)\" \"Maintainers\"" \
|
|
+ "port4=\xrefitem port4 \"KDE 4 Porting Guide\" \"KDE 4 Porting Guide\"" \
|
|
+ "glossary=\xrefitem glossary \"KDE 4 Glossary\" \"KDE 4 Glossary\"" \
|
|
+ "acronym=\b " \
|
|
+ "licenses=\xrefitem licenses \"License(s)\" \"Licenses\"" \
|
|
+ "FIXME=\xrefitem fixme \"Fixme\" \"Fixme\"" \
|
|
+ "bc=\xrefitem bc \"Binary Compatible\" \"Binary Compatible\"" \
|
|
+ "threadsafe=\xrefitem threadsafe \"Threadsafe\" \"Threadsafe\"" \
|
|
+ "artistic=<a href=\"http://www.opensource.org/licenses/artistic-license.php\">Artistic</a>" \
|
|
+ "bsd=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5\">BSD</a>" \
|
|
+ "x11=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3\">X11</a>" \
|
|
+ "gpl=<a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1\">GPLv2</a>" \
|
|
+ "lgpl=<a href=\"http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html#SEC1\">LGPLv2</a>" \
|
|
+ "mit=<a href=\"http://www.opensource.org/licenses/mit-license.php\">MIT</a>" \
|
|
+ "qpl=<a href=\"http://doc.trolltech.com/3.0/license.html\">QPL</a>"
|
|
|
|
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
|
|
# sources only. Doxygen will then generate output that is more tailored for C.
|
|
--
|
|
1.8.3.1
|
|
|