]> granicus.if.org Git - clang/commitdiff
Tweak doxygen comment. No functionality change.
authorTed Kremenek <kremenek@apple.com>
Wed, 28 Jan 2009 20:45:37 +0000 (20:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 28 Jan 2009 20:45:37 +0000 (20:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63228 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Diagnostic.h

index d1c045704a6a234d30af1e3f82a266761f08e4c8..c57e1a9a89cf5fca31efa9a7cfe5fa7be01f1224 100644 (file)
@@ -205,9 +205,11 @@ public:
   Level getDiagnosticLevel(unsigned DiagID) const;
   
   
-  /// Report - Issue the message to the client.  DiagID is a member of the
-  /// diag::kind enum.  This actually returns aninstance of DiagnosticBuilder
-  /// which emits the diagnostics (through ProcessDiag) when it is destroyed.
+  /// Report - Issue the message to the client.  @c DiagID is a member of the
+  /// @c diag::kind enum.  This actually returns aninstance of DiagnosticBuilder
+  /// which emits the diagnostics (through @c ProcessDiag) when it is destroyed.
+  /// @c Pos represents the source location associated with the diagnostic,
+  /// which can be an invalid location if no position information is available.
   inline DiagnosticBuilder Report(FullSourceLoc Pos, unsigned DiagID);
   
 private: