diff --git a/source/blender/python/intern/bpy_geometry_set.cc b/source/blender/python/intern/bpy_geometry_set.cc index 26aca036d93..745ef500c4b 100644 --- a/source/blender/python/intern/bpy_geometry_set.cc +++ b/source/blender/python/intern/bpy_geometry_set.cc @@ -2,6 +2,10 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ +/** \file + * \ingroup pythonintern + */ + #include #include "BKE_duplilist.hh" diff --git a/source/blender/python/intern/bpy_geometry_set.hh b/source/blender/python/intern/bpy_geometry_set.hh index 4684215960f..9b43ee9b2f2 100644 --- a/source/blender/python/intern/bpy_geometry_set.hh +++ b/source/blender/python/intern/bpy_geometry_set.hh @@ -2,6 +2,10 @@ * * SPDX-License-Identifier: GPL-2.0-or-later */ +/** \file + * \ingroup pythonintern + */ + #pragma once #include