From 1da6792242ccb5bec6baab5efbff56fd9bfc30d4 Mon Sep 17 00:00:00 2001 From: John Thompson Date: Fri, 1 Nov 2013 00:39:54 +0000 Subject: [PATCH] pp-trace user documentation - beginnings llvm-svn: 193842 --- clang-tools-extra/docs/pp-trace.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clang-tools-extra/docs/pp-trace.rst b/clang-tools-extra/docs/pp-trace.rst index 3c792fc1f7b1..022a9affadcf 100644 --- a/clang-tools-extra/docs/pp-trace.rst +++ b/clang-tools-extra/docs/pp-trace.rst @@ -26,13 +26,15 @@ Command Line Format ```` is a place-holder for options specific to pp-trace, which are described below in -`pp-trace Command Line Options`. +:ref:`CommandLineOptions`. ```` specifies the source file to run through the preprocessor. ```` is a place-holder for regular Clang front-end arguments, which must follow the . +.. _CommandLineOptions: + Command Line Options --------------------