forked from mia/Aegisub
Document namespace Aegisub
Originally committed to SVN as r3360.
This commit is contained in:
parent
47f9492832
commit
7f106eaf91
3 changed files with 8 additions and 9 deletions
|
@ -71,7 +71,7 @@ enum ASS_EntryType {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// @see aegisub.h
|
||||||
namespace Aegisub {
|
namespace Aegisub {
|
||||||
|
|
||||||
/// DOCME
|
/// DOCME
|
||||||
|
|
|
@ -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?!
|
||||||
|
};
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
/// @see aegisub.h
|
||||||
namespace Aegisub {
|
namespace Aegisub {
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue