Skip to content

Commit 7228c48

Browse files
Enhance Interface View description
Signed-off-by: PhilipPartsch <95444300+PhilipPartsch@users.noreply.github.com>
1 parent 05a552a commit 7228c48

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

process/process_areas/implementation/implementation_concept.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,12 @@ for rust -
147147
148148
Interface View
149149
``````````````
150-
For every unit, it should show the interface provided by that unit. For each unit and corresponding
151-
interface, there shall be an implementation and documentation which is generated for the implementation
152-
will have the units description and the interface. According the template the attributes shall be
153-
filled and corresponding element is shown in the documentation generated form the implementation.
150+
For every unit, the Interface View should display the interfaces provided by that unit.
151+
For each unit and its corresponding interfaces, an implementation and documentation must
152+
be created. Since keeping both in sync can be challenging, it is recommended to generate
153+
the documentation from the implementation using appropriate tools.
154+
155+
The following section provides templates for defining needs within the source code:
154156

155157
For cpp using doxygen comments-
156158

0 commit comments

Comments
 (0)