add more doxy docs

parent a52cd1a5
...@@ -30,4 +30,4 @@ int main() ...@@ -30,4 +30,4 @@ int main()
return 0; return 0;
} }
\ No newline at end of file
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
* Copyright (c) 2021 CERN * Copyright (c) 2021 CERN
* @author David Cobas <dcobas AT cern.ch> * @author David Cobas <dcobas AT cern.ch>
* *
* @section license_sec License
* Released under the GPL v2. (and only v2, not any later version) * Released under the GPL v2. (and only v2, not any later version)
*/ */
...@@ -31,7 +30,8 @@ struct oau_usb_dev { ...@@ -31,7 +30,8 @@ struct oau_usb_dev {
}; };
/** /**
* \struct oau_devarray - array of oattn devices detected in the system * \struct oau_devarray
* \brief array of oattn devices detected in the system
*/ */
struct oau_devarray { struct oau_devarray {
int ndevs; /**< number of devices (i.e. array length) */ int ndevs; /**< number of devices (i.e. array length) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment