We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f0c87 commit e366c15Copy full SHA for e366c15
docs/conf.py
@@ -29,6 +29,7 @@
29
# TIP: if using the sphinx-bootstrap-theme, you need
30
# "treeViewIsBootstrap": True,
31
"exhaleExecutesDoxygen": True,
32
+ # "exhaleDoxygenStdin": "INPUT = ../src/serializers/ ../src/ifcgeom",
33
"exhaleUseDoxyfile": True
34
35
}
@@ -37,11 +38,11 @@
37
38
39
# html_theme = 'sphinx_rtd_theme'
40
-# Tell sphinx what the primary language being documented is.
41
-primary_domain = 'cpp'
+# # Tell sphinx what the primary language being documented is.
42
+# primary_domain = 'cpp'
43
-# Tell sphinx what the pygments highlight language should be.
44
-highlight_language = 'cpp'
+# # Tell sphinx what the pygments highlight language should be.
45
+# highlight_language = 'cpp'
46
47
48
0 commit comments