X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fapi%2Fdoxy-api.conf;h=50b0105836a39e160ca50a3c61eadb04a6da303a;hb=d6f5cac19197bc264eb9c3b0ab440d791e6a7480;hp=27c782cd6c09c101151c0ae16b34188d7ad1628e;hpb=4b2fd987d8bf065487873837bda9b30ab914fbb7;p=dpdk.git diff --git a/doc/api/doxy-api.conf b/doc/api/doxy-api.conf index 27c782cd6c..50b0105836 100644 --- a/doc/api/doxy-api.conf +++ b/doc/api/doxy-api.conf @@ -37,6 +37,7 @@ INPUT = doc/api/doxy-api-index.md \ lib/librte_ether \ lib/librte_hash \ lib/librte_ip_frag \ + lib/librte_jobstats \ lib/librte_kni \ lib/librte_kvargs \ lib/librte_lpm \ @@ -49,6 +50,7 @@ INPUT = doc/api/doxy-api-index.md \ lib/librte_port \ lib/librte_power \ lib/librte_pmd_bond \ + lib/librte_reorder \ lib/librte_ring \ lib/librte_sched \ lib/librte_table \ @@ -57,8 +59,7 @@ INPUT = doc/api/doxy-api-index.md \ FILE_PATTERNS = rte_*.h \ cmdline.h PREDEFINED = __DOXYGEN__ \ - __attribute__(x)= \ - RTE_MBUF_REFCNT + __attribute__(x)= OPTIMIZE_OUTPUT_FOR_C = YES ENABLE_PREPROCESSING = YES @@ -76,3 +77,5 @@ ALPHABETICAL_INDEX = NO HTML_TIMESTAMP = NO HTML_DYNAMIC_SECTIONS = YES SEARCHENGINE = NO +SORT_MEMBER_DOCS = NO +SOURCE_BROWSER = YES