Skip to content

[lldb][progress][NFC] Fix Doxygen information #83502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

chelcassanova
Copy link
Contributor

The details field in the constructor for Progress is missing Doxygen documentation, this commit adds this.

The `details` field in the constructor for `Progress` is missing Doxygen
documentation, this commit adds this.
@llvmbot
Copy link
Member

llvmbot commented Feb 29, 2024

@llvm/pr-subscribers-lldb

Author: Chelsea Cassanova (chelcassanova)

Changes

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 --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.

@chelcassanova chelcassanova merged commit 8171f6d into llvm:main Mar 1, 2024
@chelcassanova chelcassanova deleted the fix-progress-doxygen branch March 1, 2024 03:22
chelcassanova added a commit to chelcassanova/llvm-project that referenced this pull request Mar 1, 2024
rdar://122049226

(cherry picked from commit 8171f6d)
chelcassanova added a commit to swiftlang/llvm-project that referenced this pull request Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants