From: Piotr Sawicki Date: Tue, 11 Jul 2017 10:22:47 +0000 (+0200) Subject: Fix doxygen documentation in ipc-lib X-Git-Tag: submit/tizen/20170727.154157~1^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb1ca8a7843b9dc73373e7bc30b89588ac7d9f3e;p=platform%2Fcore%2Fsecurity%2Faskuser.git Fix doxygen documentation in ipc-lib Change-Id: I631f094555f5c81f535e88e42f85f406571c57be --- diff --git a/src/ipc-lib/ask-user-channel.cpp b/src/ipc-lib/ask-user-channel.cpp index 83209c9..79c8a81 100644 --- a/src/ipc-lib/ask-user-channel.cpp +++ b/src/ipc-lib/ask-user-channel.cpp @@ -16,8 +16,8 @@ /** * @file ask-user-channel.cpp * @author Bartlomiej Grzelewski - * @autor Piotr Sawicki - * @autor Rafal Krypa + * @author Piotr Sawicki + * @author Rafal Krypa * @brief The implementation of Channel. */ diff --git a/src/ipc-lib/askuser-notification/ask-user-client-channel.h b/src/ipc-lib/askuser-notification/ask-user-client-channel.h index 294bdb2..7978c9f 100644 --- a/src/ipc-lib/askuser-notification/ask-user-client-channel.h +++ b/src/ipc-lib/askuser-notification/ask-user-client-channel.h @@ -14,7 +14,7 @@ * limitations under the License */ /** - * @file ask-user-client.h + * @file ask-user-client-channel.h * @author Bartlomiej Grzelewski * @author Piotr Sawicki * @brief The declaration of IClientCallbacks and ClientChannel. diff --git a/src/ipc-lib/askuser-notification/ask-user-server-channel.h b/src/ipc-lib/askuser-notification/ask-user-server-channel.h index 2d04c44..fcb353b 100644 --- a/src/ipc-lib/askuser-notification/ask-user-server-channel.h +++ b/src/ipc-lib/askuser-notification/ask-user-server-channel.h @@ -14,7 +14,7 @@ * limitations under the License */ /** - * @file ask-user-server.h + * @file ask-user-server-channel.h * @author Bartlomiej Grzelewski * @author Piotr Sawicki * @brief The declaration of IServerCallbacks and ServerChannel. diff --git a/src/ipc-lib/askuser-notification/credentials-exception.h b/src/ipc-lib/askuser-notification/credentials-exception.h index 5c38c58..7e28c9f 100644 --- a/src/ipc-lib/askuser-notification/credentials-exception.h +++ b/src/ipc-lib/askuser-notification/credentials-exception.h @@ -14,7 +14,7 @@ * limitations under the License */ /** - * @file CredentialsException.h + * @file credentials-exception.h * @author Piotr Sawicki * @brief The declaration of CredentialsException. */ diff --git a/src/ipc-lib/askuser-notification/credentials.h b/src/ipc-lib/askuser-notification/credentials.h index 6fc3307..cecb0cf 100644 --- a/src/ipc-lib/askuser-notification/credentials.h +++ b/src/ipc-lib/askuser-notification/credentials.h @@ -15,7 +15,7 @@ */ /** * @file credentials.h - * @autor Piotr Sawicki + * @author Piotr Sawicki * @brief The declaration of Credentials. */ diff --git a/src/ipc-lib/askuser-notification/sock-desc.h b/src/ipc-lib/askuser-notification/sock-desc.h index ebdc5cd..819a986 100644 --- a/src/ipc-lib/askuser-notification/sock-desc.h +++ b/src/ipc-lib/askuser-notification/sock-desc.h @@ -14,9 +14,9 @@ * limitations under the License */ /** - * @file sock-desc.cpp + * @file sock-desc.h * @author Bartlomiej Grzelewski - * @autor Piotr Sawicki + * @author Piotr Sawicki * @brief The declaration of SockDesc. */ diff --git a/src/ipc-lib/askuser-notification/sock.h b/src/ipc-lib/askuser-notification/sock.h index 6895bea..5377d37 100644 --- a/src/ipc-lib/askuser-notification/sock.h +++ b/src/ipc-lib/askuser-notification/sock.h @@ -14,7 +14,7 @@ * limitations under the License */ /** - * @file sock.cpp + * @file sock.h * @author Bartlomiej Grzelewski * @brief The declaration of client/server Sock wrapper. */ diff --git a/src/ipc-lib/credentials.cpp b/src/ipc-lib/credentials.cpp index 9418f29..401bf30 100644 --- a/src/ipc-lib/credentials.cpp +++ b/src/ipc-lib/credentials.cpp @@ -14,7 +14,7 @@ * limitations under the License */ /** - * @file Credentials.cpp + * @file credentials.cpp * @author Piotr Sawicki * @brief The implementation of Credentials. */