-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
43 lines (38 loc) · 1.6 KB
/
Copy pathDoxyfile
File metadata and controls
43 lines (38 loc) · 1.6 KB
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
# Doxyfile for serpapi-cpp
#
# Generate documentation with:
# doxygen Doxyfile
# Output is written to docs/html (open docs/html/index.html).
#
# This file only lists settings that differ from Doxygen's defaults;
# any option not listed here uses the standard Doxygen default value.
#---------------------------------------------------------------------------
# Project
#---------------------------------------------------------------------------
PROJECT_NAME = "SerpApi C++"
PROJECT_BRIEF = "Official C++ client library for SerpApi"
PROJECT_NUMBER = 0.5.0
OUTPUT_DIRECTORY = docs
#---------------------------------------------------------------------------
# Build
#---------------------------------------------------------------------------
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
RECURSIVE = YES
#---------------------------------------------------------------------------
# Input
#---------------------------------------------------------------------------
INPUT = src README.md
FILE_PATTERNS = *.cpp *.hpp
USE_MDFILE_AS_MAINPAGE = README.md
#---------------------------------------------------------------------------
# Output formats
#---------------------------------------------------------------------------
GENERATE_HTML = YES
GENERATE_LATEX = NO
#---------------------------------------------------------------------------
# Preprocessing / diagrams
#---------------------------------------------------------------------------
HAVE_DOT = NO
CLASS_DIAGRAMS = YES