From bd33bcaa0d2d96673bd6aae71aa653e968ba8ebb Mon Sep 17 00:00:00 2001 From: Leo Terziman Date: Fri, 10 Mar 2017 14:46:28 +0100 Subject: [PATCH] Fixed some formatting --- include/assimp/config.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/assimp/config.h.in b/include/assimp/config.h.in index e1af72b..b896252 100644 --- a/include/assimp/config.h.in +++ b/include/assimp/config.h.in @@ -852,6 +852,7 @@ enum aiComponent */ #define AI_CONFIG_ANDROID_JNI_ASSIMP_MANAGER_SUPPORT "AI_CONFIG_ANDROID_JNI_ASSIMP_MANAGER_SUPPORT" +// --------------------------------------------------------------------------- /** @brief Specifies whether the IFC loader skips over IfcSpace elements. * * IfcSpace elements (and their geometric representations) are used to @@ -876,7 +877,7 @@ enum aiComponent #define AI_CONFIG_IMPORT_IFC_CUSTOM_TRIANGULATION "IMPORT_IFC_CUSTOM_TRIANGULATION" // --------------------------------------------------------------------------- - /** @brief Set the tessellation conic angle for IFC curves. +/** @brief Set the tessellation conic angle for IFC curves. * * This is used by the IFC importer to determine the tessellation parameter * for curves. -- 2.7.4