VirtualBox

Changeset 96323 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 19, 2022 7:48:05 AM (2 years ago)
Author:
vboxsync
Message:

Recording/Main: Docs nits (use @c instead of \c).

Location:
trunk/src/VBox/Main
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/Recording.cpp

    r96322 r96323  
    682682 * recording streams or not.
    683683 *
    684  * @returns \c true if at least one recording stream has this feature enabled, or \c false if
     684 * @returns @c true if at least one recording stream has this feature enabled, or @c false if
    685685 *          no recording stream has this feature enabled.
    686686 * @param   enmFeature          Recording feature to check for.
  • trunk/src/VBox/Main/src-client/RecordingCodec.cpp

    r96322 r96323  
    854854 * Returns whether the codec has been initialized or not.
    855855 *
    856  * @returns \c true if initialized, or \c false if not.
     856 * @returns @c true if initialized, or @c false if not.
    857857 * @param   pCodec              Codec to return initialization status for.
    858858 */
  • trunk/src/VBox/Main/src-client/RecordingStream.cpp

    r96322 r96323  
    175175 * Checks if a specified limit for a recording stream has been reached, internal version.
    176176 *
    177  * @returns \c true if any limit has been reached, \c false if not.
     177 * @returns @c true if any limit has been reached, @c false if not.
    178178 * @param   msTimestamp         Timestamp (PTS, in ms) to check for.
    179179 */
     
    261261 * Checks if a specified limit for a recording stream has been reached.
    262262 *
    263  * @returns \c true if any limit has been reached, \c false if not.
     263 * @returns @c true if any limit has been reached, @c false if not.
    264264 * @param   msTimestamp         Timestamp (PTS, in ms) to check for.
    265265 */
     
    275275 * Returns whether a recording stream is ready (e.g. enabled and active) or not.
    276276 *
    277  * @returns \c true if ready, \c false if not.
     277 * @returns @c true if ready, @c false if not.
    278278 */
    279279bool RecordingStream::IsReady(void) const
  • trunk/src/VBox/Main/xml/Settings.cpp

    r96285 r96323  
    30473047 * Check if all settings have default values.
    30483048 *
    3049  * @returns \c true if default, \c false if not.
     3049 * @returns @c true if default, @c false if not.
    30503050 */
    30513051bool RecordingScreenSettings::areDefaultSettings(void) const
     
    30903090 * Returns if a certain recording feature is enabled or not.
    30913091 *
    3092  * @returns \c true if the feature is enabled, \c false if not.
     3092 * @returns @c true if the feature is enabled, @c false if not.
    30933093 * @param   enmFeature          Feature to check.
    30943094 */
     
    87878787 * for AudioDriverType_DirectSound when compiled on a Linux host.
    87888788 *
    8789 *  @return \c true if the current host supports the driver, \c false if not.
     8789*  @return @c true if the current host supports the driver, @c false if not.
    87908790 * @param enmDrvType            AudioDriverType_* enum to test.
    87918791 */
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