From 15489bda1b2c9a4db82965a85634674d5d7f2dbe Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Tue, 24 Mar 2009 01:40:44 +0000 Subject: Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6716 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/filename_setext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filename_setext.cxx') diff --git a/src/filename_setext.cxx b/src/filename_setext.cxx index 28c3ddc22..d922dd3aa 100644 --- a/src/filename_setext.cxx +++ b/src/filename_setext.cxx @@ -33,7 +33,7 @@ #include "flstring.h" /** - Replaces the extension in \a buf of max. size \a buflen with the extension in \a ext. + Replaces the extension in \p buf of max. size \p buflen with the extension in \p ext. \return buf itself for calling convenience. */ char *fl_filename_setext(char *buf, int buflen, const char *ext) { -- cgit v1.2.3