From: Piotr Sawicki
Date: Thu, 20 Jul 2017 12:21:29 +0000 (+0200)
Subject: Fix doxygen documentation after renaming ipc files
X-Git-Tag: submit/tizen/20170727.154157~1^2~8
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=832ee66d6bf96c44771b71da030f28f8776e0d65;p=platform%2Fcore%2Fsecurity%2Faskuser.git
Fix doxygen documentation after renaming ipc files
Change-Id: Ia3f34fc1af0a0605d19638ff2bee54d3e03f685f
---
diff --git a/src/ipc/channel.cpp b/src/ipc/channel.cpp
index 1c17e44..5336600 100644
--- a/src/ipc/channel.cpp
+++ b/src/ipc/channel.cpp
@@ -14,7 +14,7 @@
* limitations under the License
*/
/**
- * @file ask-user-channel.cpp
+ * @file channel.cpp
* @author Bartlomiej Grzelewski
* @author Piotr Sawicki
* @author Rafal Krypa
diff --git a/src/ipc/channel.h b/src/ipc/channel.h
index 5fd6df3..17766ba 100644
--- a/src/ipc/channel.h
+++ b/src/ipc/channel.h
@@ -14,7 +14,7 @@
* limitations under the License
*/
/**
- * @file ask-user-channel.h
+ * @file channel.h
* @author Bartlomiej Grzelewski
* @author Piotr Sawicki
* @brief The declaration of Channel.
diff --git a/src/ipc/client-channel.cpp b/src/ipc/client-channel.cpp
index f245c01..e0c3553 100644
--- a/src/ipc/client-channel.cpp
+++ b/src/ipc/client-channel.cpp
@@ -14,7 +14,7 @@
* limitations under the License
*/
/**
- * @file ask-user-client-channel.cpp
+ * @file client-channel.cpp
* @author Bartlomiej Grzelewski
* @author Piotr Sawicki
* @brief The implementation of ClientChannel.
diff --git a/src/ipc/client-channel.h b/src/ipc/client-channel.h
index e8bc858..7ada552 100644
--- a/src/ipc/client-channel.h
+++ b/src/ipc/client-channel.h
@@ -14,7 +14,7 @@
* limitations under the License
*/
/**
- * @file ask-user-client-channel.h
+ * @file client-channel.h
* @author Bartlomiej Grzelewski
* @author Piotr Sawicki
* @brief The declaration of IClientCallbacks and ClientChannel.
diff --git a/src/ipc/common-types.h b/src/ipc/common-types.h
index a8af9b1..811abb5 100644
--- a/src/ipc/common-types.h
+++ b/src/ipc/common-types.h
@@ -14,7 +14,7 @@
* limitations under the License
*/
/**
- * @file ask-user-types.h
+ * @file common-types.h
* @author Bartlomiej Grzelewski
* @brief The declaration of various types used by the library.
*/
diff --git a/src/ipc/config.cpp b/src/ipc/config.cpp
index 11ecbd7..e4f0465 100644
--- a/src/ipc/config.cpp
+++ b/src/ipc/config.cpp
@@ -14,7 +14,7 @@
* limitations under the License
*/
/**
- * @file ask-user-config.cpp
+ * @file config.cpp
* @author Bartlomiej Grzelewski
* @brief The implementation of utility functions for getting sockets paths.
*/
diff --git a/src/ipc/config.h b/src/ipc/config.h
index e6ed815..2ef1f25 100644
--- a/src/ipc/config.h
+++ b/src/ipc/config.h
@@ -14,7 +14,7 @@
* limitations under the License
*/
/**
- * @file ask-user-config.h
+ * @file config.h
* @author Bartlomiej Grzelewski
* @brief The declaration of utility functions for getting sockets paths.
*/
diff --git a/src/ipc/server-channel.cpp b/src/ipc/server-channel.cpp
index f854a82..aaa0431 100644
--- a/src/ipc/server-channel.cpp
+++ b/src/ipc/server-channel.cpp
@@ -14,7 +14,7 @@
* limitations under the License
*/
/**
- * @file ask-user-server-channel.cpp
+ * @file server-channel.cpp
* @author Bartlomiej Grzelewski
* @author Piotr Sawicki
* @brief The implementation of ServerChannel.
diff --git a/src/ipc/server-channel.h b/src/ipc/server-channel.h
index 8e18670..59d484a 100644
--- a/src/ipc/server-channel.h
+++ b/src/ipc/server-channel.h
@@ -14,7 +14,7 @@
* limitations under the License
*/
/**
- * @file ask-user-server-channel.h
+ * @file server-channel.h
* @author Bartlomiej Grzelewski
* @author Piotr Sawicki
* @brief The declaration of IServerCallbacks and ServerChannel.