[clang-tools-extra] r193842 - pp-trace user documentation - beginnings

John Thompson John.Thompson.JTSoftware at gmail.com
Thu Oct 31 17:39:54 PDT 2013


Author: jtsoftware
Date: Thu Oct 31 19:39:54 2013
New Revision: 193842

URL: http://llvm.org/viewvc/llvm-project?rev=193842&view=rev
Log:
pp-trace user documentation - beginnings

Modified:
    clang-tools-extra/trunk/docs/pp-trace.rst

Modified: clang-tools-extra/trunk/docs/pp-trace.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/pp-trace.rst?rev=193842&r1=193841&r2=193842&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/pp-trace.rst (original)
+++ clang-tools-extra/trunk/docs/pp-trace.rst Thu Oct 31 19:39:54 2013
@@ -26,13 +26,15 @@ Command Line Format
 
 ``<pp-trace-options>`` is a place-holder for options
 specific to pp-trace, which are described below in
-`pp-trace Command Line Options`.
+:ref:`CommandLineOptions`.
 
 ``<source-file>`` specifies the source file to run through the preprocessor.
 
 ``<front-end-options>`` is a place-holder for regular Clang
 front-end arguments, which must follow the <source-file>.
 
+.. _CommandLineOptions:
+
 Command Line Options
 --------------------
 





More information about the cfe-commits mailing list