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

Merge branch 'hugo4' into 'main'

CI: webdoc runner also generate Doxygen API

See merge request !631
parents 038e8d78 7ea499ab
No related branches found
No related tags found
1 merge request!631CI: webdoc runner also generate Doxygen API
Pipeline #56330 passed
...@@ -102,4 +102,14 @@ webdoc: ...@@ -102,4 +102,14 @@ webdoc:
script: script:
- cd hugo - cd hugo
- 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 ...@@ -19,9 +19,9 @@ can be found at
[https://bornagainproject.org/ext/api](https://bornagainproject.org/ext/api). [https://bornagainproject.org/ext/api](https://bornagainproject.org/ext/api).
For the latest release, see 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; 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, which is mainly intended for developers and covers all classes and functions,
whether exposed to Python or not. 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