libftdi: Fix doxygen errors
authorJim Paris <jim@jtan.com>
Fri, 22 May 2009 19:26:39 +0000 (15:26 -0400)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 25 May 2009 15:14:35 +0000 (17:14 +0200)
Signed-off-by: Jim Paris <jim@jtan.com>

ftdipp/ftdi.cpp
src/ftdi.c

index e5a8966..8f9e2b9 100644 (file)
@@ -303,21 +303,22 @@ int Context::get_strings()
     return 1;
 }
 
-/*! \fn vendor
- * \fn description
- * \fn serial
- * \brief Device strings properties.
+/*! \brief Device strings properties.
  */
 const std::string& Context::vendor()
 {
     return d->vendor;
 }
 
+/*! \brief Device strings properties.
+ */
 const std::string& Context::description()
 {
     return d->description;
 }
 
+/*! \brief Device strings properties.
+ */
 const std::string& Context::serial()
 {
     return d->serial;
index e6f96cb..f89e352 100644 (file)
@@ -1941,7 +1941,7 @@ int ftdi_eeprom_build(struct ftdi_eeprom *eeprom, unsigned char *output)
    Decode binary EEPROM image into an ftdi_eeprom structure.
 
    \param eeprom Pointer to ftdi_eeprom which will be filled in.
-   \param output Buffer of \a size bytes of raw eeprom data
+   \param buf Buffer of \a size bytes of raw eeprom data
    \param size size size of eeprom data in bytes
 
    \retval 0: all fine