test/doc
Raffi Enficiaud f17a8b1386 oudated?
2015-05-25 15:15:15 +02:00
..
adv_scenarios Fixing --link= to link= 2015-05-24 21:46:44 +02:00
closing_chapters typo 2015-05-23 00:36:44 -04:00
doxygen remove executable bit 2015-02-11 14:22:13 -05:00
examples nullary test case documentation update; web wisdom page added 2015-05-24 05:58:57 -04:00
html remove executable bit 2015-02-11 14:22:13 -05:00
introduction interaction based testing is killed (for now) 2015-05-24 18:40:56 -04:00
prod_use removing a level of TOC by removing "Users guide" from the parent 2015-05-19 17:08:15 +02:00
runtime_configuration eliminated BOOST_CHECK on context description page; normalized all examples output to test.cpp(nn): 2015-05-23 01:16:39 -04:00
snippet intro/tutorials update 2015-05-22 23:09:46 -04:00
test_organization fixture updated 2015-05-25 04:07:44 -04:00
test_output eliminated BOOST_CHECK on context description page; normalized all examples output to test.cpp(nn): 2015-05-23 01:16:39 -04:00
testing_tools fix link 2015-05-23 23:33:16 +02:00
tutorials oudated? 2015-05-25 15:15:15 +02:00
adv_scenarios.qbk copyright updated to "year" Boost.Test team 2015-05-23 00:34:24 -04:00
Jamfile.v2 Making the TOC more concise 2015-05-19 17:18:41 +02:00
README.txt Updated README 2015-01-09 10:50:10 +01:00
test.qbk nullary test case documentation update; web wisdom page added 2015-05-24 05:58:57 -04:00
usage_recommandations.qbk nullary test case documentation update; web wisdom page added 2015-05-24 05:58:57 -04:00
usage_variants.qbk improved flip side description for static lib 2015-05-24 02:43:01 -04:00

This folder contains the documentation for the Boost.Test library. 
Any contribution or submission to the library should be accompanied by the corresponding documentation. 

The format of the documentation uses [http://www.boost.org/tools/quickbook/index.html Quickbook]. 

How to build the documentation
==============================


Install Doxygen
---------------
Part of the documentation needs [http://www.doxygen.org Doxygen]. Download and install it. `doxygen` should be accessible from the terminal.

Download Docbook
----------------
Quickbook needs docbook to be installed. Download and untar the docbook archives:

* Docbook XSL that can be found here: 
* Docbook XML that can be found here:

These two archives are supposed to be untarred to `$docbook_xsl_directory` and `$docbook_xml_directory` respectively. 


Download xsltproc
-----------------
This program is needed by docbook, in order to be able to transform XMLs into HTMLs.
`xsltproc` should be accessible from the command line. 


Construct bjam
--------------

Simply by typing in a terminal:
``
> cd $boost_root
> ./bootstrap.[sh|bat]

``

Build the documentation
-----------------------

``
> cd $boost_root/libs/test/doc
> ../../../b2 -sDOCBOOK_XSL_DIR=$docbook_xsl_directory -sDOCBOOK_DTD_DIR=$docbook_xml_directory
``


Recommendations
---------------

- Documentation is part of the "definition of done". A feature does not exist until it is implemented, tested, documented and reviewed. 
- It is highly recommended that each of your pull request comes with an updated documentation. Not doing so put this work on the shoulders
  of the maintainers and as a result, it would be likely that the pull request is not addressed in a timely manner.
- Please also update the changelog for referencing your contribution
- Every file should come with a copyright notice on the very beginning