Merge branch 'master' of github.com:Leonetienne/GhettoCrypt

This commit is contained in:
Leonetienne 2022-03-13 18:22:30 +01:00
commit 5722110bce
3 changed files with 2589 additions and 0 deletions

1
Doxygen/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build/

2579
Doxygen/doxyfig Normal file

File diff suppressed because it is too large Load Diff

9
Doxygen/doxyrun.sh Normal file
View File

@ -0,0 +1,9 @@
# Copy repository readme here to be used as a cover page
tail ../readme.md -n +2 > index.md
# Run doxygen
doxygen doxyfig
# Cleanup index.md
rm -f index.md