Changeset 3db9c820 in rtems for cpukit/sapi/src/rbtree.c


Ignore:
Timestamp:
11/28/20 10:16:28 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
70dbafb
Parents:
9278f3d
git-author:
Sebastian Huber <sebastian.huber@…> (11/28/20 10:16:28)
git-committer:
Sebastian Huber <sebastian.huber@…> (12/02/20 06:45:53)
Message:

sapi: Canonicalize @defgroup and @file comments

Adjust group identifier and names to be in line with a common pattern.
Use common phrases for the group and file brief descriptions.

Update #3706.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/sapi/src/rbtree.c

    r9278f3d r3db9c820  
    11/**
    2  *  @file
     2 * @file
    33 *
    4  *  @brief Initialize a Red-Black Tree
    5  *  @ingroup ClassicRBTrees
     4 * @ingroup RTEMSAPIClassicRBTrees
     5 *
     6 * @brief This source file contains the implementation of
     7 *   rtems_rbtree_initialize().
    68 */
    79
Note: See TracChangeset for help on using the changeset viewer.