Page MenuHomePhorge

Fix docs build in pipeline
ClosedPublic

Authored by tusooa on Mar 14 2026, 7:53 AM.
Tags
None
Referenced Files
F85635647: D292.1786607064.diff
Wed, Aug 12, 12:44 AM
F85635539: D292.1786604625.diff
Wed, Aug 12, 12:03 AM
F85635538: D292.1786604624.diff
Wed, Aug 12, 12:03 AM
Subscribers
None

Details

Summary

The way to exclude the build directory caused a problem when the project root is in a directory called build. This caused doxygen to not find anything when running on lilybuild. We moved the exclude directories from EXCLUDE_PATTERNS to EXCLUDE so that the full path of the project will not interfere with the doc generation process.

Type: skip

Test Plan

Verify the output in the doc build job contains the regular api docs. Open the doc, and verify the "File List" page does not contain src/tests nor src/examples.

Diff Detail

Repository
rL libkazv
Lint
Lint Not Applicable
Unit
Tests Not Applicable