forked from libnet/libnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Doxyfile
96 lines (96 loc) · 5.18 KB
/
Doxyfile
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Doxyfile 1.8.14
# ALRIGHT LISTEN UP: This is a standalone Doxyfile for codedocs.xyz.
# The real deal is libnet.doxygen.conf found in libnet/doc/ (but only works
# in conjunction with automake)
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "libnet"
PROJECT_NUMBER = "1.2-rc3"
PROJECT_BRIEF = "A Portable Framework for Low-Level Network Packet Construction"
PROJECT_LOGO =
OUTPUT_DIRECTORY = libnet/doc
ABBREVIATE_BRIEF =
STRIP_FROM_PATH = include
OPTIMIZE_OUTPUT_FOR_C = YES
EXTRACT_LOCAL_CLASSES = NO
HIDE_UNDOC_MEMBERS = YES
HIDE_UNDOC_CLASSES = YES
#---------------------------------------------------------------------------
# Configuration options related to warning and progress messages
#---------------------------------------------------------------------------
QUIET = YES
WARN_NO_PARAMDOC = YES
#---------------------------------------------------------------------------
# Configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = libnet/doc/libnet_api_main_page.md \
libnet/include/libnet \
libnet/include/libnet.h
FILE_PATTERNS = *.h
RECURSIVE = YES
EXCLUDE = libnet/include/libnet/libnet-headers.h \
libnet/include/libnet/libnet-types.h \
libnet/include/libnet/libnet-asn1.h \
libnet/include/libnet/libnet-structures.h
EXAMPLE_PATTERNS =
USE_MDFILE_AS_MAINPAGE = libnet_api_main_page.md
#---------------------------------------------------------------------------
# Configuration options related to source browsing
#---------------------------------------------------------------------------
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES
#---------------------------------------------------------------------------
# Configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
COLS_IN_ALPHA_INDEX = 3
#---------------------------------------------------------------------------
# Configuration options related to the HTML output
#---------------------------------------------------------------------------
GENERATE_HTML = YES
HTML_OUTPUT = api
HTML_HEADER = libnet/doc/libnet_api_header.html_tmpl
HTML_FOOTER = libnet/doc/libnet_api_footer.html_tmpl
HTML_EXTRA_STYLESHEET = libnet/doc/libnet_api_stylesheet.css_tmpl
HTML_COLORSTYLE_HUE = 120
HTML_COLORSTYLE_SAT = 50
HTML_COLORSTYLE_GAMMA = 40
CHM_FILE = ../libnet.chm
HHC_LOCATION = "C:\Program Files (x86)\HTML Help Workshop\hhc.exe"
DISABLE_INDEX = YES
SEARCHENGINE = NO
#---------------------------------------------------------------------------
# Configuration options related to the LaTeX output
#---------------------------------------------------------------------------
LATEX_BATCHMODE = YES
#---------------------------------------------------------------------------
# Configuration options related to the RTF output
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the man page output
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the XML output
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the DOCBOOK output
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the Perl module output
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------
PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS
#---------------------------------------------------------------------------
# Configuration options related to external references
#---------------------------------------------------------------------------
PERL_PATH = C:\msys64\usr\bin\perl.exe
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
HAVE_DOT = YES
DOT_MULTI_TARGETS = YES