diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 114a878c64ce6f8223cfd22d76a20eb16d177e5e (patch) | |
tree | acaf47eb0fa12142d3896416a69e74cbf5a72242 /doc/std | |
download | tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.tar.gz tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/std')
-rw-r--r-- | doc/std/Makefile.am | 7 | ||||
-rw-r--r-- | doc/std/kdev3api.toc | 45 |
2 files changed, 52 insertions, 0 deletions
diff --git a/doc/std/Makefile.am b/doc/std/Makefile.am new file mode 100644 index 00000000..07f12cde --- /dev/null +++ b/doc/std/Makefile.am @@ -0,0 +1,7 @@ +tocdir = ${kde_datadir}/kdevdocumentation/tocs +toc_DATA = kdev3api.toc + +#indexdir = ${kde_datadir}/devdoctreeview/indices +#index_DATA = + + diff --git a/doc/std/kdev3api.toc b/doc/std/kdev3api.toc new file mode 100644 index 00000000..28d9cf3a --- /dev/null +++ b/doc/std/kdev3api.toc @@ -0,0 +1,45 @@ +<!DOCTYPE kdeveloptoc> +<kdeveloptoc> +<title>KDevelop API Documentation</title> +<base href="http://www.kdevelop.org/HEAD/doc/api/html"/> +<tocsect1 name="Overview" url="index.html"> + <tocsect2 name="KDevelop 3 Architecture" url="KDev3Arch.html"/> + <tocsect2 name="Programming Languages Status" url="LangSupportStatus.html"/> + <tocsect2 name="Editors Status" url="EditorsSupportStatus.html"/> +</tocsect1> +<tocsect1 name="How to" url="index.html#expand"> + <tocsect2 name="Extend KDevelop via plugins" url="howToAddPlugins.html"/> + <tocsect2 name="Add a programming language" url="howToAddProgrammingLanguages.html"/> + <tocsect2 name="Add application templates" url="howToAddApplicationTemplates.html"/> + <tocsect2 name="Add file templates" url="howToAddFileTemplates.html"/> + <tocsect2 name="Add generic build tools" url="howToAddGenericBuildTools.html"/> + <tocsect2 name="Document KDevelop parts" url="howToDocument.html"/> +</tocsect1> +<tocsect1 name="Planned tasks" url="index.html#PlannedTasks"> + <tocsect2 name="High priority tasks!" url="HighPriTasks.html"/> + <tocsect2 name="Future Tasks!" url="FutureTasks.html"/> +</tocsect1> +<tocsect1 name="Class Hierarchy" url="hierarchy.html"> +</tocsect1> +<tocsect1 name="Classes" url="classes.html"> +</tocsect1> +<tocsect1 name="Classes (annotated)" url="annotated.html"> +</tocsect1> +<tocsect1 name="Members" url="functions.html"> +</tocsect1> +<tocsect1 name="Namespaces" url="namespaces.html"> +</tocsect1> +<tocsect1 name="Source Files" url="files.html"> +</tocsect1> +<tocsect1 name="README.dox" url="index.html#misc"> + <tocsect2 name="Requirements" url="requirements.html"/> + <tocsect2 name="Features" url="features.html"/> + <tocsect2 name="Authors" url="authors.html"/> + <tocsect2 name="Maintainers" url="maintainers.html"/> + <tocsect2 name="Unmaintained parts" url="unmaintained.html"/> + <tocsect2 name="Deprecated List" url="deprecated.html"/> + <tocsect2 name="Todo List" url="todo.html"/> + <tocsect2 name="Known Bugs" url="bug.html"/> + <tocsect2 name="F.A.Q." url="FAQ.html"/> +</tocsect1> +</kdeveloptoc> |