Changeset fcf07e6 in mainline


Ignore:
Timestamp:
2011-03-14T22:49:00Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
039c66c, 2ef036a, 72af8da
Parents:
15d3b54
Message:

Fix typo in doxygen group name

The actual fix is renaming the latter drvusbuhcirh to drvusbuhcihc.

Also indented the UHCI groups to emphasise the nesting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/doc/doxygroups.h

    r15d3b54 rfcf07e6  
    256256         */
    257257
    258         /**
    259         * @defgroup drvusbuhcirh UHCI root hub driver
    260         * @ingroup drvusbuhci
    261         * @brief Driver for UHCI complaint root hub.
    262         */
    263 
    264         /**
    265          * @defgroup drvusbuhcirh UHCI host controller driver
    266         * @ingroup drvusbuhci
    267         * @brief Driver for UHCI complaint USB host controller.
    268         */
     258                /**
     259                * @defgroup drvusbuhcirh UHCI root hub driver
     260                * @ingroup drvusbuhci
     261                * @brief Driver for UHCI complaint root hub.
     262                */
     263
     264                /**
     265                 * @defgroup drvusbuhcihc UHCI host controller driver
     266                * @ingroup drvusbuhci
     267                * @brief Driver for UHCI complaint USB host controller.
     268                */
    269269
    270270        /**
Note: See TracChangeset for help on using the changeset viewer.