summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/presentation_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/presentation_info.h')
-rw-r--r--libs/ardour/ardour/presentation_info.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/libs/ardour/ardour/presentation_info.h b/libs/ardour/ardour/presentation_info.h
index f5e1ed4531..08b253ac20 100644
--- a/libs/ardour/ardour/presentation_info.h
+++ b/libs/ardour/ardour/presentation_info.h
@@ -73,13 +73,12 @@ class LIBARDOUR_API PresentationInfo : public PBD::Stateful
* There are several pathways for the order being set:
*
* - object created during session loading from XML
- * - numeric order will be set during ::set_state(), based on
- * - type will be set during ctor call
+ * - numeric order will be set during ::set_state(), based on
+ * - type will be set during ctor call
*
* - object created in response to user request
- * - numeric order will be set by Session, before adding
- * to container.
- * - type set during ctor call
+ * - numeric order will be set by Session, before adding to container.
+ * - type set during ctor call
*
*
* OBJECT IDENTITY