Doxygen adjustment, and better directory name for GCryptLib
This commit is contained in:
1
GCryptLib/doxygen/.gitignore
vendored
Normal file
1
GCryptLib/doxygen/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
build/
|
2579
GCryptLib/doxygen/doxyfig
Normal file
2579
GCryptLib/doxygen/doxyfig
Normal file
File diff suppressed because it is too large
Load Diff
11
GCryptLib/doxygen/doxyrun.sh
Normal file
11
GCryptLib/doxygen/doxyrun.sh
Normal 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
|
||||
|
Reference in New Issue
Block a user