From 6eac20e8df5f473fb2a966f1af64e5e0799bc461 Mon Sep 17 00:00:00 2001 From: James Dennett Date: Wed, 20 Jun 2012 20:49:07 +0000 Subject: [PATCH] Documentation cleanup: escaping # characters in Doxygen comments. llvm-svn: 158847 --- clang/include/clang/Frontend/CompilerInvocation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/include/clang/Frontend/CompilerInvocation.h b/clang/include/clang/Frontend/CompilerInvocation.h index 19cd5b72c641..1f9a8ab8c41b 100644 --- a/clang/include/clang/Frontend/CompilerInvocation.h +++ b/clang/include/clang/Frontend/CompilerInvocation.h @@ -85,10 +85,10 @@ class CompilerInvocation : public CompilerInvocationBase { /// Options controlling the frontend itself. FrontendOptions FrontendOpts; - /// Options controlling the #include directive. + /// Options controlling the \#include directive. HeaderSearchOptions HeaderSearchOpts; - /// Options controlling the preprocessor (aside from #include handling). + /// Options controlling the preprocessor (aside from \#include handling). PreprocessorOptions PreprocessorOpts; /// Options controlling preprocessed output.