mirror of https://github.com/odrling/Aegisub
Document namespace Aegisub
Originally committed to SVN as r3360.
This commit is contained in:
parent
47f9492832
commit
7f106eaf91
|
@ -71,7 +71,7 @@ enum ASS_EntryType {
|
|||
|
||||
|
||||
|
||||
/// DOCME
|
||||
/// @see aegisub.h
|
||||
namespace Aegisub {
|
||||
|
||||
/// DOCME
|
||||
|
|
|
@ -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?!
|
||||
};
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
|
||||
|
||||
/// DOCME
|
||||
/// @see aegisub.h
|
||||
namespace Aegisub {
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue