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-13
* TITLE: A requirement extracted from Rust source code4
* 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() {}