[RTEMS Project] #3707: Assign each code file to a Doxygen group

RTEMS trac trac at rtems.org
Tue Feb 26 13:28:29 UTC 2019


#3707: Assign each code file to a Doxygen group
------------------------------+-----------------------------
  Reporter:  Sebastian Huber  |      Owner:  Sebastian Huber
      Type:  task             |     Status:  assigned
  Priority:  normal           |  Milestone:  6.1
 Component:  doc              |    Version:  6
  Severity:  normal           |   Keywords:  qualification
Blocked By:  3706             |   Blocking:
------------------------------+-----------------------------
 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.

--
Ticket URL: <http://devel.rtems.org/ticket/3707>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list