../src/wcmCommon.c:740:4: warning: unknown command tag name 
[-Wdocumentation-unknown-command]
 * @retval SUPPRESS_ALL Ignore this event completely.
   ^
../src/wcmCommon.c:1041:4: warning: unknown command tag name 
[-Wdocumentation-unknown-command]
 * @rebaes
   ^
../src/wcmUSB.c:1120:4: warning: unknown command tag name 
[-Wdocumentation-unknown-command]
 * @device_id id of the device
   ^
../src/wcmValidateDevice.c:524:52: warning: unknown command tag name 
[-Wdocumentation-unknown-command]
 * hotplug. The server will come back and call the @wcmHotplugDevice
                                                   ^
../src/wcmValidateDevice.c:753:4: warning: unknown command tag name 
[-Wdocumentation-unknown-command]
 * @retvalue True on success or False otherwise.
   ^
../src/wcmValidateDevice.c:1020:4: warning: unknown command tag name 
[-Wdocumentation-unknown-command]
 * @retvalue True on success or False otherwise.
   ^

Signed-off-by: Jason Gerecke <killert...@gmail.com>
---
 src/wcmCommon.c         | 2 +-
 src/wcmUSB.c            | 2 +-
 src/wcmValidateDevice.c | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/wcmCommon.c b/src/wcmCommon.c
index 0e1f29e..b938091 100644
--- a/src/wcmCommon.c
+++ b/src/wcmCommon.c
@@ -1055,7 +1055,7 @@ rebasePressure(const WacomDevicePtr priv, const 
WacomDeviceState *ds)
  * @param priv The wacom device
  * @param ds Current device state
  *
- * @rebaes
+ * @return normalized pressure
  * @see rebasePressure
  */
 TEST_NON_STATIC int
diff --git a/src/wcmUSB.c b/src/wcmUSB.c
index bb81175..d2c8511 100644
--- a/src/wcmUSB.c
+++ b/src/wcmUSB.c
@@ -1117,7 +1117,7 @@ static int usbIdToType(int id)
  * Protocol 5 devices report different IDs for different styli and pucks,
  * Protocol 4 devices simply report STYLUS_DEVICE_ID, etc.
  *
- * @device_id id of the device
+ * @param device_id id of the device
  * @return device type
  */
 static int usbFindDeviceTypeById(int device_id)
diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c
index bb0e744..bcc86d9 100644
--- a/src/wcmValidateDevice.c
+++ b/src/wcmValidateDevice.c
@@ -521,7 +521,7 @@ wcmHotplugDevice(ClientPtr client, pointer closure )
  *
  * Note that we don't actually hotplug the device here. We store the
  * information needed to hotplug the device later and then queue the
- * hotplug. The server will come back and call the @wcmHotplugDevice
+ * hotplug. The server will come back and call the @ref wcmHotplugDevice
  * later.
  *
  * @param pInfo The parent device
@@ -750,7 +750,7 @@ int wcmParseSerials (InputInfoPtr pInfo)
  * hotplugging, False if the device is a depent or xorg.conf device.
  * @param is_hotplugged True if the device is a dependent device, FALSE
  * otherwise.
- * @retvalue True on success or False otherwise.
+ * @retval True on success or False otherwise.
  */
 Bool wcmPreInitParseOptions(InputInfoPtr pInfo, Bool is_primary,
                            Bool is_dependent)
@@ -1017,7 +1017,7 @@ error:
  * hotplugging, False if the device is a depent or xorg.conf device.
  * @param is_hotplugged True if the device is a dependent device, FALSE
  * otherwise.
- * @retvalue True on success or False otherwise.
+ * @retval True on success or False otherwise.
  */
 Bool wcmPostInitParseOptions(InputInfoPtr pInfo, Bool is_primary,
                             Bool is_dependent)
-- 
2.1.0


------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to