File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
process/process_areas/implementation Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
155157For cpp using doxygen comments-
156158
You can’t perform that action at this time.
0 commit comments