Skip to content
Snippets Groups Projects
Commit 7ea499ab authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CI: webdoc runner also generate Doxygen API

parent 3519ab91
No related branches found
No related tags found
1 merge request!631CI: webdoc runner also generate Doxygen API
Pipeline #56328 passed
......@@ -102,4 +102,14 @@ webdoc:
script:
- cd hugo
- hugo
- cp -rf public ~/ba-main-hugo-public
- cp -rf public ~/ba-main/hugo-public
- cd ..
- mkdir build
- cd build
- cmake .. -DCONFIGURE_DOXY=ON
- make doxyuser
- cp -rf html/user ~/ba-main/doxy/
- make doxylong
- cp -rf html/long ~/ba-main/doxy/
- make doxygui
- cp -rf html/gui ~/ba-main/doxy/
......@@ -19,9 +19,9 @@ can be found at
[https://bornagainproject.org/ext/api](https://bornagainproject.org/ext/api).
For the latest release, see
* [master/user-API](https://bornagainproject.org/ext/api/master/user-API/index.html),
* [master/user-API](https://bornagainproject.org/ext/api/git-main/user-API/index.html),
which documents all classes and functions that are available for Python scripting;
* [master/full-API](https://bornagainproject.org/ext/api/master/full-API/index.html),
* [master/full-API](https://bornagainproject.org/ext/api/git-main/full-API/index.html),
which is mainly intended for developers and covers all classes and functions,
whether exposed to Python or not.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment