You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/exa.dox
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,12 @@
4
4
<div style="clear:both"></div>
5
5
@endif
6
6
7
-
The _spexygen_ distribution contains an example for generating traceable documentation with _spexygen_. The example is located in the @webref{https://github.com/QuantumLeaps/spexygen/tree/main/example,spexygen/example} folder, with the following content:
7
+
The _Spexygen_ distribution contains an example for generating traceable documentation with _Spexygen_. The example is located in the @webref{https://github.com/QuantumLeaps/Spexygen/tree/main/example,spexygen/example} folder, with the following content:
8
8
9
9
@code{c}
10
10
spexygen/
11
-
| LICENSE
12
-
| README.md
13
-
| Spexyfile
14
-
| spexygen.py
15
11
|
16
-
+---doc/
17
-
|
18
-
+---example/ <-- spexygen example
12
+
+---example/ <-- Spexygen example
19
13
| | exa.dox <-- example description
20
14
| | dev.dox <-- example traceable deviations from coding standards
21
15
| | srs.dox <-- example traceable Software Requirements Specification
@@ -29,12 +23,10 @@ spexygen/
29
23
| \---test
30
24
| test1.c <-- example test file
31
25
| test2.c <-- example test file
32
-
|
33
-
\---spexygen-awesome/
34
26
@endcode
35
27
36
28
@section exa_gen Spexygen-Generated Documentation
37
-
The following sections contain the _spexygen_-generated documentation of this example:
29
+
The following sections contain the _Spexygen_-generated documentation of this example:
38
30
- @subpage srs
39
31
- @subpage dev
40
32
- @ref header.h
@@ -43,7 +35,7 @@ The following sections contain the _spexygen_-generated documentation of this ex
43
35
- @ref test2.c
44
36
45
37
@note
46
-
Please note the generated @ref tr-fw "forward-traceability" and the @ref tr-bw "backward-traceability" links (augmented with the brief descriptions) in the @ref spx_use-doc-uid "work artifacts" and @ref spx_use-doc-code "code artifacts". Also, try clicking on the provided traceability links as well as __searching__ the @ref tr-uid "UIDs" in the doxygen "search" box.
38
+
Please note the generated @ref tr-fw "forward-traceability" and the @ref tr-bw "backward-traceability" links (augmented with the brief descriptions) in the @ref spx_use-doc-uid "work artifacts" and @ref spx_use-doc-code "code artifacts". Also, try clicking on the provided traceability links as well as __searching__ the @ref tr-uid "UIDs" in the Doxygen "search" box.
Copy file name to clipboardExpand all lines: example/srs.dox
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
@endif
6
6
7
7
@remark
8
-
This is an example Software Requirements Specification (SRS), illustrating the typical structure and the use of _spexygen_ commands to define the @ref tr "traceable" requirement work artifacts.
8
+
This is an example Software Requirements Specification (SRS), illustrating the typical structure and the use of _Spexygen_ commands to define the @ref tr "traceable" requirement work artifacts.
9
9
10
10
@section srs-def Concepts & Definitions
11
11
Description of concepts and definitions...
12
12
13
13
@section srs_req Requirements
14
-
Definitions of formal requirements specifications with _spexygen_ commands...
14
+
Definitions of formal requirements specifications with _Spexygen_ commands...
15
15
16
16
@uid{SRS_PRJ_FF_00,My project shall provide a free function foo().}
0 commit comments