[Lldb-commits] [PATCH] D48801: Add new API to SBTarget and SBModule classes.

Alexander Polyakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 2 15:53:15 PDT 2018


apolyakov added inline comments.


================
Comment at: include/lldb/API/SBModule.h:136
+  ///
+  /// @param[in] sb_file_spec
+  ///     A lldb::SBFileSpec object that contains source file
----------------
aprantl wrote:
> We typically use `\param` instead of `@param` in LLVM.
I did it like it's done in other places in lldb. Are you sure about `\param` and `@param`?


https://reviews.llvm.org/D48801





More information about the lldb-commits mailing list