diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-02-24 09:33:35 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-02-24 09:33:35 -0500 |
| commit | 4b005e4a6e646c0b2788fc261097cdca2a93696c (patch) | |
| tree | cbff14167ec9018f2ca27f7795afdf9a742a79fd | |
| parent | a39ec6642ddb88d64f4e9a681f7c0c470c60ce76 (diff) | |
| download | compiler-4b005e4a6e646c0b2788fc261097cdca2a93696c.tar.gz | |
[docs]: add willowc to doxygen input
| -rw-r--r-- | willow/docs/doxygen/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/willow/docs/doxygen/Doxyfile b/willow/docs/doxygen/Doxyfile index 7983449..0dfe934 100644 --- a/willow/docs/doxygen/Doxyfile +++ b/willow/docs/doxygen/Doxyfile @@ -1,6 +1,6 @@ PROJECT_NAME = "Willow" OUTPUT_DIRECTORY = "out/doxygen/willow" -INPUT = willow/include willow/docs/doxygen/mainpage.md +INPUT = willow/include willow/tools/willowc/include willow/docs/doxygen/mainpage.md RECURSIVE = YES GENERATE_HTML = YES GENERATE_LATEX = NO |