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 ac42341 commit 74d3756Copy full SHA for 74d3756
1 file changed
fastdds_python/src/swig/fastdds.i
@@ -133,8 +133,10 @@ namespace xtypes {
133
// Failing to do so will issue a warning, but will not stop the compilation.
134
// However, the resulting derived class will **not** be considered as inheriting from the base class
135
136
+#ifndef FASTDDS_DOCS_BUILD
137
%include <fastcdr/config.h>
138
%include "fastcdr/xcdr/optional.i"
139
+#endif
140
141
%include "fastdds/LibrarySettings.i"
142
%include "fastdds/rtps/common/VendorId_t.i"
0 commit comments