forked from OSchip/llvm-project
[lldb][NFC] Fix -Wdocumentation issue in ModuleSpec.h/ThreadTrace.h
This commit is contained in:
parent
32f252a765
commit
10d02fb15b
|
@ -30,9 +30,9 @@ public:
|
|||
m_object_name(), m_object_offset(0), m_object_size(0),
|
||||
m_source_mappings() {}
|
||||
|
||||
/// If the \param data argument is passed, its contents will be used
|
||||
/// If the \c data argument is passed, its contents will be used
|
||||
/// as the module contents instead of trying to read them from
|
||||
/// \param file_spec.
|
||||
/// \c file_spec .
|
||||
ModuleSpec(const FileSpec &file_spec, const UUID &uuid = UUID(),
|
||||
lldb::DataBufferSP data = lldb::DataBufferSP())
|
||||
: m_file(file_spec), m_platform_file(), m_symbol_file(), m_arch(),
|
||||
|
|
|
@ -28,7 +28,7 @@ public:
|
|||
/// \param[in] tid
|
||||
/// The tid of this thread.
|
||||
///
|
||||
/// \param[in] trace_file.
|
||||
/// \param[in] trace_file
|
||||
/// The file that contains the list of instructions that were traced when
|
||||
/// this thread was being executed.
|
||||
ThreadTrace(Process &process, lldb::tid_t tid, const FileSpec &trace_file)
|
||||
|
|
Loading…
Reference in New Issue