From 521fab080bf8f7e3392b9f8d3d83a9067fc17914 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 5 Apr 2022 08:00:20 +1000 Subject: Cleanup: use doxygen links to struct members --- source/blender/blenkernel/BKE_main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_main.h') diff --git a/source/blender/blenkernel/BKE_main.h b/source/blender/blenkernel/BKE_main.h index 2c64bb576b7..59b22f7759b 100644 --- a/source/blender/blenkernel/BKE_main.h +++ b/source/blender/blenkernel/BKE_main.h @@ -73,7 +73,7 @@ typedef struct MainIDRelationsEntry { uint tags; } MainIDRelationsEntry; -/* MainIDRelationsEntry.tags */ +/** #MainIDRelationsEntry.tags */ typedef enum eMainIDRelationsEntryTags { /* Generic tag marking the entry as to be processed. */ MAINIDRELATIONS_ENTRY_TAGS_DOIT = 1 << 0, -- cgit v1.2.3