diff --git a/lldb/include/lldb/Core/ModuleSpec.h b/lldb/include/lldb/Core/ModuleSpec.h index 9dd398a05291..d159eaf6ff48 100644 --- a/lldb/include/lldb/Core/ModuleSpec.h +++ b/lldb/include/lldb/Core/ModuleSpec.h @@ -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(), diff --git a/lldb/include/lldb/Target/ThreadTrace.h b/lldb/include/lldb/Target/ThreadTrace.h index a32b33867c26..fee09a742a4e 100644 --- a/lldb/include/lldb/Target/ThreadTrace.h +++ b/lldb/include/lldb/Target/ThreadTrace.h @@ -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)