================
@@ -373,6 +373,15 @@ class ObjectFile : public 
std::enable_shared_from_this<ObjectFile>,
     return FileSpecList();
   }
 
+  /// Whether a symbol that this object file has not itself tagged as a
+  /// re-export can still be shadowed by one of GetReExportedLibraries().
+
+  /// \return
+  ///     Returns bool.
----------------
DavidSpickett wrote:

If it doesn't add new information, don't add these `\return` and so on. Here 
the description is fine.

Also don't you need `///` on the line between the two comment blocks for this 
to work anyway?

https://github.com/llvm/llvm-project/pull/208905
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to