Fix doxygen documentation after renaming ipc files 15/139815/1
authorPiotr Sawicki <p.sawicki2@partner.samsung.com>
Thu, 20 Jul 2017 12:21:29 +0000 (14:21 +0200)
committerPiotr Sawicki <p.sawicki2@partner.samsung.com>
Thu, 20 Jul 2017 12:21:29 +0000 (14:21 +0200)
Change-Id: Ia3f34fc1af0a0605d19638ff2bee54d3e03f685f

src/ipc/channel.cpp
src/ipc/channel.h
src/ipc/client-channel.cpp
src/ipc/client-channel.h
src/ipc/common-types.h
src/ipc/config.cpp
src/ipc/config.h
src/ipc/server-channel.cpp
src/ipc/server-channel.h

index 1c17e4416b9d9c78fcd7e16e321f002b700a54ff..5336600470eb7fe68c2706f3bb69c880a1894ebe 100644 (file)
@@ -14,7 +14,7 @@
  *  limitations under the License
  */
 /**
- * @file        ask-user-channel.cpp
+ * @file        channel.cpp
  * @author      Bartlomiej Grzelewski <b.grzelewski@samsung.com>
  * @author      Piotr Sawicki <p.sawicki2@partner.samsung.com>
  * @author      Rafal Krypa <r.krypa@samsung.com>
index 5fd6df32186e4f4f561af83491046d85eac5c074..17766bafcafab9145eab3b7673b85a9a21ffc1d5 100644 (file)
@@ -14,7 +14,7 @@
  *  limitations under the License
  */
 /**
- * @file        ask-user-channel.h
+ * @file        channel.h
  * @author      Bartlomiej Grzelewski <b.grzelewski@samsung.com>
  * @author      Piotr Sawicki <p.sawicki2@partner.samsung.com>
  * @brief       The declaration of Channel.
index f245c01c16d179b8a0ae2d051c37306d6896dce4..e0c35532973ac1e26cf6ebd7423e17b3aa2b13b5 100644 (file)
@@ -14,7 +14,7 @@
  *  limitations under the License
  */
 /**
- * @file        ask-user-client-channel.cpp
+ * @file        client-channel.cpp
  * @author      Bartlomiej Grzelewski <b.grzelewski@samsung.com>
  * @author      Piotr Sawicki <p.sawicki2@partner.samsung.com>
  * @brief       The implementation of ClientChannel.
index e8bc85865adfcfbaa66878cc1d46df7270f00800..7ada552c7ce774d6046f00141ceb9d37ccc59578 100644 (file)
@@ -14,7 +14,7 @@
  *  limitations under the License
  */
 /**
- * @file        ask-user-client-channel.h
+ * @file        client-channel.h
  * @author      Bartlomiej Grzelewski <b.grzelewski@samsung.com>
  * @author      Piotr Sawicki <p.sawicki2@partner.samsung.com>
  * @brief       The declaration of IClientCallbacks and ClientChannel.
index a8af9b1c537e5a7582e0f1db2e28053bddb03fe8..811abb5166b7629d5447988604ebff596b1b5a9b 100644 (file)
@@ -14,7 +14,7 @@
  *  limitations under the License
  */
 /**
- * @file        ask-user-types.h
+ * @file        common-types.h
  * @author      Bartlomiej Grzelewski <b.grzelewski@samsung.com>
  * @brief       The declaration of various types used by the library.
  */
index 11ecbd7fbd947f195b8cc8016962830a2944e193..e4f04652e309f5592f457136fafe979cab71521a 100644 (file)
@@ -14,7 +14,7 @@
  *  limitations under the License
  */
 /**
- * @file        ask-user-config.cpp
+ * @file        config.cpp
  * @author      Bartlomiej Grzelewski <b.grzelewski@samsung.com>
  * @brief       The implementation of utility functions for getting sockets paths.
  */
index e6ed8153e8fd098d12dcb256ed0507a8f5819087..2ef1f2590b25d08ab5538fe142cb24ee776a18e1 100644 (file)
@@ -14,7 +14,7 @@
  *  limitations under the License
  */
 /**
- * @file        ask-user-config.h
+ * @file        config.h
  * @author      Bartlomiej Grzelewski <b.grzelewski@samsung.com>
  * @brief       The declaration of utility functions for getting sockets paths.
  */
index f854a82583bee2d50e43f73b2f158684171cb873..aaa0431eb5d6b902a4cf5a986260f80ac2613d72 100644 (file)
@@ -14,7 +14,7 @@
  *  limitations under the License
  */
 /**
- * @file        ask-user-server-channel.cpp
+ * @file        server-channel.cpp
  * @author      Bartlomiej Grzelewski <b.grzelewski@samsung.com>
  * @author      Piotr Sawicki <p.sawicki2@partner.samsung.com>
  * @brief       The implementation of ServerChannel.
index 8e186702da7fbd16df6d09c833e7d1e04d1e592a..59d484af527ab5744ea6e0adb2ac4c696cb9ce3c 100644 (file)
@@ -14,7 +14,7 @@
  *  limitations under the License
  */
 /**
- * @file        ask-user-server-channel.h
+ * @file        server-channel.h
  * @author      Bartlomiej Grzelewski <b.grzelewski@samsung.com>
  * @author      Piotr Sawicki <p.sawicki2@partner.samsung.com>
  * @brief       The declaration of IServerCallbacks and ServerChannel.