Skip to content

Commit 4af7407

Browse files
Minor Doxygen fixes (#1984)
Signed-off-by: Darby Johnston <[email protected]>
1 parent 2429dd5 commit 4af7407

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/opentime/rationalTime.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
{

src/opentimelineio/serializableObject.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)