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 { namespace Aegisub {
/// DOCME /// DOCME

View file

@ -30,7 +30,7 @@
// $Id$ // $Id$
/// @file aegisub.h /// @file aegisub.h
/// @brief General typedefs for Aegisub /// @brief General declarations for Aegisub
/// @ingroup main_headers /// @ingroup main_headers
/// ///
@ -38,12 +38,11 @@
#pragma once #pragma once
///////////////
// STL Headers
#include <stdint.h> #include <stdint.h>
/////////////////// /// @brief Namespace for Aegisub internals
// Aegisub headers namespace Aegisub {
//#include "video_frame.h" // 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 { namespace Aegisub {