[Lldb-commits] [lldb] [lldb][progress][NFC] Fix Doxygen information (PR #83502)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 29 15:19:35 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Chelsea Cassanova (chelcassanova)
<details>
<summary>Changes</summary>
The `details` field in the constructor for `Progress` is missing Doxygen documentation, this commit adds this.
---
Full diff: https://github.com/llvm/llvm-project/pull/83502.diff
1 Files Affected:
- (modified) lldb/include/lldb/Core/Progress.h (+3)
``````````diff
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.
``````````
</details>
https://github.com/llvm/llvm-project/pull/83502
More information about the lldb-commits
mailing list