SketchUp C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SketchUp C API Documentation

Generating the API Documentation

If you are generating the documentation from client repository

  1. Navigate to the documentation folder located at: ``` sketchup/source/skore/sketchup/slapi/docs/ ```
  1. Run the following command to generate the documentation: ``` python generate.py ```

If you are generating the documentation from skore repository

  1. Navigate to the documentation folder located at: ``` sketchup/slapi/docs/ ```
  1. Run the following command to generate the documentation: ``` python generate.py -d path/to/doxygen ```

If you are generating the documentation from the skore repository, you need to update the path of doxygen. For the client repository, the doxygen is located at: ``` devops_tools/build/bin ``` This path is already set for the client repository.