From 61b0056ec55a8f744ca428a7424739362d2eaaed Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Mon, 12 Nov 2018 09:26:29 +0100 Subject: [PATCH] Doxygen for Save_C64_window() --- src/miscfileformats.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/miscfileformats.c b/src/miscfileformats.c index 7ce2b307..78c0efff 100644 --- a/src/miscfileformats.c +++ b/src/miscfileformats.c @@ -2810,7 +2810,9 @@ void Load_C64(T_IO_Context * context) /** * Display the dialog for C64 save parameters * - * @param save + * @param[in,out] saveFormat one of the C64 mode from @ref c64_format + * @param[in,out] saveWhat 0=All, 1=Only bitmap, 2=Only Screen RAM, 3=Only color RAM + * @param[in,out] loadAddr actual load address/0x2000 or 0 for "None" * @return true to proceed, false to abort */ static int Save_C64_window(enum c64_format *saveFormat, byte *saveWhat, byte *loadAddr)