Skip to content

Commit 1028e82

Browse files
committed
consolidate copyright statements at bottom of markdown files and add a newline to the end of the file
1 parent 40940d5 commit 1028e82

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Sources/docc/DocCDocumentation.docc/Reference Syntax/API Reference Syntax/Snippet.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ Place the `Snippet` directive to embed a code example from the project's snippet
2222

2323
If the snippet had slices annotated within it, an individual slice of the snippet can be referenced with the `slice` option. Without the option defined, the directive embeds the entire snippet.
2424

25-
<!-- Copyright (c) 2022 Apple Inc and the Swift Project authors. All Rights Reserved. -->
25+
<!-- Copyright (c) 2025 Apple Inc and the Swift Project authors. All Rights Reserved. -->
26+

Sources/docc/DocCDocumentation.docc/snippets.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,5 @@ DocC parses contiguous comments within your the code of a snippet as markdown to
140140
DocC will attempt to reference symbols from within these comments just like any other documentation content.
141141
You can reference symbols from your API, which DocC converts into hyperlinks to that symbol when displaying the content.
142142

143-
<!-- Copyright (c) 2024 Apple Inc and the Swift Project authors. All Rights Reserved. -->
143+
<!-- Copyright (c) 2025 Apple Inc and the Swift Project authors. All Rights Reserved. -->
144+

0 commit comments

Comments
 (0)