Skip to content

Commit 1632dd2

Browse files
[lldb][progress][NFC] Fix Doxygen information (llvm#83502) (#8315)
rdar://122049226 (cherry picked from commit 8171f6d)
1 parent 1bf6b0e commit 1632dd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/include/lldb/Core/Progress.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ class Progress {
6464
///
6565
/// @param [in] title The title of this progress activity.
6666
///
67+
/// @param [in] details Specific information about what the progress report
68+
/// is currently working on.
69+
///
6770
/// @param [in] total The total units of work to be done if specified, if
6871
/// set to std::nullopt then an indeterminate progress indicator should be
6972
/// displayed.

0 commit comments

Comments
 (0)