summaryrefslogtreecommitdiff
path: root/Doxyfile.xyz
blob: d7b1a999eaa078426711c9a5d5a0d9b8fca482ad (plain)
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 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       = 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                  = doc/libnet_api_main_page.md \
                         include/libnet \
                         include/libnet.h
FILE_PATTERNS          = *.h
RECURSIVE              = YES
EXCLUDE                = include/libnet/libnet-headers.h \
                         include/libnet/libnet-types.h \
                         include/libnet/libnet-asn1.h \
                         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            = doc/libnet_api_header.html_tmpl
HTML_FOOTER            = doc/libnet_api_footer.html_tmpl
HTML_EXTRA_STYLESHEET  = 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