Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 1.22 KB

File metadata and controls

28 lines (19 loc) · 1.22 KB
id parent synopsis
Annotation.Syntax
Annotation
Annotations are language-independent

Annotation Syntax

The annotation must be language independent. Therefore, the program uses a custom, language-independent syntax.

  • The annotation marker is @requirement
  • The requirement identifiers are comma-separated and wrapped by #[
  • The description is wrapped by #(
File Line Description
src/Annotation/Factory.ts 19 The description is wrapped by #(
src/Annotation/Factory.ts 21 The requirement identifiers are comma-separated and wrapped by #[