The Intel® Cilk™ Plus API and reducer include files are annotated to allow you to build documentation using Doxygen; an open-source program to generate documentation from source code. Doxygen is available at http://www.stack.nl/~dimitri/doxygen/download.html, and as part of many Linux distributions. The Cilk Plus documentation was developed with Doxygen release 1.8.6. Using an earlier version of Doxygen may result in warnings.
To build the HTML version of the Cilk Plus documentation, change to the include/cilk directory and execute the command:
doxygen cilkplus.doxyfile
The documentation will be created in include/cilk/html. To read it, open include/cilk/html/index.html in a web browser.
Doxygen can be configured to generate documentation in a number of formats, including LATEX, RTF and compressed HTML. We have only tested the HTML format. Refer to the Doxygen manual if you want to generate documentation in an alternative format.