doc: fix some doxygen comments
[dpdk.git] / lib / librte_eal / linuxapp / eal / include / eal_internal_cfg.h
index 643db7c..a274995 100644 (file)
@@ -69,8 +69,8 @@ struct internal_config {
        volatile unsigned vmware_tsc_map; /**< true to use VMware TSC mapping
                                                                                * instead of native TSC */
        volatile unsigned no_shconf;      /**< true if there is no shared config */
-       volatile enum rte_proc_type_t process_type; /* multi-process proc type */
-       /* true to try allocating memory on specific sockets */
+       volatile enum rte_proc_type_t process_type; /**< multi-process proc type */
+       /** true to try allocating memory on specific sockets */
        volatile unsigned force_sockets;
        volatile uint64_t socket_mem[RTE_MAX_NUMA_NODES]; /**< amount of memory per socket */
        uintptr_t base_virtaddr;          /**< base address to try and reserve memory from */