Skip to content

Commit 10d02fb

Browse files
committed
[lldb][NFC] Fix -Wdocumentation issue in ModuleSpec.h/ThreadTrace.h
1 parent 32f252a commit 10d02fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lldb/include/lldb/Core/ModuleSpec.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ class ModuleSpec {
3030
m_object_name(), m_object_offset(0), m_object_size(0),
3131
m_source_mappings() {}
3232

33-
/// If the \param data argument is passed, its contents will be used
33+
/// If the \c data argument is passed, its contents will be used
3434
/// as the module contents instead of trying to read them from
35-
/// \param file_spec.
35+
/// \c file_spec .
3636
ModuleSpec(const FileSpec &file_spec, const UUID &uuid = UUID(),
3737
lldb::DataBufferSP data = lldb::DataBufferSP())
3838
: m_file(file_spec), m_platform_file(), m_symbol_file(), m_arch(),

lldb/include/lldb/Target/ThreadTrace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ThreadTrace : public Thread {
2828
/// \param[in] tid
2929
/// The tid of this thread.
3030
///
31-
/// \param[in] trace_file.
31+
/// \param[in] trace_file
3232
/// The file that contains the list of instructions that were traced when
3333
/// this thread was being executed.
3434
ThreadTrace(Process &process, lldb::tid_t tid, const FileSpec &trace_file)

0 commit comments

Comments
 (0)