Changeset e50cd7f in mainline for uspace/doc/doxygroups.h


Ignore:
Timestamp:
2011-04-17T19:17:55Z (14 years ago)
Author:
Matej Klonfar <maklf@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
63517c2, cfbbe1d3
Parents:
ef354b6 (diff), 8595577b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

new report structure fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/doc/doxygroups.h

    ref354b6 re50cd7f  
    251251
    252252        /**
     253         * @defgroup drvusbmast USB mass storage driver
     254         * @ingroup usb
     255         * @brief USB driver for mass storage devices (bulk-only protocol).
     256         * This driver is a only a stub and is currently used only for
     257         * testing that bulk transfers work.
     258         */
     259
     260        /**
    253261         * @defgroup drvusbuhci UHCI driver
    254262         * @ingroup usb
     
    269277
    270278        /**
     279         * @defgroup drvusbohci OHCI driver
     280         * @ingroup usb
     281         * @brief Driver for OHCI host controller.
     282         */
     283
     284        /**
    271285         * @defgroup drvusbehci EHCI driver
    272286         * @ingroup usb
     
    275289
    276290        /**
    277          * @defgroup drvusbfallback USB fallback driver.
     291         * @defgroup drvusbfallback USB fallback driver
    278292         * @ingroup usb
    279293         * @brief Fallback driver for any USB device.
Note: See TracChangeset for help on using the changeset viewer.