-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpoxy.toml
56 lines (45 loc) · 1.48 KB
/
poxy.toml
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
# this is a config file for Poxy - a Doxygen + m.css front-end written in Python.
# https://github.com/marzer/poxy
name = 'glpp'
author = 'Fabian Jung'
description = 'An OpenGL Wrapper library for modern C++.'
cpp = 20
github = 'fabian-jung/glpp'
private_repo = false
license = [ 'MIT', 'https://github.com/fabian-jung/glpp/blob/master/LICENSE' ]
show_includes = false
logo = 'doc/images/favicon-dark.svg'
favicon = 'doc/images/favicon.svg'
navbar = [ 'namespaces', 'classes' ]
theme = 'dark'
# extra_files = [
# 'images/banner_small.png',
# 'images/badge-awesome.svg',
# 'images/badge-TOML.svg',
# 'images/badge-C++20.svg'
#]
generate_tagfile = true
[warnings]
enabled = true
treat_as_errors = true
undocumented = true
[sources]
paths = [ 'doc/pages' ]
recursive_paths = [ 'modules', 'doc/modules' ]
patterns = [ '*.h', '*.hpp', '*.dox' ]
# strip_paths = [ '../include' ]
[images]
paths = [ 'doc/images' ]
# [macros]
# [meta_tags]
# [code_blocks]
[badges]
'1. C++20' = [
'badge-C++20.svg',
'https://en.cppreference.com/w/cpp/compiler_support'
]
'2. Github Actions' = [
'https://img.shields.io/github/workflow/status/fabian-jung/glpp/Ubuntu%20Platform%20Test/master?label=build&logo=Github%20Actions&logoColor=%23ffffff',
'https://github.com/fabian-jung/glpp/actions'
]
# [autolinks]