aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/developers/documentation.rst
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2020-01-08 09:08:21 -0800
committerGravatar Axel Huebl <axel.huebl@plasma.ninja> 2020-01-08 09:13:43 -0800
commit82526e1570c3f0e65da21f9407112db9868609bc (patch)
tree52479b1ffb85388d5d86763f9257f23c82602107 /Docs/source/developers/documentation.rst
parentbed6fa6939db176d4f5987db8792e793951932e5 (diff)
downloadWarpX-82526e1570c3f0e65da21f9407112db9868609bc.tar.gz
WarpX-82526e1570c3f0e65da21f9407112db9868609bc.tar.zst
WarpX-82526e1570c3f0e65da21f9407112db9868609bc.zip
Doxygen: Add HTML to _static Sphinx Dir
Provide the "classic" HTML rendered pages of Doxygen.
Diffstat (limited to 'Docs/source/developers/documentation.rst')
-rw-r--r--Docs/source/developers/documentation.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/source/developers/documentation.rst b/Docs/source/developers/documentation.rst
index a6f06c7bd..45ff4cd46 100644
--- a/Docs/source/developers/documentation.rst
+++ b/Docs/source/developers/documentation.rst
@@ -35,6 +35,8 @@ Doxygen reads this docstring, so please be accurate with the syntax! See `Doxyge
*/
void my_class::my_function(int* my_int);
+A HTML rendered version of the Doxygen documentation `is located here <../_static/doxyhtml/index.html>`_.
+
Breathe documentation
---------------------