Re: [dpdk-dev] [PATCH v3] doc: automate examples file list for API doc

2017-02-08 Thread Thomas Monjalon
2017-02-08 17:54, Ferruh Yigit: > These files are linked to API documentation as usage samples, list of > files created automatically during doc creation. > > Remove manually updated old one. > > Signed-off-by: Ferruh Yigit Acked-by: Thomas Monjalon Applied, thanks

[dpdk-dev] [PATCH v3] doc: automate examples file list for API doc

2017-02-08 Thread Ferruh Yigit
These files are linked to API documentation as usage samples, list of files created automatically during doc creation. Remove manually updated old one. Signed-off-by: Ferruh Yigit --- v3: * use only find tool to create list of files, remove awk * update line order of INPUT line. --- doc/api/do