aboutsummaryrefslogtreecommitdiff
path: root/src/core/Utils.cpp
diff options
context:
space:
mode:
authorVidhya Sudhan Loganathan <vidhyasudhan.loganathan@arm.com>2018-11-19 15:18:20 +0000
committerAnthony Barbier <Anthony.barbier@arm.com>2018-11-19 16:23:00 +0000
commitd646ae17893a89771cdc61ac8790f7e241ecd799 (patch)
tree753ec98326b58064f520464feb112142a779534d /src/core/Utils.cpp
parente27887f9ec5e71b89829c7e8735839249e14bff9 (diff)
downloadComputeLibrary-d646ae17893a89771cdc61ac8790f7e241ecd799.tar.gz
COMPMID-1065 : Create documentation explaining how to add new functions / kernels
Change-Id: I98183f95814442b6f3dbb67a1bdae99df05b9b01
Diffstat (limited to 'src/core/Utils.cpp')
-rw-r--r--src/core/Utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Utils.cpp b/src/core/Utils.cpp
index 78c3dba25a..39dad8f581 100644
--- a/src/core/Utils.cpp
+++ b/src/core/Utils.cpp
@@ -34,7 +34,7 @@
#include <string>
using namespace arm_compute;
-
+#ifndef DOXYGEN_SKIP_THIS
std::string arm_compute::build_information()
{
static const std::string information =
@@ -42,7 +42,7 @@ std::string arm_compute::build_information()
;
return information;
}
-
+#endif /* DOXYGEN_SKIP_THIS */
std::string arm_compute::read_file(const std::string &filename, bool binary)
{
std::string out;