Doxygen adjustment, and better directory name for GCryptLib

This commit is contained in:
Leonetienne
2022-05-16 22:19:20 +02:00
parent acf9dea387
commit 7c556e5b3d
26 changed files with 4 additions and 2 deletions

1
GCryptLib/doxygen/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
build/

2579
GCryptLib/doxygen/doxyfig Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,11 @@
#!zsh
# 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