Generating the API Documentation
If you are generating the documentation from client repository
- Navigate to the documentation folder located at: ``` sketchup/source/skore/sketchup/slapi/docs/ ```
- Run the following command to generate the documentation: ``` python generate.py ```
If you are generating the documentation from skore repository
- Navigate to the documentation folder located at: ``` sketchup/slapi/docs/ ```
- 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.