cppalliance / mrdocs

MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.
https://mrdocs.com
Other
66 stars 16 forks source link

fix: HTML generation issues #588

Closed fpelliccioni closed 1 month ago

alandefreitas commented 1 month ago

Is this related to the CI issue introduced in #545 (https://github.com/cppalliance/mrdocs/pull/545#issuecomment-2105518168) or just a complement to the HTML templates? We'll have to block other PRs until that issue is fixed. Or temporarily revert #545 to be on the safer side.

fpelliccioni commented 1 month ago

Yes, this PR is to fix the CI issue introduced in #545 https://github.com/cppalliance/mrdocs/pull/545.

On Sat, May 25, 2024, 3:01 PM Alan de Freitas @.***> wrote:

Is this related to the CI issue introduced in #545 https://github.com/cppalliance/mrdocs/pull/545 (#545 (comment) https://github.com/cppalliance/mrdocs/pull/545#issuecomment-2105518168) or just a complement to the HTML templates? We'll have to block other PRs until that issue is fixed. Or temporarily revert #545 https://github.com/cppalliance/mrdocs/pull/545 to be on the safer side.

— Reply to this email directly, view it on GitHub https://github.com/cppalliance/mrdocs/pull/588#issuecomment-2131247140, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACC2E6VYR5DCMHUBOFEULDZECDT5AVCNFSM6AAAAABIIXXFJGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZRGI2DOMJUGA . You are receiving this because you authored the thread.Message ID: @.***>

alandefreitas commented 1 month ago

Oh... I see

Generating reference failed: std::ifstream("/usr/local/share/mrdocs/addons/generator/html/layouts/overload-set.html.hbs" returned "No such file or directory" (src/lib/Support/Path.cpp:197)
    Reported at src/tool/ToolMain.cpp(83)
Error: Process completed with exit code 1.

Yes. We'll have to improve these tests in P2.