Document about dialogue.

Originally committed to SVN as r3351.
This commit is contained in:
Amar Takhar 2009-08-01 04:02:20 +00:00
parent 332168f596
commit 6bde901e5e
2 changed files with 4 additions and 8 deletions

View file

@ -51,8 +51,8 @@
/// @brief Constructor /// @brief Constructor
/// @param parent /// @param parent Parent frame.
/// ///
AboutScreen::AboutScreen(wxWindow *parent) AboutScreen::AboutScreen(wxWindow *parent)
: wxDialog (parent, -1, _("About Aegisub"), wxDefaultPosition, wxSize(300,240), wxCAPTION | wxCLOSE_BOX , _("About Aegisub")) : wxDialog (parent, -1, _("About Aegisub"), wxDefaultPosition, wxSize(300,240), wxCAPTION | wxCLOSE_BOX , _("About Aegisub"))
@ -187,8 +187,7 @@ AboutScreen::AboutScreen(wxWindow *parent)
} }
/// @brief Destructor
/// @brief Destructor
/// ///
AboutScreen::~AboutScreen () { AboutScreen::~AboutScreen () {
} }

View file

@ -46,11 +46,8 @@
/// DOCME
/// @class AboutScreen /// @class AboutScreen
/// @brief DOCME /// @brief About dialogue.
///
/// DOCME
class AboutScreen: public wxDialog { class AboutScreen: public wxDialog {
public: public:
AboutScreen(wxWindow *parent); AboutScreen(wxWindow *parent);