summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-04-27 17:35:17 +0200
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-04-27 17:35:58 +0200
commit1998afc41f3ef2dd8e91366c091a871135140afe (patch)
tree50cb97130bda8500bd98cc3007acc93b184d1f69 /doc/api
parent8a28be85c6b1dcf4207020fa94a292ed8ab0561a (diff)
downloadqt-creator-1998afc41f3ef2dd8e91366c091a871135140afe.tar.gz
Doc: add doc project for the Extending Qt Creator Manual
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/coding-style.qdoc2
-rw-r--r--doc/api/qtcreator-api.qdoc13
-rw-r--r--doc/api/qtcreator-dev-online.qdocconf4
-rw-r--r--doc/api/qtcreator-dev.qdoc2
-rw-r--r--doc/api/qtcreator-dev.qdocconf3
5 files changed, 16 insertions, 8 deletions
diff --git a/doc/api/coding-style.qdoc b/doc/api/coding-style.qdoc
index da3ba7f40f..ed9ff697a5 100644
--- a/doc/api/coding-style.qdoc
+++ b/doc/api/coding-style.qdoc
@@ -22,7 +22,9 @@
/*!
\contentspage{index.html}{Qt Creator}
+ \previouspage
\page coding-style.html
+ \nextpage qtcreator-api.html
\title Qt Creator Coding Rules
diff --git a/doc/api/qtcreator-api.qdoc b/doc/api/qtcreator-api.qdoc
index 3a4f0808a9..48b5bf732f 100644
--- a/doc/api/qtcreator-api.qdoc
+++ b/doc/api/qtcreator-api.qdoc
@@ -20,19 +20,18 @@
****************************************************************************/
/*!
- \page index.html
- \title Qt Creator
+ \contentspage{index.html}{Extending Qt Creator Manual}
+ \page qtcreator-api.html
- Qt Creator is Nokia's crossplatform IDE. The core of Qt Creator is
+ \title Qt Creator API Reference
+
+ The core of Qt Creator is
basically only a \l{ExtensionSystem}{plugin loader}.
- All functionality is implemented in plugins, the basis of Qt Creator is
+ All functionality is implemented in plugins. The basis of Qt Creator is
implemented in the \l{Core} {Core} Plugin. The plugin manager provides
simple means for plugin cooperation that allow plugins to provide
hooks for other plugin's extensions.
- To get an overview of what parts of Qt Creator are extensible, have a look at the \l{Common Extension Tasks} page.
- Also read and follow the Qt Creator \l{Qt Creator Coding Rules}{coding style and best practice patterns}.
-
\section1 Libraries
\section2 Core Libraries
diff --git a/doc/api/qtcreator-dev-online.qdocconf b/doc/api/qtcreator-dev-online.qdocconf
new file mode 100644
index 0000000000..e281673199
--- /dev/null
+++ b/doc/api/qtcreator-dev-online.qdocconf
@@ -0,0 +1,4 @@
+# Run qdoc from the directory that contains this file.
+include(../config/qtcreator-developer.qdocconf)
+include(../config/qt-html-templates-online.qdocconf)
+
diff --git a/doc/api/qtcreator-dev.qdoc b/doc/api/qtcreator-dev.qdoc
index b49fd5a791..9e94bb12f2 100644
--- a/doc/api/qtcreator-dev.qdoc
+++ b/doc/api/qtcreator-dev.qdoc
@@ -40,7 +40,7 @@
\o MIME Type Specification Files
\o External Tool Specification Files
\o Custom Wizard Specification Files
- \o Highlight Definition Files (KATE)
+ \o \l{http://kate-editor.org/2005/03/24/writing-a-syntax-highlighting-file/}{Highlight Definition Files}
\o User Interface Text Guidelines
\o \l{Qt Creator Coding Rules}
\o \l{Qt Creator API Reference}
diff --git a/doc/api/qtcreator-dev.qdocconf b/doc/api/qtcreator-dev.qdocconf
new file mode 100644
index 0000000000..0989e7ae75
--- /dev/null
+++ b/doc/api/qtcreator-dev.qdocconf
@@ -0,0 +1,3 @@
+# Run qdoc from the directory that contains this file.
+include(../config/qtcreator-developer.qdocconf)
+include(../config/qt-html-templates.qdocconf)