Changeset 281ebae in mainline for uspace/drv/usbhub/main.c


Ignore:
Timestamp:
2011-01-26T12:43:12Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba54451
Parents:
db3de8c
Message:

Hub driver put inside Doxygen group

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhub/main.c

    rdb3de8c r281ebae  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29/** @addtogroup drvusbhub
     30 * @{
    2731 */
    2832
     
    7680        return driver_main(&hub_driver);
    7781}
     82
     83/**
     84 * @}
     85 */
     86
Note: See TracChangeset for help on using the changeset viewer.