[Lldb-commits] [lldb] 8171f6d - [lldb][progress][NFC] Fix Doxygen information (#83502)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 29 19:22:26 PST 2024
Author: Chelsea Cassanova
Date: 2024-02-29T19:22:23-08:00
New Revision: 8171f6d12eafbd4a67ad263770c142d51504d834
URL: https://github.com/llvm/llvm-project/commit/8171f6d12eafbd4a67ad263770c142d51504d834
DIFF: https://github.com/llvm/llvm-project/commit/8171f6d12eafbd4a67ad263770c142d51504d834.diff
LOG: [lldb][progress][NFC] Fix Doxygen information (#83502)
Added:
Modified:
lldb/include/lldb/Core/Progress.h
Removed:
################################################################################
diff --git a/lldb/include/lldb/Core/Progress.h b/lldb/include/lldb/Core/Progress.h
index eb4d9f9d7af08e..9549e3b5aea950 100644
--- a/lldb/include/lldb/Core/Progress.h
+++ b/lldb/include/lldb/Core/Progress.h
@@ -64,6 +64,9 @@ class Progress {
///
/// @param [in] title The title of this progress activity.
///
+ /// @param [in] details Specific information about what the progress report
+ /// is currently working on.
+ ///
/// @param [in] total The total units of work to be done if specified, if
/// set to std::nullopt then an indeterminate progress indicator should be
/// displayed.
More information about the lldb-commits
mailing list