summaryrefslogtreecommitdiffstats
path: root/o3d/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/documentation')
-rw-r--r--o3d/documentation/build.scons2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/documentation/build.scons b/o3d/documentation/build.scons
index 39f325f..339a06f 100644
--- a/o3d/documentation/build.scons
+++ b/o3d/documentation/build.scons
@@ -89,7 +89,7 @@ env["BUILDERS"]["IdlDocs"] = Builder(action=[env.Python(AUTOGEN_ARGS),
doxy_inputs = []
doxy_inputs += env.IdlDocs(
'dummy', LOCAL_IDL_SOURCES,
- IDL_GENERATE='jsheader',
+ IDL_GENERATE='cppheader',
IDL_GENERATE_EXT='h')
def EZTStep(target=None, source=None, env=None):