NOOP - pre videotimline cleanup

This commit is contained in:
Robin Gareus
2013-03-12 21:37:36 +01:00
parent cae35cc403
commit da41e5087b
2 changed files with 4 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ static const char* authors[] = {
N_("Colin Fletcher"),
N_("Dave Flick"),
N_("Hans Fugal"),
N_("Robin Gareus"),
N_("Robin Gareus"),
N_("Christopher George"),
N_("Chris Goddard"),
N_("J. Abelardo Gutierrez"),

View File

@@ -26,7 +26,9 @@
namespace PBD {
/**
* @class The SearchPath class is a helper class for getting a
* @class SearchPath
*
* The SearchPath class is a helper class for getting a
* vector of paths contained in a search path string where a
* "search path string" contains absolute directory paths
* separated by a colon(:) or a semi-colon(;) on windows.