Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit d6d75265fe.

tools/boostlook/build.jam

# Copyright René Ferdinand Rivera Morell 2024
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

require-b2 5.2 ;

project /boost/boostlook ;

path-constant here : . ;

alias boostlook
    : usage-requirements
        <asciidoctor-attribute>stylesheet=$(here)/boostlook.css
        <flags>"-r $(here)/boostlook.rb"
        <dependency>boostlook.css
        <dependency>boostlook.rb
    ;
explicit boostlook ;

alias all ;
explicit all ;