Sebastian Huber
c70715baea
c-user: Use a common phrase for pointer parameters
...
Mention the type of the pointer in the parameter description. Use the
more general term "object" instead of "variable".
Update #3993 .
2021-06-15 07:47:38 +02:00
Sebastian Huber
45d3811480
c-user: Clarify partition manager documentation
2021-02-10 16:42:52 +01:00
Sebastian Huber
66c9808db0
c-user: Clarify partition manager documentation
...
Unify the wording across similar directives of other managers. Add
"CONSTRAINTS" section.
Update #3993 .
2021-02-03 06:19:20 +01:00
Sebastian Huber
ba633eca2d
Improve file header comment in generated files
2021-01-25 06:58:10 +01:00
Sebastian Huber
66bcecfd28
c-user: Clarify invalid identifier descriptions
...
Update #3993 .
2020-12-02 08:31:15 +01:00
Sebastian Huber
346bbe698d
c-user: Clarify rtems_partition_delete()
...
Move the PTCB sentence to the notes to be in line with
rtems_partition_create().
Update #3993 .
2020-12-02 08:18:53 +01:00
Sebastian Huber
29e6caa311
c-user: Clarify rtems_partition_create()
...
The rtems_partition_create() returns an object identifier and not just a
partition identifier.
Update #3993 .
2020-12-02 08:18:53 +01:00
Sebastian Huber
284e8d0421
c-user: Fix format in Partition Manager
...
Update #3993 .
2020-12-01 14:44:17 +01:00
Sebastian Huber
530bc2b0e3
c-user: Generate Partition Manager documentation
...
The manager documentation is a consolidation of the comments in Doxygen
markup and the documentation sources in Sphinx markup. The
documentation was transfered to interface specification items. This
header file was generated from the items by a script.
Update #3993 .
2020-11-12 07:42:45 +01:00
Sebastian Huber
a4119a9f1c
c-user: Split up partition manager
...
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993 .
2020-09-02 17:55:31 +02:00