Document namespace Aegisub

Originally committed to SVN as r3360.
This commit is contained in:
Niels Martin Hansen 2009-08-05 02:17:13 +00:00
parent 47f9492832
commit 7f106eaf91
3 changed files with 8 additions and 9 deletions

View File

@ -71,7 +71,7 @@ enum ASS_EntryType {
/// DOCME
/// @see aegisub.h
namespace Aegisub {
/// DOCME

View File

@ -30,7 +30,7 @@
// $Id$
/// @file aegisub.h
/// @brief General typedefs for Aegisub
/// @brief General declarations for Aegisub
/// @ingroup main_headers
///
@ -38,12 +38,11 @@
#pragma once
///////////////
// STL Headers
#include <stdint.h>
///////////////////
// Aegisub headers
//#include "video_frame.h"
/// @brief Namespace for Aegisub internals
namespace Aegisub {
// Empty here for now...
// We don't know what to put here in this file?!
};

View File

@ -39,7 +39,7 @@
/// DOCME
/// @see aegisub.h
namespace Aegisub {