ocarina/include/core/tags/tags.h
Anna Schumaker ead1397b31 Remove Doxygen tags
I wasn't actually using Doxygen for anything, so it's probably best just
to remove it.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2015-09-02 14:24:42 -04:00

19 lines
289 B
C++

/**
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_TAGS_TAGS_H
#define OCARINA_CORE_TAGS_TAGS_H
/**
* Namespace for creating and accessing tags.
*/
namespace tags
{
/** Called to read all databases from disk. */
void init();
}
#endif /* OCARINA_CORE_TAGS_TAGS_H */