NOOP - pre videotimline cleanup
authorRobin Gareus <robin@gareus.org>
Tue, 12 Mar 2013 20:37:36 +0000 (21:37 +0100)
committerRobin Gareus <robin@gareus.org>
Wed, 13 Mar 2013 19:28:14 +0000 (20:28 +0100)
gtk2_ardour/about.cc
libs/pbd/pbd/search_path.h

index 210e13ec87ac149983036dcde4a67bcda9241df6..8375e9420011e431b56d6ebbbd2b30d64054b398 100644 (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"),
index 2a14510ad26f2075608c1efa4fba42ee7d7a1184..5358d6e14c6a409313eb35990dc5feeaf7991b2a 100644 (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.