diff options
author | Thomas White <taw@physics.org> | 2011-04-04 17:21:49 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:23 +0100 |
commit | 40ec8624ccd76c574a136603f3dc2fc6683be969 (patch) | |
tree | fa17bd5e6692a737221295a6c182fda631fc00c7 /doc | |
parent | 91f002a61a483d33285bc7606e3ad5702dcf4460 (diff) |
Start documenting the thread pool
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/CrystFEL-docs.sgml | 15 | ||||
-rw-r--r-- | doc/reference/CrystFEL-sections.txt | 5 |
2 files changed, 15 insertions, 5 deletions
diff --git a/doc/reference/CrystFEL-docs.sgml b/doc/reference/CrystFEL-docs.sgml index ac32b14b..607afbff 100644 --- a/doc/reference/CrystFEL-docs.sgml +++ b/doc/reference/CrystFEL-docs.sgml @@ -38,19 +38,24 @@ </chapter> <chapter> + <title>Parallel programming</title> + <xi:include href="xml/thread-pool.xml"><xi:fallback /></xi:include> + </chapter> + + <chapter> <title>Miscellaneous</title> <xi:include href="xml/quaternion.xml"/> <xi:include href="xml/utils.xml"/> </chapter> - <index id="api-index-full"> - <title>API Index</title> - <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> - </index> - <chapter> <title>Information for developers</title> <xi:include href="xml/coding-standards.xml"><xi:fallback /></xi:include> </chapter> + <index id="api-index-full"> + <title>API Index</title> + <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> + </index> + </book> diff --git a/doc/reference/CrystFEL-sections.txt b/doc/reference/CrystFEL-sections.txt index e39c384a..8cd2ed6a 100644 --- a/doc/reference/CrystFEL-sections.txt +++ b/doc/reference/CrystFEL-sections.txt @@ -67,3 +67,8 @@ quat_rot <FILE>image</FILE> image </SECTION> + +<SECTION> +<FILE>thread-pool</FILE> +run_threads +</SECTION> |