cppalliance / http_proto

HTTP/1 parsing and serialization algorithms using C++11
https://develop.http-proto.cpp.al/
Boost Software License 1.0
23 stars 10 forks source link

Adjustable doc/Jamfile setting #42

Closed sdarwin closed 2 months ago

sdarwin commented 1 year ago

Allow easily switching the documentation between a standalone library and an integrated boost library. Just change a variable at the top of the file standalonelibrary = "true" ;

cppalliance-bot commented 1 year ago

An automated preview of the documentation is available at https://42.http-proto.prtest.cppalliance.org/libs/http_proto/doc/html/index.html

cppalliance-bot commented 1 year ago

An automated preview of the documentation is available at https://42.http-proto.prtest.cppalliance.org/libs/http_proto/doc/html/index.html

cppalliance-bot commented 1 year ago

GCOVR code coverage report https://42.http-proto.prtest.cppalliance.org/gcovr/index.html
LCOV code coverage report https://42.http-proto.prtest.cppalliance.org/genhtml/index.html Coverage Diff https://42.http-proto.prtest.cppalliance.org/gcovr/coverage_diff.txt

sdarwin commented 2 months ago

If switching to antora docs, this PR is obsolete.