summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/search_path.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-05-23 22:12:45 +0000
committerCarl Hetherington <carl@carlh.net>2011-05-23 22:12:45 +0000
commitb6587ad160aec275004ea875846112b8d4724d3d (patch)
tree610f2937f6a7796cd7de8aeb947eff7a48867c8b /libs/pbd/pbd/search_path.h
parentf7dae62903ad034bf42683001f235b84bf3b37f4 (diff)
Assorted doxygen fixes; no functional changes.
git-svn-id: svn://localhost/ardour2/branches/3.0@9575 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/pbd/search_path.h')
-rw-r--r--libs/pbd/pbd/search_path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/search_path.h b/libs/pbd/pbd/search_path.h
index 1148384daa..de0eeeeb5a 100644
--- a/libs/pbd/pbd/search_path.h
+++ b/libs/pbd/pbd/search_path.h
@@ -68,7 +68,7 @@ public:
* Initialize SearchPath from a vector of paths that may or may
* not exist.
*
- * @param path A path.
+ * @param paths A vector of paths.
*/
SearchPath (const std::vector<PBD::sys::path>& paths);