From 6c57c31414b17028cfe2c393752458d5899f09a4 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Thu, 24 Jan 2013 22:04:09 +0100 Subject: doc: fix linebreaks in generator expression documentation --- Source/cmDocumentGeneratorExpressions.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Source/cmDocumentGeneratorExpressions.h b/Source/cmDocumentGeneratorExpressions.h index c2bf423..be9f2ff 100644 --- a/Source/cmDocumentGeneratorExpressions.h +++ b/Source/cmDocumentGeneratorExpressions.h @@ -47,9 +47,10 @@ " $/$\n" \ " $/$\n" \ "\n" \ - " $ = The value of the property prop\n" \ - "on the target tgt. Note that tgt is not added as a dependency of\n" \ - "the target this expression is evaluated on.\n" \ + " $ = The value of the property prop " \ + "on the target tgt.\n" \ + "Note that tgt is not added as a dependency of the target this " \ + "expression is evaluated on.\n" \ " $ = '1' if the policy was NEW when " \ "the 'head' target was created, else '0'. If the policy was not " \ "set, the warning message for the policy will be emitted. This " \ @@ -64,7 +65,7 @@ #define CM_DOCUMENT_COMMAND_GENERATOR_EXPRESSIONS \ CM_DOCUMENT_ADD_TEST_GENERATOR_EXPRESSIONS \ "Expressions with an implicit 'this' target:\n" \ - " $ = The value of the property prop on\n" \ + " $ = The value of the property prop on " \ "the target on which the generator expression is evaluated.\n" \ "" -- cgit v0.12