aboutsummaryrefslogtreecommitdiff
path: root/doc/introduction.dox
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-12-05 10:53:39 +0100
committerAndreas Schneider <asn@cynapses.org>2010-12-05 10:53:39 +0100
commit0825abd03a62eeedc87b2776659729580a22527a (patch)
tree67658d710d0c2897819a59b333d7856d4223d871 /doc/introduction.dox
parentf58441f474d9787732a80f07f952b46a08f55954 (diff)
downloadlibssh-0825abd03a62eeedc87b2776659729580a22527a.tar.gz
libssh-0825abd03a62eeedc87b2776659729580a22527a.tar.xz
libssh-0825abd03a62eeedc87b2776659729580a22527a.zip
doc: Fixed doc namespace to be able to install manpages.
Diffstat (limited to 'doc/introduction.dox')
-rw-r--r--doc/introduction.dox20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/introduction.dox b/doc/introduction.dox
index 9aca63e1..cf35db62 100644
--- a/doc/introduction.dox
+++ b/doc/introduction.dox
@@ -1,5 +1,5 @@
/**
-@page tutorial The Tutorial
+@page libssh_tutorial The Tutorial
@section introduction Introduction
libssh is a C library that enables you to write a program that uses the
@@ -29,22 +29,22 @@ little changes on versions like 0.4.2 and later.
Table of contents:
-@subpage guided_tour
+@subpage libssh_tutor_guided_tour
-@subpage authentication
+@subpage libssh_tutor_authentication
-@subpage shell
+@subpage libssh_tutor_shell
-@subpage command
+@subpage libssh_tutor_command
-@subpage sftp
+@subpage libssh_tutor_sftp
-@subpage scp
+@subpage libssh_tutor_scp
-@subpage forwarding
+@subpage libssh_tutor_forwarding
-@subpage threads
+@subpage libssh_tutor_threads
-@subpage tbd
+@subpage libssh_tutor_todo
*/