summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-30 06:27:24 +0200
committerRobin Gareus <robin@gareus.org>2019-09-30 06:30:11 +0200
commitfeb5d1261eb41548e44488bbe67df357b6de9a5f (patch)
tree01453d48a00f2d52966b76369f0cf79b3ebe110c /libs/pbd
parentc7be6f2330d60298cf28a979907d8a5feb433ef1 (diff)
Fix use of doxygen documented parameters in running text
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/pbd/controllable.h2
-rw-r--r--libs/pbd/pbd/file_utils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/pbd/pbd/controllable.h b/libs/pbd/pbd/controllable.h
index 8473147336..62127fb048 100644
--- a/libs/pbd/pbd/controllable.h
+++ b/libs/pbd/pbd/controllable.h
@@ -96,7 +96,7 @@ public:
*
* All derived classes must implement this.
*
- * Basic derived classes will ignore \param group_override
+ * Basic derived classes will ignore \p group_override
* but more sophisticated children, notably those that
* proxy the value setting logic via an object that is aware of group
* relationships between this control and others, will find it useful.
diff --git a/libs/pbd/pbd/file_utils.h b/libs/pbd/pbd/file_utils.h
index 46e3ab1849..29bb491511 100644
--- a/libs/pbd/pbd/file_utils.h
+++ b/libs/pbd/pbd/file_utils.h
@@ -268,7 +268,7 @@ LIBPBD_API void remove_directory (const std::string& dir);
*/
LIBPBD_API std::string tmp_writable_directory (const char* domain, const std::string& prefix);
-/** If \param path exists, unlink it. If it doesn't exist, create it.
+/** If \p path exists, unlink it. If it doesn't exist, create it.
*
* @return zero if required action was successful, non-zero otherwise.
*/