VirtualBox

Ignore:
Timestamp:
Jan 3, 2017 8:52:49 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112590
Message:

Main: doxygen fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/HostPower.h

    r62485 r65088  
    4545};
    4646
    47 # ifdef RT_OS_WINDOWS
     47# if defined(RT_OS_WINDOWS) || defined(DOXYGEN_RUNNING)
    4848/**
    4949 * The Windows hosted Power Service.
     
    6464    RTTHREAD    mThread;
    6565};
    66 #elif defined(RT_OS_LINUX)
     66# endif
     67# if defined(RT_OS_LINUX) || defined(DOXYGEN_RUNNING)
    6768/**
    6869 * The Linux hosted Power Service.
     
    8788};
    8889
    89 # elif defined(RT_OS_DARWIN) /* RT_OS_WINDOWS */
     90# endif
     91# if defined(RT_OS_DARWIN) || defined(DOXYGEN_RUNNING)
    9092/**
    9193 * The Darwin hosted Power Service.
     
    116118    bool mCritical; /* Indicate if the battery was in the critical state last checked */
    117119};
    118 # endif /* RT_OS_DARWIN */
     120# endif
    119121
    120122#endif /* !____H_HOSTPOWER */
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