mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-29 13:01:13 +03:00
doc: Fixed doc namespace to be able to install manpages.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
@page authentication Chapter 2: A deeper insight on authentication
|
@page libssh_tutor_authentication Chapter 2: A deeper insight on authentication
|
||||||
@section authentication_details A deeper insight on authentication
|
@section authentication_details A deeper insight on authentication
|
||||||
|
|
||||||
In our guided tour, we merely mentioned that the user needed to authenticate.
|
In our guided tour, we merely mentioned that the user needed to authenticate.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
@page command Chapter 4: Passing a remote command
|
@page libssh_tutor_command Chapter 4: Passing a remote command
|
||||||
@section remote_command Passing a remote command
|
@section remote_command Passing a remote command
|
||||||
|
|
||||||
Previous chapter has shown how to open a full shell session, with an attached
|
Previous chapter has shown how to open a full shell session, with an attached
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
@page forwarding Chapter 7: Forwarding connections
|
@page libssh_tutor_forwarding Chapter 7: Forwarding connections
|
||||||
@section forwarding_connections Forwarding connections
|
@section forwarding_connections Forwarding connections
|
||||||
|
|
||||||
Port forwarding comes in SSH protocol in two different flavours:
|
Port forwarding comes in SSH protocol in two different flavours:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
@page guided_tour Chapter 1: A typical SSH session
|
@page libssh_tutor_guided_tour Chapter 1: A typical SSH session
|
||||||
@section ssh_session A typical SSH session
|
@section ssh_session A typical SSH session
|
||||||
|
|
||||||
A SSH session goes through the following steps:
|
A SSH session goes through the following steps:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
@page tutorial The Tutorial
|
@page libssh_tutorial The Tutorial
|
||||||
@section introduction Introduction
|
@section introduction Introduction
|
||||||
|
|
||||||
libssh is a C library that enables you to write a program that uses the
|
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:
|
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
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@ -7,7 +7,7 @@ documents the libssh C API and the C++ wrapper.
|
|||||||
|
|
||||||
@section main-tutorial Tutorial
|
@section main-tutorial Tutorial
|
||||||
|
|
||||||
You should start by reading @subpage tutorial, then reading the documentation of
|
You should start by reading @subpage libssh_tutorial, then reading the documentation of
|
||||||
the interesting functions as you go.
|
the interesting functions as you go.
|
||||||
|
|
||||||
@section main-features Features
|
@section main-features Features
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
@page scp Chapter 6: The SCP subsystem
|
@page libssh_tutor_scp Chapter 6: The SCP subsystem
|
||||||
@section scp_subsystem The SCP subsystem
|
@section scp_subsystem The SCP subsystem
|
||||||
|
|
||||||
The SCP subsystem has far less functionnality than the SFTP subsystem.
|
The SCP subsystem has far less functionnality than the SFTP subsystem.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
@page sftp Chapter 5: The SFTP subsystem
|
@page libssh_tutor_sftp Chapter 5: The SFTP subsystem
|
||||||
@section sftp_subsystem The SFTP subsystem
|
@section sftp_subsystem The SFTP subsystem
|
||||||
|
|
||||||
SFTP stands for "Secure File Transfer Protocol". It enables you to safely
|
SFTP stands for "Secure File Transfer Protocol". It enables you to safely
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
@page shell Chapter 3: Opening a remote shell
|
@page libssh_tutor_shell Chapter 3: Opening a remote shell
|
||||||
@section opening_shell Opening a remote shell
|
@section opening_shell Opening a remote shell
|
||||||
|
|
||||||
We already mentioned that a single SSH connection can be shared
|
We already mentioned that a single SSH connection can be shared
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
@page tbd To be done
|
@page libssh_tutor_todo To be done
|
||||||
|
|
||||||
*** To be written ***
|
*** To be written ***
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
@page threads Chapter 8: Threads with libssh
|
@page libssh_tutor_threads Chapter 8: Threads with libssh
|
||||||
@section threads_with_libssh How to use libssh with threads
|
@section threads_with_libssh How to use libssh with threads
|
||||||
|
|
||||||
libssh may be used in multithreaded applications, but under several conditions :
|
libssh may be used in multithreaded applications, but under several conditions :
|
||||||
|
Reference in New Issue
Block a user