VirtualBox

Changeset 67428 in vbox


Ignore:
Timestamp:
Jun 15, 2017 3:39:22 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116156
Message:

Doxygen fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/HDAStreamPeriod.cpp

    r67401 r67428  
    184184 * Locks a stream period for serializing access.
    185185 *
    186  * @return  \c true if locking was successful, \c false if not.
     186 * @return  true if locking was successful, false if not.
    187187 * @param   pPeriod             Stream period to lock.
    188188 */
     
    262262 * Tells whether a given stream period has elapsed (time-wise) or not.
    263263 *
    264  * @return  \c true if the stream period has elapsed, \c false if not.
     264 * @return  true if the stream period has elapsed, false if not.
    265265 * @param   pPeriod             Stream period to get status for.
    266266 */
     
    274274 * time or not
    275275 *
    276  * @return  \c true if the stream period has passed the given time, \c false if not.
     276 * @return  true if the stream period has passed the given time, false if not.
    277277 * @param   pPeriod             Stream period to get status for.
    278278 * @param   u64WalClk           Absolute wall clock (WALCLK) time to check for.
     
    293293 * Tells whether a given stream period has some required interrupts pending or not.
    294294 *
    295  * @return  \c true if period has interrupts pending, \c false if not.
     295 * @return  true if period has interrupts pending, false if not.
    296296 * @param   pPeriod             Stream period to get status for.
    297297 */
     
    358358 * Tells whether a given stream period is considered as complete or not.
    359359 *
    360  * @return  \c true if stream period is complete, \c false if not.
     360 * @return  true if stream period is complete, false if not.
    361361 * @param   pPeriod             Stream period to report status for.
    362362 *
Note: See TracChangeset for help on using the changeset viewer.

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