Replace @file description different than filename 12/27412/2
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Fri, 12 Sep 2014 09:33:35 +0000 (11:33 +0200)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Tue, 23 Sep 2014 08:42:08 +0000 (10:42 +0200)
Not all @file descriptions matched corresponding filenames. This
affects Doxygen, as it ignores such documentation comments. Patch
fixes these Doxygen @file commands.

Change-Id: I047ea1bde6c13ff2dd6ec90ea61abb2faaf7aaac

src/common/containers/BinaryQueue.cpp
src/common/exceptions/InitException.h
src/common/protocol/ProtocolFrameSerializer.cpp
src/common/response/CheckResponse.cpp
src/include/cynara-client-error.h
test/storage/serializer/bucket_load.cpp
test/storage/storage/check.cpp
test/storage/storage/policies.cpp

index beab980..2b3ba7b 100644 (file)
@@ -14,7 +14,7 @@
  *    limitations under the License.
  */
 /*
- * @file        binary_queue.cpp
+ * @file        BinaryQueue.cpp
  * @author      Przemyslaw Dobrowolski <p.dobrowolsk@samsung.com>
  * @author      Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
  * @version     1.0
index c51cb5b..9cccfe5 100644 (file)
@@ -14,7 +14,7 @@
  *    limitations under the License.
  */
 /*
- * @file        UnexpectedErrorException.h
+ * @file        InitException.h
  * @author      Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
  * @version     1.0
  * @brief       Implementation of InitException
index d8c4c7b..0be5682 100644 (file)
@@ -16,7 +16,7 @@
  *    limitations under the License.
  */
 /*
- * @file        ProtocolSerializer.cpp
+ * @file        ProtocolFrameSerializer.cpp
  * @author      Adam Malinowski <a.malinowsk2@partner.samsung.com>
  * @version     1.0
  * @brief       Implementation of protocol frame (de)serializer class.
index 2e72372..7b831a6 100644 (file)
@@ -14,7 +14,7 @@
  *    limitations under the License.
  */
 /*
- * @file        CheckRequest.cpp
+ * @file        CheckResponse.cpp
  * @author      Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
  * @version     1.0
  * @brief       This file implements check response class
index a506762..6947653 100644 (file)
@@ -14,7 +14,7 @@
  *  limitations under the License
  */
 /*
- * @file        cynara-error.h
+ * @file        cynara-client-error.h
  * @author      Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
  * @author      Zofia Abramowska <z.abramowska@samsung.com>
  * @version     1.0
index 8e5b2df..d33bf15 100644 (file)
@@ -14,7 +14,7 @@
  *    limitations under the License.
  */
 /*
- * @file        load.cpp
+ * @file        bucket_load.cpp
  * @author      Aleksander Zdyb <a.zdyb@partner.samsung.com>
  * @version     1.0
  * @brief       Tests for Cynara::BucketDeserializer
index e1f6505..3c6a071 100644 (file)
@@ -14,7 +14,7 @@
  *    limitations under the License.
  */
 /*
- * @file        buckets.cpp
+ * @file        check.cpp
  * @author      Aleksander Zdyb <a.zdyb@partner.samsung.com>
  * @version     1.0
  * @brief       Tests of check in Storage
index 54e0455..3b3acc9 100644 (file)
@@ -14,7 +14,7 @@
  *    limitations under the License.
  */
 /*
- * @file        buckets.cpp
+ * @file        policies.cpp
  * @author      Aleksander Zdyb <a.zdyb@partner.samsung.com>
  * @version     1.0
  * @brief       Tests of policies in Storage