summaryrefslogtreecommitdiff
path: root/include/user/avconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/user/avconfig.h')
-rw-r--r--include/user/avconfig.h10
1 files changed, 5 insertions, 5 deletions
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).