(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file bemidi.cpp */
|
||||
/** @file bemidi.cpp Support for BeOS midi. */
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../openttd.h"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file bemidi.h Base of BeOS Midi support. */
|
||||
|
||||
#ifndef MUSIC_BEMIDI_H
|
||||
#define MUSIC_BEMIDI_H
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file dmusic.cpp */
|
||||
/** @file dmusic.cpp Playing music via DirectMusic. */
|
||||
|
||||
#ifdef WIN32_ENABLE_DIRECTMUSIC_SUPPORT
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file dmusic.h Base of playing music via DirectMusic.
|
||||
|
||||
#ifndef MUSIC_DMUSIC_H
|
||||
#define MUSIC_DMUSIC_H
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file extmidi.cpp Playing music via an external player. */
|
||||
|
||||
#ifndef __MORPHOS__
|
||||
#include "../stdafx.h"
|
||||
#include "../openttd.h"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file extmidi.h Base support for playing music via an external application. */
|
||||
|
||||
#ifndef MUSIC_EXTERNAL_H
|
||||
#define MUSIC_EXTERNAL_H
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file libtimidity.cpp Playing music via the timidity library. */
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../openttd.h"
|
||||
#include "../sound_type.h"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file libtimidity.h Base for LibTimidity music playback. */
|
||||
|
||||
#ifndef MUSIC_LIBTIMIDITY_H
|
||||
#define MUSIC_LIBTIMIDITY_H
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file music_driver.hpp Base for all music playback. */
|
||||
|
||||
#ifndef MUSIC_MUSIC_DRIVER_HPP
|
||||
#define MUSIC_MUSIC_DRIVER_HPP
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file null_m.cpp The music playback that is silent. */
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "null_m.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file null_m.h Base for the silent music playback. */
|
||||
|
||||
#ifndef MUSIC_NULL_H
|
||||
#define MUSIC_NULL_H
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file os2_m.cpp Music playback on OS/2. */
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../openttd.h"
|
||||
#include "os2_m.h"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file os2_m.h Base for OS2 music playback. */
|
||||
|
||||
#ifndef MUSIC_OS2_H
|
||||
#define MUSIC_OS2_H
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file qtmidi.h Base of music playback via the QuickTime driver. */
|
||||
|
||||
#ifndef MUSIC_MACOSX_QUICKTIME_H
|
||||
#define MUSIC_MACOSX_QUICKTIME_H
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file win32_m.cpp Music playback for Windows. */
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "win32_m.h"
|
||||
#include <windows.h>
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file win32_m.h Base for Windows music playback. */
|
||||
|
||||
#ifndef MUSIC_WIN32_H
|
||||
#define MUSIC_WIN32_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user