Skip to content

Commit

Permalink
Update instructions for building API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm committed Oct 11, 2017
1 parent 7a71557 commit f9d95a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documents/DeveloperGuide/MainPage.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The recommended OpenColorIO configuration for MaterialX is [ACES 1.0.3](https://

### Building API Documentation

To generate HTML documentation for the MaterialX C++ API, make sure a version of [Doxygen](https://www.doxygen.org/) is on your path, and select the advanced option `MATERIALX_GENERATE_DOCS` in CMake. This option will add a target named `MaterialXDocs` to your project, which can be built as an independent step from your development environment.
To generate HTML documentation for the MaterialX C++ API, make sure a version of [Doxygen](https://www.doxygen.org/) is on your path, and select the advanced option `MATERIALX_BUILD_DOCS` in CMake. This option will add a target named `MaterialXDocs` to your project, which can be built as an independent step from your development environment.

### Installing MaterialX

Expand Down

0 comments on commit f9d95a3

Please sign in to comment.