From 6aaab772e878eb7605f2fa5d1b07b1ada1af1f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 21 Aug 2020 10:57:48 +0200 Subject: text: move misplaced text_save documentation snippet --- text.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'text.h') diff --git a/text.h b/text.h index 64795ee..a5816eb 100644 --- a/text.h +++ b/text.h @@ -339,15 +339,15 @@ enum TextSaveMethod { /** * Save the whole text to the given file name. - */ -bool text_save(Text*, const char *filename); -/** - * Save the whole text to the given file name, using the specified method. * * @rst * .. note:: Equivalent to ``text_save_method(filename, TEXT_SAVE_AUTO)``. * @endrst */ +bool text_save(Text*, const char *filename); +/** + * Save the whole text to the given file name, using the specified method. + */ bool text_save_method(Text*, const char *filename, enum TextSaveMethod); /** -- cgit v1.2.3