From f9d95a3e8c58eee12fb3eeeffbb7cc399bb3544b Mon Sep 17 00:00:00 2001 From: Jonathan Stone Date: Wed, 11 Oct 2017 15:44:23 -0700 Subject: [PATCH] Update instructions for building API documentation --- documents/DeveloperGuide/MainPage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/DeveloperGuide/MainPage.md b/documents/DeveloperGuide/MainPage.md index 1d3e97cf6c..ded48d97a4 100644 --- a/documents/DeveloperGuide/MainPage.md +++ b/documents/DeveloperGuide/MainPage.md @@ -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