diff options
author | David Cole <david.cole@kitware.com> | 2012-08-13 17:28:16 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-08-13 17:28:16 (GMT) |
commit | 396bc2847750e6a48d3e059a012f7ebf268f676c (patch) | |
tree | be64e0d822656957efd71d02d7b717aab644875b /Source | |
parent | c1163632de2467f44c3774d401a04a76f1444c2f (diff) | |
parent | 76d6c593584e35cf25a50c2e7bac233665da437a (diff) | |
download | CMake-396bc2847750e6a48d3e059a012f7ebf268f676c.zip CMake-396bc2847750e6a48d3e059a012f7ebf268f676c.tar.gz CMake-396bc2847750e6a48d3e059a012f7ebf268f676c.tar.bz2 |
Merge topic 'doc_fixes'
76d6c59 Clean up documentation formatting so that it is rendered properly in HTML.
Diffstat (limited to 'Source')
-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 |