mirror of
https://github.com/boostorg/function.git
synced 2025-07-17 22:52:09 +02:00
11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
# Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
|
|
|
|
# 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)
|
|
project boost/doc ;
|
|
import boostbook : boostbook ;
|
|
|
|
boostbook function-doc : function.xml ;
|
|
|