From 28c7c584fa18c23d2c9825978d70b7e4f93e128b Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 12 Dec 2023 11:58:00 +0100 Subject: Improve documentation of fl_strdup() and add example of value of fl_mac_os_version. --- FL/fl_string_functions.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'FL/fl_string_functions.h') diff --git a/FL/fl_string_functions.h b/FL/fl_string_functions.h index 2e7d0e995..16e7a5ada 100644 --- a/FL/fl_string_functions.h +++ b/FL/fl_string_functions.h @@ -16,20 +16,20 @@ /** \file fl_string_functions.h - \brief Public header for FLTK's own platform agnostic string handling. + Public header for FLTK's platform-agnostic string handling. */ #ifndef _FL_fl_string_functions_h_ #define _FL_fl_string_functions_h_ #include "Fl_Export.H" -#include "fl_types.h" #ifdef __cplusplus extern "C" { #endif -/** \addtogroup fl_string +/** \defgroup fl_string String handling functions + String handling functions declared in @{ */ @@ -37,8 +37,6 @@ FL_EXPORT char* fl_strdup(const char *s); /** @} */ -/*****************************************************************************/ - #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3