Fix -Wdocumentation warning

This commit is contained in:
Alexis La Goutte 2021-04-14 14:01:49 +00:00 committed by AndersBroman
parent 81a055b78c
commit 38d279326a
5 changed files with 5 additions and 7 deletions

View File

@ -1179,7 +1179,7 @@ dissect_zbee_aps_no_endpt:
*@param tvb pointer to buffer containing raw packet.
*@param pinfo pointer to packet information fields
*@param tree pointer to data tree Wireshark uses to display packet.
*@param proto_root pointer to the root of the APS tree
*@param version version of APS
*@param data raw packet private data.
*/
static void dissect_zbee_aps_cmd(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint8 version, void *data)

View File

@ -77,7 +77,7 @@ public:
* Each item must have filled items: src_addr, src_port, dest_addr,
* dest_port, ssrc, packet_count, setup_frame_number, and start_rel_time.
*
* @param rtpstream struct with rtpstream info
* @param stream_infos struct with rtpstream info
*/
void replaceRtpStreams(QVector<rtpstream_info_t *> stream_infos);
void addRtpStreams(QVector<rtpstream_info_t *> stream_infos);

View File

@ -5456,7 +5456,7 @@ void QCPLineEnding::draw(QCPPainter *painter, const QCPVector2D &pos, double ang
//////////////////// QCPLabelPainterPrivate
////////////////////////////////////////////////////////////////////////////////////////////////////
/*! \class QCPLabelPainterPrivate
/*! QCPLabelPainterPrivate
\internal
\brief (Private)
@ -15208,7 +15208,6 @@ void QCustomPlot::rescaleAxes(bool onlyVisiblePlottables)
Returns true on success.
\warning
\li If you plan on editing the exported PDF file with a vector graphics editor like Inkscape, it
is advised to set \a exportPen to \ref QCP::epNoCosmetic to avoid losing those cosmetic lines
(which might be quite many, because cosmetic pens are the default for e.g. axes and tick marks).
@ -34316,7 +34315,7 @@ void QCPPolarGrid::drawAngularGrid(QCPPainter *painter, const QPointF &center, d
//////////////////// QCPPolarLegendItem
////////////////////////////////////////////////////////////////////////////////////////////////////
/*! \class QCPPolarLegendItem
/*! QCPPolarLegendItem
\brief A legend item for polar plots
\warning In this QCustomPlot version, polar plots are a tech preview. Expect documentation and

View File

@ -48,7 +48,6 @@ static const guint16 crc11_table_307_noreflect_noxor[256] = {
/**
* Update the crc value with new data.
*
* \param crc The current crc value.
* \param data Pointer to a buffer of \a data_len bytes.
* \param data_len Number of bytes in the \a data buffer.
* \return The updated crc value.

View File

@ -22,7 +22,7 @@
* @param pfx [in] A prefix for the temporary file.
* @param sfx [in] A file extension for the temporary file. NULL can be passed
* if no file extension is needed
* @param sfx [out] Any error returned by g_file_open_tmp. May be NULL.
* @param err [out] Any error returned by g_file_open_tmp. May be NULL
* @return The file descriptor of the new tempfile, from mkstemps().
*/
int