802f5d031d
- Fixed issues with inspector - Changed the use of boost::mutex - not include entire boost.thread - Updated documentation build script [SVN r73059]
21 lines
572 B
Plaintext
21 lines
572 B
Plaintext
//
|
|
// Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
|
|
//
|
|
// 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)
|
|
//
|
|
|
|
// vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 filetype=cpp.doxygen
|
|
/*!
|
|
\page special_thanks Special Thanks
|
|
|
|
(in alphabetical order)
|
|
|
|
- Chad Nelson - for volunteering to manage the formal review and for the great language corrections
|
|
for this tutorial.
|
|
- Vladimir Prus - for development of Boost.Build support for Boost.Locale.
|
|
|
|
|
|
*/
|