Skip to content

Commit

Permalink
Merge pull request #33 from jstone-lucasfilm/master
Browse files Browse the repository at this point in the history
Update instructions for building API documentation
  • Loading branch information
jstone-lucasfilm committed Oct 12, 2017
2 parents aa62937 + f9d95a3 commit 82f1a84
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 82f1a84

Please sign in to comment.