1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-28 01:41:48 +03:00

doc: Fixed doc namespace to be able to install manpages.

This commit is contained in:
Andreas Schneider
2010-12-05 10:53:39 +01:00
parent f58441f474
commit 0825abd03a
11 changed files with 20 additions and 20 deletions

View File

@ -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
*/