From 155ac2f9955e347d70689c5ed0d8666599bec5b1 Mon Sep 17 00:00:00 2001 From: devnoname120 Date: Sat, 11 Aug 2018 17:07:43 +0200 Subject: Fix incorrect doxygen comments --- include/user/avconfig.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/user/avconfig.h') diff --git a/include/user/avconfig.h b/include/user/avconfig.h index 947af3c..d171647 100644 --- a/include/user/avconfig.h +++ b/include/user/avconfig.h @@ -7,7 +7,7 @@ extern "C" { #endif -/*** +/** * Get the maximum brightness. * * @param[out] maxBrightness - Maximum brightness. @@ -16,7 +16,7 @@ extern "C" { */ int sceAVConfigGetDisplayMaxBrightness(int *maxBrightness); -/*** +/** * Set the screen brightness. * * @param brightness - Brightness that the screen will be set to (range 21-65536, 0 turns off the screen). @@ -25,7 +25,7 @@ int sceAVConfigGetDisplayMaxBrightness(int *maxBrightness); */ int sceAVConfigSetDisplayBrightness(int brightness); -/*** +/** * Get the shutter volume. * * @param[out] volume - shutter volume. @@ -34,7 +34,7 @@ int sceAVConfigSetDisplayBrightness(int brightness); */ int sceAVConfigGetShutterVol(int *volume); -/*** +/** * Get the system volume. * * @param[out] volume - System volume. @@ -43,7 +43,7 @@ int sceAVConfigGetShutterVol(int *volume); */ int sceAVConfigGetSystemVol(int *volume); -/*** +/** * Set the system volume. * * @param volume - volume that the device will be set to (range 0-30). -- cgit v1.2.3