diff options
author | Craig Scott <craig.scott@crascit.com> | 2017-09-14 00:38:34 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-09-14 00:38:40 (GMT) |
commit | dd67b65188a03be8b1c961d5cd932f654e2566ae (patch) | |
tree | 5989f203abffdbe37dd72afa66f248f70b5d58a8 /Help | |
parent | 420874bfaa20772525c60b20d1ee5b6ef5ed9298 (diff) | |
parent | 7ed35aa331b58fce396e68d756f139b098acbac0 (diff) | |
download | CMake-dd67b65188a03be8b1c961d5cd932f654e2566ae.zip CMake-dd67b65188a03be8b1c961d5cd932f654e2566ae.tar.gz CMake-dd67b65188a03be8b1c961d5cd932f654e2566ae.tar.bz2 |
Merge topic 'improve-graphviz-doc'
7ed35aa3 Docs: Improve markup for graphviz related documentation
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1236
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake.1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 8aece23..6eef6c6 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -69,11 +69,11 @@ Options See `Find-Package Tool Mode`_. ``--graphviz=[file]`` - Generate graphviz of dependencies, see CMakeGraphVizOptions.cmake for more. + Generate graphviz of dependencies, see :module:`CMakeGraphVizOptions` for more. Generate a graphviz input file that will contain all the library and executable dependencies in the project. See the documentation for - CMakeGraphVizOptions.cmake for more details. + :module:`CMakeGraphVizOptions` for more details. ``--system-information [file]`` Dump information about this system. |