File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ class OPENTIME_API_TYPE RationalTime
150150 // / frames. Result will be in the rate of start time.
151151 // /
152152 // / @param start_time The start time.
153- // / @param end_time_exclusive The inclusive end time.
153+ // / @param end_time_inclusive The inclusive end time.
154154 static constexpr RationalTime duration_from_start_end_time_inclusive (
155155 RationalTime start_time,
156156 RationalTime end_time_inclusive) noexcept
@@ -375,7 +375,7 @@ class OPENTIME_API_TYPE RationalTime
375375 // / strictly_equal().
376376 // /
377377 // / @param lhs Left hand side time.
378- // / @param lhs Right hand side time.
378+ // / @param rhs Right hand side time.
379379 friend constexpr bool
380380 operator ==(RationalTime lhs, RationalTime rhs) noexcept
381381 {
@@ -389,7 +389,7 @@ class OPENTIME_API_TYPE RationalTime
389389 // / strictly_equal().
390390 // /
391391 // / @param lhs Left hand side time.
392- // / @param lhs Right hand side time.
392+ // / @param rhs Right hand side time.
393393 friend constexpr bool
394394 operator !=(RationalTime lhs, RationalTime rhs) noexcept
395395 {
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class OTIO_API_TYPE SerializableObject
5353 // /
5454 // / @param file_name The file name.
5555 // / @param error_status The return status.
56- // / @param target_family_label_spec @ todo Add comment.
56+ // / @param target_family_label_spec todo: Add comment.
5757 // / @param indent The number of spaces to use for indentation.
5858 OTIO_API bool to_json_file (
5959 std::string const & file_name,
@@ -64,7 +64,7 @@ class OTIO_API_TYPE SerializableObject
6464 // / @brief Serialize this object to a JSON string.
6565 // /
6666 // / @param error_status The return status.
67- // / @param target_family_label_spec @ todo Add comment.
67+ // / @param target_family_label_spec todo: Add comment.
6868 // / @param indent The number of spaces to use for indentation.
6969 OTIO_API std::string to_json_string (
7070 ErrorStatus* error_status = nullptr ,
You can’t perform that action at this time.
0 commit comments