Imre Kis | a21712e | 2019-10-08 12:56:59 +0200 | [diff] [blame^] | 1 | Build system |
| 2 | ============ |
| 3 | |
| 4 | .. cmake-module:: ../../cmake/UnitTest.cmake |
| 5 | |
| 6 | .. cmake-module:: ../../cmake/FindLibClang.cmake |
| 7 | |
| 8 | Generating documentation |
| 9 | ------------------------ |
| 10 | |
| 11 | ``sphinx-builder`` is used for building the documentation which is required to be installed on the machine. The documentation |
| 12 | can be built by executing the following commands. |
| 13 | |
| 14 | :: |
| 15 | |
| 16 | cd docs |
| 17 | make html |
| 18 | |
| 19 | |
| 20 | -------------- |
| 21 | |
| 22 | *Copyright (c) 2019-2021, Arm Limited. All rights reserved.* |