aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2009-11-25 23:17:16 +0000
committerJohannes Schickel2009-11-25 23:17:16 +0000
commit611a58f19c8dbc47a9b350b24e58203d171c7e96 (patch)
tree345ecf2fa5fff98534cda2617e130810673fa638
parent776d735c2ef84c448f139725380aada51e84b533 (diff)
downloadscummvm-rg350-611a58f19c8dbc47a9b350b24e58203d171c7e96.tar.gz
scummvm-rg350-611a58f19c8dbc47a9b350b24e58203d171c7e96.tar.bz2
scummvm-rg350-611a58f19c8dbc47a9b350b24e58203d171c7e96.zip
Extend documentation slightly.
svn-id: r46141
-rw-r--r--sound/fmopl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/fmopl.h b/sound/fmopl.h
index 4493f51df4..69906c05de 100644
--- a/sound/fmopl.h
+++ b/sound/fmopl.h
@@ -71,6 +71,8 @@ public:
/**
* Detects a driver for the specific type.
+ *
+ * @return Returns a valid driver id on success, -1 otherwise.
*/
static DriverId detect(OplType type);