sogno-platform/dpsim

Fix Doxygen documentation

dinkelbachjan opened this issue · 1 comments

The doxygen documentation is broken:
https://sogno.energy/dpsim/doxygen/index.html

image

In local is working correctly with the submitted PR.

Related but not part of this problem: the actions worker is using -j$(nproc) as argument in the compilation... Should this be corrected in a new issue?

- name: Make reference docs
run: |
make -j$(nproc) -C build docs
make -j$(nproc) -C build docs_cxx