From 21937c6f1fd277b0b61e2621256c15ca3a6b0cc6 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Thu, 17 Jan 2013 17:04:54 +0000 Subject: [PATCH] Documentation: formatting git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172729 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LanguageExtensions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index 2abbea7da6..f32c46bf43 100644 --- a/docs/LanguageExtensions.rst +++ b/docs/LanguageExtensions.rst @@ -140,8 +140,8 @@ Include File Checking Macros Not all developments systems have the same include files. The :ref:`langext-__has_include` and :ref:`langext-__has_include_next` macros allow you to check for the existence of an include file before doing a possibly -failing ``#include`` directive. Include file checking macros must be used -as expressions in #if or #elif preprocessing directives. +failing ``#include`` directive. Include file checking macros must be used +as expressions in ``#if`` or ``#elif`` preprocessing directives. .. _langext-__has_include: -- 2.40.0