From d36457fd615811f7f1dbbf0b57fc6ac2275ea9b2 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Tue, 15 Sep 2015 09:21:16 -0400 Subject: [PATCH] core/version: Header file comment cleanups Signed-off-by: Anna Schumaker --- include/core/version.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/include/core/version.h b/include/core/version.h index 5ac594a7..82801b1a 100644 --- a/include/core/version.h +++ b/include/core/version.h @@ -1,14 +1,12 @@ -/** +/* * Copyright 2013 (c) Anna Schumaker. */ #ifndef OCARINA_CORE_VERSION_H #define OCARINA_CORE_VERSION_H -/** - * Scons sets the current version by passing the -DCONFIG_VERSION macro - * when Ocarina is compiled. - * - * @return A C-style string containing the current version of Ocarina. +/* + * Scons sets the current version by passing the + * -DCONFIG_VERSION macro when Ocarina is compiled. */ static inline const char *get_version() {