File: Doxyfile

package info (click to toggle)
libisal 2.31.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,776 kB
  • sloc: asm: 44,577; ansic: 42,149; sh: 915; makefile: 622; pascal: 345
file content (35 lines) | stat: -rw-r--r-- 1,213 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
PROJECT_NAME           = "Intel Intelligent Storage Acceleration Library"
PROJECT_BRIEF          = "ISA-L API reference doc"

OUTPUT_DIRECTORY       = generated_doc
FULL_PATH_NAMES        = NO
TAB_SIZE               = 8
ALIASES                = "requires=\xrefitem requires \"Requires\" \"Instruction Set Requirements for arch-specific functions (non-multibinary)\""
OPTIMIZE_OUTPUT_FOR_C  = YES
HIDE_UNDOC_MEMBERS     = YES
USE_MDFILE_AS_MAINPAGE = README.md

INPUT                  = isa-l.h \
			 include \
			 README.md \
			 CONTRIBUTING.md \
			 SECURITY.md \
			 Release_notes.txt \
			 doc/functions.md \
			 doc/test.md \
			 doc/build.md

EXCLUDE                = include/test.h include/unaligned.h
EXCLUDE_PATTERNS       = */include/*_multibinary.h
EXAMPLE_PATH           = . crc raid erasure_code igzip
PAPER_TYPE             = letter
LATEX_SOURCE_CODE      = YES
GENERATE_TREEVIEW      = YES
MACRO_EXPANSION        = YES
EXPAND_ONLY_PREDEF     = YES
PREDEFINED             = "DECLARE_ALIGNED(n, a)=ALIGN n" \
                         __declspec(x)='x' \
                         align(x)='ALIGN \
                         x'
EXPAND_AS_DEFINED      = DECLARE_ALIGNED
EXTENSION_MAPPING      = "txt=md"