Doxygen adjustment, and better directory name for GCryptLib
This commit is contained in:
parent
acf9dea387
commit
7c556e5b3d
@ -829,7 +829,7 @@ WARN_LOGFILE =
|
|||||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||||
# Note: If this tag is empty the current directory is searched.
|
# Note: If this tag is empty the current directory is searched.
|
||||||
|
|
||||||
INPUT = "../GhettoCrypt/" "index.md"
|
INPUT = "../src/" "../include" "index.md"
|
||||||
|
|
||||||
# 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
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
@ -1,5 +1,7 @@
|
|||||||
|
#!zsh
|
||||||
|
|
||||||
# Copy repository readme here to be used as a cover page
|
# Copy repository readme here to be used as a cover page
|
||||||
tail ../readme.md -n +2 > index.md
|
tail ../../readme.md -n +2 > index.md
|
||||||
|
|
||||||
# Run doxygen
|
# Run doxygen
|
||||||
doxygen doxyfig
|
doxygen doxyfig
|
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Loading…
x
Reference in New Issue
Block a user