summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeGraphVizOptions.cmake
Commit message (Collapse)AuthorAgeFilesLines
* graphviz: allow to disable per target graphs (#14746)Daniel Pfeifer2014-02-101-0/+14
| | | | | | | In CMakeGraphVizOptions.cmake, allow the options GRAPHVIZ_GENERATE_PER_TARGET and GRAPHVIZ_GENERATE_DEPENDERS to enable the generation of per target graphs and subgraphs respectively. Both options are TRUE per default to maintain current behavior.
* CPack: Replace #<type> markup with reStructuredText equivalentKitware Robot2013-10-161-61/+48
| | | | | | | Drop #end and #module. Convert #section to a subsection header. Convert #variable to the cmake domain "variable" directive. Convert #macro to the cmake domain "command" directive. Perform minor formatting fixes in text near these changes.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-69/+108
| | | | | | | | Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
* CMakeGraphVizOptions.cmake: Fix typo in documentationAlex Neundorf2013-09-111-1/+1
| | | | Alex
* graphvizoptions: add copyright noticeAlex Neundorf2013-07-261-0/+14
| | | | Alex
* Add documentation for the --graphviz supportAlex Neundorf2013-07-261-0/+69
This patch adds Modules/CMakeGraphVizOptions.cmake, which is used only for generating documentation for the --graphviz support. Alex