Bill,

looks like this fix is not compile. In generated api doc there are #defines as well as config functions.
In my understanding api is only function, not defines for config.

Maxim.

On 10/23/2015 16:36, Bill Fischofer wrote:
Enable doxygen to document platform-specific config values

Signed-off-by: Bill Fischofer <[email protected]>
---
  platform/linux-generic/include/odp/config.h | 9 +++++++++
  1 file changed, 9 insertions(+)

diff --git a/platform/linux-generic/include/odp/config.h 
b/platform/linux-generic/include/odp/config.h
index a130e68..d800914 100644
--- a/platform/linux-generic/include/odp/config.h
+++ b/platform/linux-generic/include/odp/config.h
@@ -17,6 +17,11 @@
  extern "C" {
  #endif
+/** @defgroup odp_config ODP CONFIG
+ * Platform-specific configuration limits
+ * @{
+ */
+
  /**
   * Maximum number of pools
   */
@@ -184,6 +189,10 @@ static inline int odp_config_shm_blocks(void)
#include <odp/api/config.h> +/**
+ * @}
+ */
+
  #ifdef __cplusplus
  }
  #endif

_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to