Skip to content

Commit 40866e9

Browse files
dabrahamspdimov
authored andcommitted
bug fix for value_type and numerous doc fixes, along with literate programming tests
[SVN r50863]
1 parent aadc1c8 commit 40866e9

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

doc/python.rst

100755100644
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
The Boost Parameter Library Python Binding Documentation
33
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
44

5-
:Authors: Daniel Wallin
6-
7-
:organization: `Boost Consulting`_
5+
:Authors: David Abrahams, Daniel Wallin
6+
7+
:organization: `BoostPro Computing`_
88
:date: $Date$
99

1010
:copyright: Copyright David Abrahams, Daniel Wallin
11-
2005. Distributed under the Boost Software License,
11+
2005-2009. Distributed under the Boost Software License,
1212
Version 1.0. (See accompanying file LICENSE_1_0.txt
1313
or copy at http://www.boost.org/LICENSE_1_0.txt)
1414

@@ -22,7 +22,7 @@
2222

2323
__ ../../../../index.htm
2424

25-
.. _`Boost Consulting`: http://www.boost-consulting.com
25+
.. _`BoostPro Computing`: http://www.boostpro.com
2626

2727

2828
.. role:: class

test/Jamfile.v2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import python ;
99
project boost/parameter
1010
: default-build <warnings>off
1111
;
12+
13+
build-project literate ;
1214

1315
test-suite "parameter"
1416
: [ run basics.cpp ]

0 commit comments

Comments
 (0)