Changeset 96323 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Aug 19, 2022 7:48:05 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153137
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r96285 r96323 3047 3047 * Check if all settings have default values. 3048 3048 * 3049 * @returns \c true if default, \c false if not.3049 * @returns @c true if default, @c false if not. 3050 3050 */ 3051 3051 bool RecordingScreenSettings::areDefaultSettings(void) const … … 3090 3090 * Returns if a certain recording feature is enabled or not. 3091 3091 * 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. 3093 3093 * @param enmFeature Feature to check. 3094 3094 */ … … 8787 8787 * for AudioDriverType_DirectSound when compiled on a Linux host. 8788 8788 * 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. 8790 8790 * @param enmDrvType AudioDriverType_* enum to test. 8791 8791 */
Note:
See TracChangeset
for help on using the changeset viewer.