[cfe-commits] r172729 - /cfe/trunk/docs/LanguageExtensions.rst
Dmitri Gribenko
gribozavr at gmail.com
Thu Jan 17 09:04:55 PST 2013
Author: gribozavr
Date: Thu Jan 17 11:04:54 2013
New Revision: 172729
URL: http://llvm.org/viewvc/llvm-project?rev=172729&view=rev
Log:
Documentation: formatting
Modified:
cfe/trunk/docs/LanguageExtensions.rst
Modified: cfe/trunk/docs/LanguageExtensions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.rst?rev=172729&r1=172728&r2=172729&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Thu Jan 17 11:04:54 2013
@@ -140,8 +140,8 @@
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:
More information about the cfe-commits
mailing list