From fa78ee97ff30cc066a620cacdfe4144852947dc4 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 27 Jan 2016 09:23:48 -0500 Subject: [PATCH] FindGit: Improve documentation formatting --- Modules/FindGit.cmake | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Modules/FindGit.cmake b/Modules/FindGit.cmake index 363ab879d..d18f965ee 100644 --- a/Modules/FindGit.cmake +++ b/Modules/FindGit.cmake @@ -2,19 +2,18 @@ # FindGit # ------- # -# -# # The module defines the following variables: # -# :: -# -# GIT_EXECUTABLE - path to Git command line client -# Git_FOUND / GIT_FOUND - true if the Git command line client was found -# GIT_VERSION_STRING - the version of Git found +# ``GIT_EXECUTABLE`` +# Path to Git command-line client. +# ``Git_FOUND``, ``GIT_FOUND`` +# True if the Git command-line client was found. +# ``GIT_VERSION_STRING`` +# The version of Git found. # # Example usage: # -# :: +# .. code-block:: cmake # # find_package(Git) # if(Git_FOUND)