From 4040cb438f8929da6a1c29ba7c9c8288c1f05a5a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 23 Jun 2020 16:38:52 +1000 Subject: Cleanup: use doxy sections for BLI read/write headers Add reference between the read/write functions too. --- source/blender/blenloader/BLO_writefile.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/blender/blenloader/BLO_writefile.h') diff --git a/source/blender/blenloader/BLO_writefile.h b/source/blender/blenloader/BLO_writefile.h index 32cb6633c12..f9eada96308 100644 --- a/source/blender/blenloader/BLO_writefile.h +++ b/source/blender/blenloader/BLO_writefile.h @@ -30,6 +30,12 @@ struct Main; struct MemFile; struct ReportList; +/* -------------------------------------------------------------------- */ +/** \name BLO Write File API + * + * \see #BLO_read_from_file for file reading. + * \{ */ + /** * Adjust paths when saving (kept unless #G_FILE_SAVE_COPY is set). */ @@ -66,4 +72,6 @@ extern bool BLO_write_file_mem(struct Main *mainvar, struct MemFile *current, int write_flags); +/** \} */ + #endif -- cgit v1.2.3