add Code of Conduct in generated documentation

The Code of Conduct (CoC) was not included in the documentation generated by Doxyfile.
With this patch, the CoC is included, the link in the index exists and this warning is fixed:

[...]README.md:160: warning: unable to resolve reference to '/home/stephane/src/pspsdk/CODE_OF_CONDUCT.md' for \ref command
This commit is contained in:
Stéphane Blondon
2025-04-29 01:19:25 +02:00
parent 85e3577cb5
commit 277153114c

View File

@@ -934,6 +934,7 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched. # Note: If this tag is empty the current directory is searched.
INPUT = "README.md" \ INPUT = "README.md" \
CODE_OF_CONDUCT.md \
src src
# This tag can be used to specify the character encoding of the source files # This tag can be used to specify the character encoding of the source files