mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-03 04:11:42 +00:00
This is done, because multiple PAL implementations necessarily have common function names.
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
@INCLUDE = Doxyfile
|
|
PROJECT_NAME = "LibOS"
|
|
OUTPUT_DIRECTORY = _build/doxygen-libos
|
|
INPUT = \
|
|
../LibOS/shim/include \
|
|
../LibOS/shim/src
|