toxcore/netlify.toml
iphydf 5a3a0b6453
cleanup: Add nonnull annotations to function definitions.
These help static analysis and ubsan. We should eventually have all
functions annotated like this with a cimple check to make sure every
pointer has an explicit nullability annotation. The `nullable`
annotation does nothing in GCC, but will be used by cimple to validate
that every parameter has defined nullability.
2022-02-08 17:57:47 +00:00

11 lines
240 B
TOML

[build]
command = """\
if cd doxygen-awesome-css; then \
git pull --rebase && cd ..; \
else \
git clone --depth=1 https://github.com/jothepro/doxygen-awesome-css;
fi && \
doxygen docs/Doxyfile \
"""
publish = "_docs/html"