Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments -> Comment in Target Guide/Template #899

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Targets/CompoundTargetGuide.guide
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Targets:
Name: CompoundTarget1 # Required
Category: Category # Required, it is recommended to use the Category referenced within the Target file itself to keep things consistent.
Path: CompoundTarget1.tkape # Required, needs to exactly match the filename of the Target you're referencing, regardless of where the Target resides. KAPE will find it as long as it exists within the Targets folder.
Comments: "Comments go here" # Optional, and rarely used in Compound Targets, this won't be included in examples below.
Comment: "Comments go here" # Optional, and rarely used in Compound Targets, this won't be included in examples below.
-
Name: CompoundTarget2
Category: Category
Expand Down
2 changes: 1 addition & 1 deletion Targets/CompoundTargetTemplate.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Targets:
Name: CompoundTarget1 # Required
Category: Category # Required
Path: CompoundTarget1.tkape # Required
Comments: "Comments go here" # Optional
Comment: "Comments go here" # Optional
-
Name: CompoundTarget2
Category: Category
Expand Down