From ce6e0a10208e6f908404752b1bfb7d518fe06083 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 19 Jun 2012 09:27:54 +0000 Subject: [PATCH] Fix italicized text. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158714 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Projects.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Projects.rst b/docs/Projects.rst index 036aaf274d7..7f431efb4bd 100644 --- a/docs/Projects.rst +++ b/docs/Projects.rst @@ -310,14 +310,14 @@ you do a ``Debug``, ``Release``, or ``Profile`` build. Libraries All libraries (static and dynamic) will be stored in - ``PROJ_OBJ_ROOT//lib``, where *``type``* is ``Debug``, ``Release``, or + ``PROJ_OBJ_ROOT//lib``, where *type* is ``Debug``, ``Release``, or ``Profile`` for a debug, optimized, or profiled build, respectively. Executables - All executables will be stored in ``PROJ_OBJ_ROOT//bin``, where - *``type``* is ``Debug``, ``Release``, or ``Profile`` for a debug, optimized, - or profiled build, respectively. + All executables will be stored in ``PROJ_OBJ_ROOT//bin``, where *type* + is ``Debug``, ``Release``, or ``Profile`` for a debug, optimized, or + profiled build, respectively. Further Help ============