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>
This commit is contained in:
Anna Schumaker 2015-08-20 17:07:58 -04:00
parent 1d0f392835
commit ead1397b31
47 changed files with 0 additions and 2361 deletions

2
.gitignore vendored
View File

@ -12,6 +12,4 @@ bin/
*.gcda
*.gcno
core.*
html/
latex/
.debug

2310
Doxyfile

File diff suppressed because it is too large Load Diff

View File

@ -47,11 +47,6 @@ def ocarina_release(target, source, env):
Command("release", None, ocarina_release)
docs = Command("docs", [], "OCARINA_VERSION=%s doxygen" % CONFIG_VERSION)
Clean(docs, "html/")
Clean(docs, "latex/")
env.Install("/usr/bin", "bin/ocarina")
env.Install("/usr/share", "share/ocarina/")
env.Install("/usr/share/applications", "share/applications/ocarina.desktop")

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#include <core/audio.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#include <core/audio.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#include <core/database.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#include <core/deck.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#include <core/file.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#include <core/idle.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#include <core/index.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#include <core/idle.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#include <core/library.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#include <core/queue.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker
*/
#ifdef CONFIG_TEST

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2015 (c) Anna Schumaker.
*/
#include <core/string.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#include <core/string.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#include <core/tags/artist.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#include <core/string.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#include <core/tags/genre.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#include <core/tags/library.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#include <core/tags/album.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#include <core/filter.h>

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_AUDIO_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_CORE_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_DATABASE_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*
* DO NOT INCLUDE THIS FILE DIRECTLY. THIS IS A TEMPLATE DEFINITION FILE

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_DECK_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_FILE_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_FILTER_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_IDLE_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*
* DO NOT INCLUDE THIS FILE DIRECTLY. THIS IS A TEMPLATE DEFINITION FILE

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_INDEX_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_LIBRARY_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_PLAYLIST_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright (c) 2013 Anna Schumaker.
*/
#ifndef OCARINA_CORE_PRINT_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_QUEUE_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker
*/
#ifndef OCARINA_CORE_RANDOM_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2015 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_STRING_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_TAGS_ALBUM_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_TAGS_ARTIST_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_TAGS_GENERIC_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_TAGS_GENRE_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_TAGS_LIBRARY_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_TAGS_TAGS_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_TAGS_TRACK_H

View File

@ -1,5 +1,4 @@
/**
* @file
* Copyright 2013 (c) Anna Schumaker.
*/
#ifndef OCARINA_CORE_VERSION_H