Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: snapshot/thread_snapshot.h

Issue 1027923002: doxygen: Prevent the word Thread with a capital T from automatically linking to test::Thread (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/thread_snapshot.h
diff --git a/snapshot/thread_snapshot.h b/snapshot/thread_snapshot.h
index ba1c55cb6c0285fb08b621d65c6f951767501da6..d43fc6e5c8ef787e115e5aab8439654d07f9dedb 100644
--- a/snapshot/thread_snapshot.h
+++ b/snapshot/thread_snapshot.h
@@ -45,8 +45,8 @@ class ThreadSnapshot {
//! \brief Returns the thread’s identifier.
//!
- //! Thread identifiers are at least unique within a process, and may be unique
- //! system-wide.
+ //! %Thread identifiers are at least unique within a process, and may be
+ //! unique system-wide.
virtual uint64_t ThreadID() const = 0;
//! \brief Returns the thread’s suspend count.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698