Updated readme with documentation instrauctions

This commit is contained in:
Alejandro Saucedo 2020-08-28 12:06:03 +01:00
parent 556645f37d
commit c8db55aa1b

View file

@ -196,3 +196,11 @@ We appreciate PRs and Issues. If you want to contribute try checking the "Good f
* Uses xxd (or xxd.exe windows 64bit port) to convert shader spirv to header files
* Uses doxygen and sphinx
##### Updating documentation
To update the documentation will need to:
* Run the gendoxygen target in the build system
* Run the gensphynx target in the buildsystem
* Push to github pages with `make push_docs_to_ghpages`