On Tue, May 03, 2016 at 12:01:11AM +0200, Daniel Stenberg wrote: > Hey just a FYI here, > > Just wanted to mention that I added test 1139 and 1140 the last couple of > days. They do all sorts of fun verifications of docs: > > test 1139 runs manpage-scan.pl which > > 1. checks that all CURLOPT_ options mentioned in symbols-in-versions have > their own man pages _and_ are mentioned in curl_easy_setopt.3 > > 2. checks that all CURLINFO_ options mentioned in symbols-in-versions have > their own man pages _and_ are mentioned in curl_easy_getinfo.3 > > 3. checks that all CURLMOPT_ options mentioned in symbols-in-versions have > their own man pages _and_ are mentioned in curl_multi_setopt.3
There are some tests in docs/libcurl/Makefile.am that do some of these checks already. They could presumably be removed now. >>> Dan ------------------------------------------------------------------- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
