Opened on 02/26/19 at 13:28:28
Closed on 07/28/23 at 14:39:53
#3707 closed task (fixed)
Assign each code file to a Doxygen group
Reported by: | Sebastian Huber | Owned by: | Sebastian Huber |
---|---|---|---|
Priority: | normal | Milestone: | 6.1 |
Component: | doc | Version: | 6 |
Severity: | normal | Keywords: | qualification |
Cc: | Blocked By: | #3706 | |
Blocking: |
Description
Assign each code file (header, C source, assembler) to a Doxygen group. Exclude the legacy network stack and test suites. For third-party code decide case by case. Use this template and place it at the top of the file:
/** * @file * * @ingroup RTEMSClassicTasks */
Do not use @brief and a file description.
Change History (17)
comment:1 Changed on 02/26/19 at 13:30:45 by Sebastian Huber
Status: | assigned → accepted |
---|
comment:2 Changed on 02/28/19 at 10:48:03 by Sebastian Huber <sebastian.huber@…>
comment:5 Changed on 11/30/22 at 08:53:00 by Sebastian Huber
Milestone: | 6.1 → 7.1 |
---|
comment:12 Changed on 07/26/23 at 04:56:46 by Sebastian Huber <sebastian.huber@…>
In 5ba465c0/rtems:
comment:13 Changed on 07/26/23 at 04:56:48 by Sebastian Huber <sebastian.huber@…>
In d3fe128d/rtems:
comment:14 Changed on 07/26/23 at 04:56:50 by Sebastian Huber <sebastian.huber@…>
In ec1e500f/rtems:
comment:15 Changed on 07/26/23 at 04:56:52 by Sebastian Huber <sebastian.huber@…>
In 1bc5d3e4/rtems:
comment:16 Changed on 07/26/23 at 05:09:40 by Sebastian Huber
Milestone: | 7.1 → 6.1 |
---|
For RTEMS 6, the group assignment of files is good enough.
comment:17 Changed on 07/28/23 at 14:39:53 by Sebastian Huber
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
In feea03b6/rtems: