X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;fp=src%2Fwx%2Fabout_dialog.cc;h=5d1e546f7b92c78005e1df387344bd9c8d210c8d;hb=8c7a308c03e4b4196b4e2379a26d432b100ae2b1;hp=2113d3a9eae80b3aaa681cf2f003f1d1f4fdfc86;hpb=a6d6a794b28c3b3e6679f01c1890f396453eb5ac;p=dcpomatic.git diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 2113d3a9e..5d1e546f7 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2014 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,6 +17,10 @@ */ +/** @file src/wx/about_dialog.cc + * @brief The "about DCP-o-matic" dialogue box. + */ + #include #include #include "lib/version.h" @@ -213,6 +217,10 @@ AboutDialog::AboutDialog (wxWindow* parent) SetSizerAndFit (overall_sizer); } +/** Add a section of credits. + * @param name Name of section. + * @param credits List of names. + */ void AboutDialog::add_section (wxString name, wxArrayString credits) {