From d8319f0fc99fb628cbe33c3cc9169c2bd3a97f40 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 12 Jun 2014 13:54:27 -0400 Subject: Help: Update style guide to use section headers for command signatures In order to be able to link to specific command signatures we need to use a section header instead of a horizontal separator. --- Help/manual/cmake-developer.7.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst index 9851c12..cd979c9 100644 --- a/Help/manual/cmake-developer.7.rst +++ b/Help/manual/cmake-developer.7.rst @@ -521,14 +521,15 @@ Style: CMake Command Signatures Command signatures should be marked up as plain literal blocks, not as cmake ``code-blocks``. -Signatures are separated from preceding content by a horizontal -line. That is, use: +Signatures are separated from preceding content by a section header. +That is, use: .. code-block:: rst ... preceding paragraph. - --------------------------------------------------------------------- + Normal Libraries + ^^^^^^^^^^^^^^^^ :: -- cgit v0.12