File tree Expand file tree Collapse file tree
folder_templates/modules/module_name/component_name/docs/detailed_design
process_areas/implementation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Static Diagrams for Unit Interactions
5454.. code-block :: rst
5555
5656 .. dd_sta:: <Title>
57- :id: dd_sta__<Title>
57+ :id: dd_sta__<Feature>__< Title>
5858 :security: <YES|NO>
5959 :safety: <QM|ASIL_B>
6060 :status: <valid|invalid>
@@ -68,7 +68,7 @@ Dynamic Diagrams for Unit Interactions
6868.. code-block :: rst
6969
7070 .. dd_dyn:: <Title>
71- :id: dd_dyn__<Title>
71+ :id: dd_dyn__<Feature>__< Title>
7272 :security: <YES|NO>
7373 :safety: <QM|ASIL_B>
7474 :status: <valid|invalid>
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ For cpp using doxygen style comments-
124124 /**
125125 * @rst
126126 * .. sw_unit:: cpp unit
127- * :id: sw_unit__<title>
127+ * :id: sw_unit__<Feature>__< title>
128128 *
129129 * This implements the ....
130130 * @endrst
@@ -135,7 +135,7 @@ for rust -
135135.. code-block :: rust
136136
137137 //! .. sw_unit:: rust unit
138- //! :id: sw_unit__<title>
138+ //! :id: sw_unit__<Feature>__< title>
139139 //!
140140 //! This implements the ....
141141
@@ -154,7 +154,7 @@ For cpp using doxygen comments-
154154 /**
155155 * @rst
156156 * .. sw_unit_int:: cpp unit
157- * :id: sw_unit_int__<title>
157+ * :id: sw_unit_int__<Feature>__< title>
158158 *
159159 * This implements the ....
160160 * @endrst
@@ -165,6 +165,6 @@ For rust -
165165.. code-block :: rust
166166
167167 //! .. sw_unit_int:: rust unit
168- //! :id: sw_unit_int__<title>
168+ //! :id: sw_unit_int__<Feature>__< title>
169169 //!
170170 //! This implements the ....
You can’t perform that action at this time.
0 commit comments