summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-03-12 21:37:36 +0100
committerRobin Gareus <robin@gareus.org>2013-03-13 20:28:14 +0100
commitda41e5087b4def302b5969db1bc905d233a20f61 (patch)
treea5ec791c9bfe4e6efec1be3f7690aa3b08387f0e /libs/pbd
parentcae35cc403847ce6cd87b01e2b3a6d7395380f04 (diff)
NOOP - pre videotimline cleanup
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/pbd/search_path.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/pbd/pbd/search_path.h b/libs/pbd/pbd/search_path.h
index 2a14510ad2..5358d6e14c 100644
--- a/libs/pbd/pbd/search_path.h
+++ b/libs/pbd/pbd/search_path.h
@@ -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.