core/version: Header file comment cleanups

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2015-09-15 09:21:16 -04:00
parent 65fb3888b6
commit d36457fd61
1 changed files with 4 additions and 6 deletions

View File

@ -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()
{