diff options
author | Johannes Schickel | 2009-11-25 23:17:16 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-11-25 23:17:16 +0000 |
commit | 611a58f19c8dbc47a9b350b24e58203d171c7e96 (patch) | |
tree | 345ecf2fa5fff98534cda2617e130810673fa638 /sound | |
parent | 776d735c2ef84c448f139725380aada51e84b533 (diff) | |
download | scummvm-rg350-611a58f19c8dbc47a9b350b24e58203d171c7e96.tar.gz scummvm-rg350-611a58f19c8dbc47a9b350b24e58203d171c7e96.tar.bz2 scummvm-rg350-611a58f19c8dbc47a9b350b24e58203d171c7e96.zip |
Extend documentation slightly.
svn-id: r46141
Diffstat (limited to 'sound')
-rw-r--r-- | sound/fmopl.h | 2 |
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); |