]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3522] Fix whitespace
authorSlawek Figiel <slawek@isc.org>
Mon, 29 Jul 2024 14:19:07 +0000 (16:19 +0200)
committerSlawek Figiel <slawek@isc.org>
Thu, 1 Aug 2024 19:57:52 +0000 (19:57 +0000)
changelog_unreleased/.template
doc/devel/changelog.dox

index 506c78ee1b7ed7dfacbc8991d91a52fc176bcff0..dbdefe4e7bef405c00fc87b50a57b8acda962b5b 100644 (file)
@@ -1,6 +1,6 @@
 [category]             author
        Multiline description up to 70 columns ------------------------>|
-    Available categories: bug, build, doc, func, sec, perf.
-    Add * next to the category end bracket to mark change as backward
-    incompatible. Example: [func]*
+       Available categories: bug, build, doc, func, sec, perf.
+       Add * next to the category end bracket to mark change as backward
+       incompatible. Example: [func]*
        (Gitlab #0000)
index 6691c67eba8f35bcf68792d698710be7fae4f842..5ab7894ece2731256f04a142f67c4a1b9a716940 100644 (file)
@@ -17,27 +17,27 @@ the file should include the GitLab issue number to ensure the filename is
 unique for all merge requests.
 The content of the file should omit the entry number. The format is:
 
-@code
+@code{.unparsed}
 [category][* if the changes are backward incompatible]         [author]
-    [multi-line description, indented]
-    [GL issue number, indented]
+       [multi-line description, indented]
+       [GL issue number, indented]
 [optional empty line]
 @endcode
 
 The GitLab issue number must be constructed as follows:
 
-@code
+@code{.unparsed}
 (Gitlab #XXXX)
 @endcode
 
 where XXXX is the GitLab issue number.
 Example:
 
-@code
+@code{.unparsed}
 [build]                slawek
-    Changed the convention of preparing the ChangeLog file to avoid merge
-    request conflicts on this file.
-    (Gitlab #3522)
+       Changed the convention of preparing the ChangeLog file to avoid merge
+       request conflicts on this file.
+       (Gitlab #3522)
 
 @endcode