]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/include/rte_eal.h
eal: fix doxygen for EAL cleanup
[dpdk.git] / lib / librte_eal / include / rte_eal.h
index ddcf6a2e7a1ad8da2cacbfafb04b11841242fc6d..e3c2ef185eed6abfc8d2ab9c3c7fab8f9a5d403f 100644 (file)
@@ -130,8 +130,9 @@ int rte_eal_init(int argc, char **argv);
  * be made. It is expected that common usage of this function is to call it
  * just before terminating the process.
  *
- * @return 0 Successfully released all internal EAL resources
- * @return -EFAULT There was an error in releasing all resources.
+ * @return
+ *  - 0 Successfully released all internal EAL resources.
+ *  - -EFAULT There was an error in releasing all resources.
  */
 int rte_eal_cleanup(void);