root icon indicating copy to clipboard operation
root copied to clipboard

[docu] Use CMake-generated Doxyfile instead of hard-coded one

Open ferdymercury opened this issue 11 months ago • 4 comments

This Pull request:

Changes or fixes:

It's quite hard to have an overview of a 3k-line-long Doxyfile, and it needs constant commits "update to version 1.9.8", etc. I propose here instead to use a CMake-generated Doxyfile, where you only declare those flags that are different from the default values. (as found out by command doxygen -x_noenv on the preexisting Doxyfile)

Checklist:

  • [x] tested changes locally
  • [ ] updated the docs (if necessary)

ferdymercury avatar Jan 14 '25 18:01 ferdymercury

Test Results

0 tests   0 ✅  0s ⏱️ 0 suites  0 💤 0 files    0 ❌

Results for commit 296e26df.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Jan 14 '25 18:01 github-actions[bot]

Hi @ferdymercury,

Thank you for this PR! We are currently in the process of transitioning the daily documentation build from Jenkins to GitHub Actions. As part of this effort, we have created a temporary folder named doxygen_s3. This setup is not yet finalized and remains unstable for now. I suggest we revisit your PR once this work is completed. Is that fine with you ?

couet avatar Jan 15 '25 09:01 couet

Perfect, sounds good!

ferdymercury avatar Jan 15 '25 09:01 ferdymercury

gentle ping @couet

ferdymercury avatar Jun 27 '25 10:06 ferdymercury