mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +00:00
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:
1
Doxyfile
1
Doxyfile
@@ -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
|
||||||
|
Reference in New Issue
Block a user