================
@@ -63,13 +68,30 @@ class Progress {
   ///
   /// @param [in] title The title of this progress activity.
   ///
-  /// @param [in] total The total units of work to be done if specified, if
-  /// set to UINT64_MAX then an indeterminate progress indicator should be
+  /// @param [in] report_type Enum value indicating how the progress is being
----------------
jasonmolenda wrote:

Normally these start with `@param [in] variable_name`, and then on the next 
line the description starts.  I see @clayborg wrote the current header in this 
style, maybe it was a clang-format artifact?  Or possibly the preferred style 
has shifted while I wasn't paying attention.

https://github.com/llvm/llvm-project/pull/69516
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to