Untitled Project
source_nodes.rs
Source file coverage
Path:
source_nodes.rs
Lines:
10
Non-empty lines:
10
Non-empty lines covered with requirements:
10 / 10 (100.0%)
Functions:
1
Functions covered by requirements:
1 / 1 (100.0%)
1
/**
2
  * UID: AUTO-NODE-1
3
  * TITLE: A requirement extracted from Rust source code
4
  * STATEMENT:
5
  *   StrictDoc's source node feature extracts document nodes from key:value pairs in source code comments,
6
  *   and automatically links them with the commented function. The Rust reader supports this feature.
7
  *
8
  * @relation(RUST-SOURCE-NODES)
9
  */
10
fn foo() {}