From 1eea9e60d042f2580080e7939d776bc866dc4e0e Mon Sep 17 00:00:00 2001 From: Glen Mabey Date: Wed, 22 Mar 2017 23:43:05 +0000 Subject: [PATCH] improve docs for qfloat16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit added a proper \title, \ingroup, and \brief Change-Id: I85ac845d8e5415793e6de02cd653c60e2712faa5 Reviewed-by: Venugopal Shivashankar Reviewed-by: Glen Mabey Reviewed-by: Topi Reiniƶ --- src/corelib/global/qfloat16.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/corelib/global/qfloat16.cpp b/src/corelib/global/qfloat16.cpp index 314a0addd1..89edfc8787 100644 --- a/src/corelib/global/qfloat16.cpp +++ b/src/corelib/global/qfloat16.cpp @@ -41,7 +41,11 @@ QT_BEGIN_NAMESPACE -/*! \headerfile +/*! + \headerfile + \title 16-bit Floating Point Support + \ingroup funclists + \brief The header file provides 16-bit floating point support. This header file provides support for half-precision (16-bit) floating point data with the class \c qfloat16. It is fully compliant with IEEE