test doc
This commit is contained in:
@@ -13,6 +13,7 @@ To realize this job, parsing is done in two rounds:
|
||||
|
||||
/// note | searching policy
|
||||
type: warning
|
||||
|
||||
When formal search (1), _lines must contain at least 2 words_
|
||||
When keywords search (2), _lines must contain at least 3 words_
|
||||
///
|
||||
@@ -20,8 +21,8 @@ When keywords search (2), _lines must contain at least 3 words_
|
||||
/// note | ignored lines
|
||||
lines with comment tags are ignored:
|
||||
|
||||
- `[space]*//`
|
||||
- `[space]*#`
|
||||
- `[0..N space]//`
|
||||
- `[0..N space]#`
|
||||
///
|
||||
|
||||
## Installation
|
||||
@@ -62,8 +63,9 @@ From master git repository:
|
||||
> security: fix a security leak on the Foo2 component
|
||||
|
||||
### Output
|
||||
|
||||
/// define
|
||||
#### Features :sparkles::
|
||||
> feat: add a nice feature to the project
|
||||
#### Security :shield::
|
||||
> security: fix a security leak on the Foo2 component
|
||||
> security: fix a security leak on the Foo2 component
|
||||
///
|
||||
Reference in New Issue
Block a user