diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-08-23 21:21:57 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-08-23 21:21:57 +0200 |
commit | 14048354d5fe098ae470bc329acba10fad5bc5b6 (patch) | |
tree | 1186183d9313b8870e257d7acfdedabb1fc1d2fe /doc/authentication.dox | |
parent | 94b689e19d51ab887afe95afd8e9bf50a18af0c4 (diff) | |
download | libssh-14048354d5fe098ae470bc329acba10fad5bc5b6.tar.gz libssh-14048354d5fe098ae470bc329acba10fad5bc5b6.tar.xz libssh-14048354d5fe098ae470bc329acba10fad5bc5b6.zip |
Fix conflicts/ missing /** */ in doxygen
Diffstat (limited to 'doc/authentication.dox')
-rw-r--r-- | doc/authentication.dox | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/authentication.dox b/doc/authentication.dox index 9628a48..e98d5e7 100644 --- a/doc/authentication.dox +++ b/doc/authentication.dox @@ -1,3 +1,4 @@ +/** @page authentication Chapter 2: A deeper insight on authentication @section authentication_details A deeper insight on authentication @@ -369,4 +370,4 @@ int display_banner(ssh_session session) } @endcode - +*/ |