From ade86d63d8c8f5a75f7d79a9cc3b81976c2f9e98 Mon Sep 17 00:00:00 2001 From: Jon Haitz Legarreta Date: Tue, 30 Jan 2018 17:35:19 +0100 Subject: [PATCH] BUG: Fix missing cross-refs. Use the right label to cross-ref to the `KWStyle` section. Change-Id: Ie7bfd326a6b07a172a65efa29ea996cf8a6ac1f9 --- SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex b/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex index 858626ff..c40e6911 100644 --- a/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex +++ b/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex @@ -2480,8 +2480,7 @@ \subsection{Line Splitting Policy} Lines exceeding the recommended line length in ITK must be split in the necessary amount of lines. This policy is enforced by the KWStyle pre-commit -hooks (see Section~\ref{subsec:KitwareStyle} on -page~\pageref{subsec:KitwareStyle}). +hooks (see Section~\ref{subsec:KWStyle} on page~\pageref{subsec:KWStyle}). If a line has to be split, the following preference order is established in ITK: \begin{itemize} @@ -2868,7 +2867,7 @@ \subsection{End Of File Character} The file must be terminated by a (preferably single) blank line. This policy is enforced by the KWStyle pre-commit hooks (see Section -~\ref{subsec:KitwareStyle} on page~\pageref{subsec:KitwareStyle}). +~\ref{subsec:KWStyle} on page~\pageref{subsec:KWStyle}). \section{Increment/decrement Operators}