forked from RobertBeckebans/RBDOOM-3-BFG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docsforge.yaml
38 lines (38 loc) · 991 Bytes
/
docsforge.yaml
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
sidebar:
Brief:
- Introduction: README.md
- License: LICENSE.md
Engine Docs:
- Entity: docs/Entity.md
- Code Style: docs/Style.md
autodocSettings:
Public API:
language: cpp
INPUT: neo/d3xp
EXCLUDE: test tests examples neo/d3xp/gamesys/GameTypeInfo.h neo/d3xp/gamesys/GameTypeInfo.cpp
EXCLUDE_PATTERNS: '*/tests/* */test/*'
includeApi:
- neo/d3xp/Entity.h
- neo/d3xp/Actor.h
- neo/d3xp/gamesys/Class.h
- neo/d3xp/Game.h
excludeApi: []
documentSingleUnderscore: true
documentStatic: true
documentProtected: true
extractNonDocComments: false
extract_namespace_comments: true
sort_by_type: true
sort_alphabetically: true
separate_defines: false
star_mentioned: true
star_list: []
ENABLE_PREPROCESSING: 'YES'
MACRO_EXPANSION: 'NO'
EXPAND_ONLY_PREDEF: 'NO'
PREDEFINED: ''
SEARCH_INCLUDES: 'YES'
INCLUDE_PATH: ''
INCLUDE_FILE_PATTERNS: ''
ALIASES: ''
EXAMPLE_PATH: ''