Browse Source

doc/chapters/basic-api.texi: document STARPU_MAJOR_VERSION and STARPU_MINOR_VERSION

Nathalie Furmento 12 years ago
parent
commit
d6f2af5e27
1 changed files with 22 additions and 10 deletions
  1. 22 10
      doc/chapters/basic-api.texi

+ 22 - 10
doc/chapters/basic-api.texi

@@ -7,22 +7,34 @@
 @c See the file starpu.texi for copying conditions.
 
 @menu
-* Initialization and Termination::  Initialization and Termination methods
-* Workers' Properties::         Methods to enumerate workers' properties
-* Data Management::                Methods to manipulate data
+* Versioning::
+* Initialization and Termination::
+* Workers' Properties::
+* Data Management::
 * Data Interfaces::
 * Data Partition::
-* Codelets and Tasks::          Methods to construct tasks
-* Explicit Dependencies::       Explicit Dependencies
-* Implicit Data Dependencies::  Implicit Data Dependencies
+* Codelets and Tasks::
+* Explicit Dependencies::
+* Implicit Data Dependencies::
 * Performance Model API::
-* Profiling API::               Profiling API
-* CUDA extensions::             CUDA extensions
-* OpenCL extensions::           OpenCL extensions
-* Cell extensions::             Cell extensions
+* Profiling API::
+* CUDA extensions::
+* OpenCL extensions::
+* Cell extensions::
 * Miscellaneous helpers::
 @end menu
 
+@node Versioning
+@section Versioning
+
+@defmac STARPU_MAJOR_VERSION
+Define the major version of StarPU
+@end defmac
+
+@defmac STARPU_MINOR_VERSION
+Define the minor version of StarPU
+@end defmac
+
 @node Initialization and Termination
 @section Initialization and Termination