diff --git a/doc/Doxyfile b/doc/Doxyfile index 8df3070..bce7dbe 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1473,13 +1473,13 @@ ENABLE_PREPROCESSING = YES # compilation will be performed. Macro expansion can be done in a controlled # way by setting EXPAND_ONLY_PREDEF to YES. -MACRO_EXPANSION = NO +MACRO_EXPANSION = YES # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES # then the macro expansion is limited to the macros specified with the # PREDEFINED and EXPAND_AS_DEFINED tags. -EXPAND_ONLY_PREDEF = YES +EXPAND_ONLY_PREDEF = NO # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files # pointed to by INCLUDE_PATH will be searched when a #include is found. @@ -1511,6 +1511,8 @@ PREDEFINED = GMIO_LIB_EXPORT= \ GMIO_LIBSUPPORT_EXPORT= \ GMIO_LIBSTL_EXPORT= \ GMIO_HAVE_STDINT_H=1 \ + GMIO_C_LINKAGE_BEGIN= \ + GMIO_C_LINKAGE_END= \ DOXYGEN # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then diff --git a/src/gmio_support/occ_libstl.h b/src/gmio_support/occ_libstl.h index 02cffd5..5a52d51 100644 --- a/src/gmio_support/occ_libstl.h +++ b/src/gmio_support/occ_libstl.h @@ -28,7 +28,7 @@ struct gmio_stl_mesh; struct gmio_stl_mesh_creator; -/*! Domain in a StlMesh_Mesh object +/*! Domain in a OpenCascade \c StlMesh_Mesh object * * The domain is indicated with its index within the STL mesh */