open-cas-linux/doc/requirement_example
Robert Baldyga a901475f1b doc: Introduce reqparse, the plain text requirement parser
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2021-02-03 20:23:08 +01:00

43 lines
1.3 KiB
Plaintext

---
group: Requirement group title
---
Requirement group description.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
title: Requirement about requirements
id: req_syntax
---
It shall be possible specify requirement header and body.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
title: Markdown in requirements body
id: req_body_markdown
---
It shall be possible use markdown language in requirement body.
The feature list includes:
- **bold**, *italics* text
- ordered and unordered lists
- tables
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
title: YAML in requirements header
id: req_header_yaml
---
It shall be possible to put any YAML content in the requirement header
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
title: Multiple requirements
id: multiple_requirements
---
It shall be possible to place multiple requirements in one file.