Addying Doxugen annotations for cvtFast.h and freeList.h

This commit is contained in:
Kathryn Baker
2021-04-04 11:21:44 -07:00
committed by Michael Davidsaver
parent 417821ddc0
commit dd09afc4e8
2 changed files with 23 additions and 10 deletions
+10 -8
View File
@@ -7,12 +7,17 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* Fast numeric to string conversions
/**
* \file cvtFast.h
* \author Bob Dalesio, Mark Anderson, Marty Kraimer
*
* Original Authors:
* Bob Dalesio, Mark Anderson and Marty Kraimer
* Date: 12 January 1993
* \brief Fast numeric to string conversions
*
* \details
* Provides routines for converting various numeric types into an ascii string.
* They off a combination of speed and convenience not available with sprintf().
*
* All functions return the number of characters in the output
*/
#ifndef INCcvtFasth
@@ -27,9 +32,6 @@
extern "C" {
#endif
/*
* All functions return the number of characters in the output
*/
LIBCOM_API int
cvtFloatToString(float val, char *pdest, epicsUInt16 prec);
LIBCOM_API int