summaryrefslogtreecommitdiff
path: root/src/components/formatters
diff options
context:
space:
mode:
authorJustin Dickow <jjdickow@gmail.com>2015-01-26 11:15:48 -0500
committerJustin Dickow <jjdickow@gmail.com>2015-01-26 11:15:48 -0500
commit46ed776c537131e72747538488b213cf45f23e22 (patch)
tree4cad1abf411addfd72ab591c93edeb5d225d9a39 /src/components/formatters
parenta24079cb8de5563376dcf782cdb9fe3cae063841 (diff)
downloadsdl_core-46ed776c537131e72747538488b213cf45f23e22.tar.gz
Latest internal release - last bulk merge before pull request and gitflow!?
Smoke tested on Ubuntu 12.04 Signed-off-by: Justin Dickow <jjdickow@gmail.com>
Diffstat (limited to 'src/components/formatters')
-rw-r--r--src/components/formatters/include/formatters/formatter_json_rpc.h2
-rw-r--r--src/components/formatters/include/formatters/generic_json_formatter.h2
-rw-r--r--src/components/formatters/include/formatters/meta_formatter.h2
-rw-r--r--src/components/formatters/src/formatter_json_rpc.cc2
-rw-r--r--src/components/formatters/src/generic_json_formatter.cc2
-rw-r--r--src/components/formatters/src/meta_formatter.cc2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/components/formatters/include/formatters/formatter_json_rpc.h b/src/components/formatters/include/formatters/formatter_json_rpc.h
index d4653ef565..26636f4a2b 100644
--- a/src/components/formatters/include/formatters/formatter_json_rpc.h
+++ b/src/components/formatters/include/formatters/formatter_json_rpc.h
@@ -1,4 +1,4 @@
-/*
+/**
* @file formatter_json_rpc.h
* @brief FormatterJsonRpc header file.
*/
diff --git a/src/components/formatters/include/formatters/generic_json_formatter.h b/src/components/formatters/include/formatters/generic_json_formatter.h
index a4b3f3f712..3eaee0b36e 100644
--- a/src/components/formatters/include/formatters/generic_json_formatter.h
+++ b/src/components/formatters/include/formatters/generic_json_formatter.h
@@ -1,4 +1,4 @@
-/*
+/**
* @file generic_json_formatter.h
* @brief Generic JSON formatter header file.
*/
diff --git a/src/components/formatters/include/formatters/meta_formatter.h b/src/components/formatters/include/formatters/meta_formatter.h
index f9fd6fad72..c1b767d7cf 100644
--- a/src/components/formatters/include/formatters/meta_formatter.h
+++ b/src/components/formatters/include/formatters/meta_formatter.h
@@ -1,4 +1,4 @@
-/*
+/**
* @file meta_fromatter.h
* @brief file describes class CMetaFormatter which is designed to format
* the smart object against given schema for given formatter
diff --git a/src/components/formatters/src/formatter_json_rpc.cc b/src/components/formatters/src/formatter_json_rpc.cc
index 012962bbb2..8722df46df 100644
--- a/src/components/formatters/src/formatter_json_rpc.cc
+++ b/src/components/formatters/src/formatter_json_rpc.cc
@@ -1,4 +1,4 @@
-/*
+/**
* @file formatter_json_rpc.cc
* @brief formatter_json_rpc source file.
*/
diff --git a/src/components/formatters/src/generic_json_formatter.cc b/src/components/formatters/src/generic_json_formatter.cc
index 6cc2266193..ce1aa03807 100644
--- a/src/components/formatters/src/generic_json_formatter.cc
+++ b/src/components/formatters/src/generic_json_formatter.cc
@@ -1,4 +1,4 @@
-/*
+/**
* @file generic_json_formatter.cc
* @brief Generic JSON formatter source file.
*/
diff --git a/src/components/formatters/src/meta_formatter.cc b/src/components/formatters/src/meta_formatter.cc
index 8b24fd4b0e..145020a5e2 100644
--- a/src/components/formatters/src/meta_formatter.cc
+++ b/src/components/formatters/src/meta_formatter.cc
@@ -1,4 +1,4 @@
-/*
+/**
* @file meta_fromatter.cc
* @brief implementation of class CMetaFormatter which is designed to format
* the smart object against given schema for given formatter