diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2012-08-03 13:20:45 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2012-08-03 18:52:32 (GMT) |
commit | 76d6c593584e35cf25a50c2e7bac233665da437a (patch) | |
tree | 8c0e550d548845b1dffa1d65f56eaeac277c114b /Source/cmDocumentVariables.cxx | |
parent | 896524e13f4989e85398e28850221f2fa93293f5 (diff) | |
download | CMake-76d6c593584e35cf25a50c2e7bac233665da437a.zip CMake-76d6c593584e35cf25a50c2e7bac233665da437a.tar.gz CMake-76d6c593584e35cf25a50c2e7bac233665da437a.tar.bz2 |
Clean up documentation formatting so that it is rendered properly in HTML.
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index 77aaffc..05ef8fc 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -831,9 +831,9 @@ void cmDocumentVariables::DefineVariables(cmake* cm) "the shared MFC library. This is used in visual " "studio 6 and 7 project files. The CMakeSetup " "dialog used MFC and the CMakeLists.txt looks like this:\n" - "add_definitions(-D_AFXDLL)\n" - "set(CMAKE_MFC_FLAG 2)\n" - "add_executable(CMakeSetup WIN32 ${SRCS})\n",false, + " add_definitions(-D_AFXDLL)\n" + " set(CMAKE_MFC_FLAG 2)\n" + " add_executable(CMakeSetup WIN32 ${SRCS})\n",false, "Variables That Change Behavior"); cm->DefineProperty |