VirtualBox

Ignore:
Timestamp:
Oct 20, 2015 1:58:41 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103540
Message:

HostDrivers: Doxygen fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c

    r57840 r58340  
    604604 * Suspend callback.
    605605 * @param   pDev        Pointer to the platform device.
    606  * @param   State       message type, see Documentation/power/devices.txt.
    607  */
    608 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30)
     606 * @param   State       Message type, see Documentation/power/devices.txt.
     607 *                      Ignored.
     608 */
     609# if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30) && !defined(DOXYGEN_RUNNING)
    609610static int VBoxDrvSuspend(struct device *pDev)
    610611# else
     
    640641 * @param   ulArg       The argument specified to ioctl().
    641642 */
    642 #ifdef HAVE_UNLOCKED_IOCTL
     643#if defined(HAVE_UNLOCKED_IOCTL) || defined(DOXYGEN_RUNNING)
    643644static long VBoxDrvLinuxIOCtl(struct file *pFilp, unsigned int uCmd, unsigned long ulArg)
    644645#else
     
    811812 *
    812813 * @returns VBox status code, see supdrvIDC.
    813  * @param   iReq        The request code.
     814 * @param   uReq        The request code.
    814815 * @param   pReq        The request.
    815816 */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette