diff options
author | Jano Svitok <jan.svitok@gmail.com> | 2017-09-05 16:34:44 (GMT) |
---|---|---|
committer | Jano Svitok <jsv@whitestein.com> | 2017-09-11 12:45:36 (GMT) |
commit | 7ed35aa331b58fce396e68d756f139b098acbac0 (patch) | |
tree | e81e2d1b6e41ca38333cea833e0987894066c3a4 /Help | |
parent | 8362db82ec442195bf361898655a683548a2f023 (diff) | |
download | CMake-7ed35aa331b58fce396e68d756f139b098acbac0.zip CMake-7ed35aa331b58fce396e68d756f139b098acbac0.tar.gz CMake-7ed35aa331b58fce396e68d756f139b098acbac0.tar.bz2 |
Docs: Improve markup for graphviz related documentation
- add hyperlink to CMakeGraphVizOptions.cmake in cmake(1)
- improve markup in CMakeGraphVizOptions.cmake
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. |