Skip to content

Commit 2be9641

Browse files
committed
sample TOML: Add two more doc comments (thx to Mairin)
1 parent 06276e9 commit 2be9641

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

res/sample_data/okh-TEMPLATE.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ version = "1.0.0"
4141
#fork-of = "https://gitlab.com/forefather/his-less-awesome-project/"
4242
# The organization that maintains this project, if any (else: remove this line)
4343
organization = "xxx"
44+
# In the case of no releases, can link to the latest commit.
4445
release = "https://gitlab.com/YOU/your-awesome-project/-/releases/1.0.0"
4546
# File containing an intro to the project.
4647
# [repo-relative path or absolute URL, single entry or a list]
@@ -81,6 +82,10 @@ standard-compliance = "DIN EN 1335"
8182
# You may want to search for it here:
8283
# <https://worldwide.espacenet.com/classification>
8384
cpc-patent-class = "D03D 35/00"
85+
# Void if there is no valid licence.
86+
# Possible values for the project listed here:
87+
# <https://gitlab.com/OSEGermany/oh-tsdc/-/blob/master/OH-TsDC.md?ref_type=heads.>
88+
# [string, single entry or a list]
8489
tsdc = "MEC"
8590
# Bill of Materials (BoM) file, prefferably in the CSV format
8691
# [repo-relative path or absolute URL, single entry or a list]

0 commit comments

Comments
 (0)