X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fapi%2Fdoxy-api.conf;h=1e2d58e9d9890d46408b0cb35d0844367f558e87;hb=b82a987ffc950671ec4a6b8476e8d5f4a0f86f1a;hp=fe3879fa0cd1ef8ce3f471978033281a549e7660;hpb=6b919b0f8c056deb0d3e1a2f7d775008576eddb8;p=dpdk.git diff --git a/doc/api/doxy-api.conf b/doc/api/doxy-api.conf index fe3879fa0c..1e2d58e9d9 100644 --- a/doc/api/doxy-api.conf +++ b/doc/api/doxy-api.conf @@ -1,6 +1,6 @@ # BSD LICENSE # -# Copyright 2013 6WIND S.A. +# Copyright 2013-2017 6WIND S.A. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -30,24 +30,41 @@ PROJECT_NAME = DPDK INPUT = doc/api/doxy-api-index.md \ + drivers/crypto/scheduler \ + drivers/net/bonding \ + drivers/net/i40e \ + drivers/net/ixgbe \ lib/librte_eal/common/include \ + lib/librte_eal/common/include/generic \ lib/librte_acl \ + lib/librte_bitratestats \ + lib/librte_cfgfile \ + lib/librte_cmdline \ + lib/librte_compat \ + lib/librte_cryptodev \ lib/librte_distributor \ + lib/librte_efd \ lib/librte_ether \ + lib/librte_eventdev \ + lib/librte_gro \ lib/librte_hash \ lib/librte_ip_frag \ + lib/librte_jobstats \ lib/librte_kni \ lib/librte_kvargs \ + lib/librte_latencystats \ lib/librte_lpm \ - lib/librte_malloc \ lib/librte_mbuf \ + lib/librte_member \ lib/librte_mempool \ lib/librte_meter \ + lib/librte_metrics \ lib/librte_net \ + lib/librte_pdump \ lib/librte_pipeline \ lib/librte_port \ lib/librte_power \ - lib/librte_pmd_bond \ + lib/librte_reorder \ lib/librte_ring \ lib/librte_sched \ lib/librte_table \ @@ -56,8 +73,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 @@ -75,3 +91,9 @@ ALPHABETICAL_INDEX = NO HTML_TIMESTAMP = NO HTML_DYNAMIC_SECTIONS = YES SEARCHENGINE = NO +SORT_MEMBER_DOCS = NO +SOURCE_BROWSER = YES + +EXAMPLE_PATH = examples +EXAMPLE_PATTERNS = *.c +EXAMPLE_RECURSIVE = YES