File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 44 os : " ubuntu-20.04"
55 tools :
66 python : " 3.9"
7-
8- sphinx :
9- configuration : docs/conf.py
7+ jobs :
8+ pre_build :
9+ - doxygen docs/Doxyfile
1010
1111python :
1212 install :
1313 - requirements : docs/requirements.txt
14+
15+ sphinx :
16+ configuration : docs/conf.py
Original file line number Diff line number Diff line change 1- INPUT = ../src/
1+ INPUT = src/
2+ OUTPUT_DIRECTORY = docs/
23
3- GENERATE_HTML = NO
4+ GENERATE_HTML = YES
45GENERATE_LATEX = NO
56GENERATE_XML = YES
67
78INLINE_GROUPED_CLASSES = YES
89INLINE_SIMPLE_STRUCTS = YES
910
1011EXTENSION_MAPPING = tcc=C++
11- FILE_PATTERNS = *.c *.cc *.h *.tcc
12+ FILE_PATTERNS = *.c *.cc *.cpp *. h *.tcc
Original file line number Diff line number Diff line change 88extensions = ['breathe' ]
99breathe_projects = {'doxygen' : 'xml' }
1010breathe_default_project = 'doxygen'
11- breathe_default_members = ('members' )
11+ breathe_default_members = ('members' , )
1212
1313master_doc = 'index'
1414
1515highlight_language = 'none'
16- html_theme = 'sphinx_rtd_theme'
17-
18-
19- call ('doxygen' , shell = True )
You can’t perform that action at this time.
0 commit comments