]> git.proxmox.com Git - ceph.git/blob - ceph/src/crypto/isa-l/isa-l_crypto/Doxyfile
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / crypto / isa-l / isa-l_crypto / Doxyfile
1 PROJECT_NAME = "Intel Intelligent Storage Acceleration Library Crypto"
2 PROJECT_BRIEF = "ISA-L_crypto API reference doc"
3
4 OUTPUT_DIRECTORY = generated_doc
5 FULL_PATH_NAMES = NO
6 TAB_SIZE = 8
7 ALIASES = "requires=\xrefitem requires \"Requires\" \"Instruction Set Requirements for arch-specific functions (non-multibinary)\""
8 OPTIMIZE_OUTPUT_FOR_C = YES
9 HIDE_UNDOC_MEMBERS = YES
10 USE_MDFILE_AS_MAINPAGE = README.md
11
12 INPUT = isa-l_crypto.h \
13 include \
14 README.md \
15 CONTRIBUTING.md \
16 Release_notes.txt
17
18 EXCLUDE = include/test.h include/memcpy_inline.h include/intrinreg.h include/endian_helper.h
19 EXCLUDE_PATTERNS = */include/*_multibinary.h
20 EXAMPLE_PATH = . aes md5_mb mh_sha1 mh_sha1_murmur3_x64_128 mh_sha256 rolling_hash sha1_mb sha256_mb sha512_mb
21 PAPER_TYPE = letter
22 LATEX_SOURCE_CODE = YES
23 GENERATE_TREEVIEW = YES
24 MACRO_EXPANSION = YES
25 EXPAND_ONLY_PREDEF = YES
26 PREDEFINED = "DECLARE_ALIGNED(n, a)=ALIGN n" \
27 __declspec(x)='x' \
28 align(x)='ALIGN \
29 x'
30 EXPAND_AS_DEFINED = DECLARE_ALIGNED
31 EXTENSION_MAPPING = "txt=md"