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 1c17e44..5336600 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 5fd6df3..17766ba 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 f245c01..e0c3553 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 e8bc858..7ada552 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 a8af9b1..811abb5 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 11ecbd7..e4f0465 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 e6ed815..2ef1f25 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 f854a82..aaa0431 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 8e18670..59d484a 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.