From: Uwe Hermann Date: Sun, 8 Nov 2015 18:32:00 +0000 (+0100) Subject: Minor (Doxygen) comment cosmetics. X-Git-Tag: pulseview-0.3.0~43 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=223d0c3748033130e9f11ff9af3dc29661f380e9 Minor (Doxygen) comment cosmetics. --- diff --git a/pv/data/logicsegment.hpp b/pv/data/logicsegment.hpp index 6f19c1cb..c9e85593 100644 --- a/pv/data/logicsegment.hpp +++ b/pv/data/logicsegment.hpp @@ -92,7 +92,7 @@ public: * @param[in] min_length The minimum number of samples that * can be resolved at this level of detail. * @param[in] sig_index The index of the signal. - **/ + */ void get_subsampled_edges(std::vector &edges, uint64_t start, uint64_t end, float min_length, int sig_index); diff --git a/pv/view/analogsignal.hpp b/pv/view/analogsignal.hpp index aa53f9dd..938d92d5 100644 --- a/pv/view/analogsignal.hpp +++ b/pv/view/analogsignal.hpp @@ -79,14 +79,14 @@ public: * Paints the background layer of the signal with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with.. - **/ + */ void paint_back(QPainter &p, const ViewItemPaintParams &pp); /** * Paints the mid-layer of the signal with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with.. - **/ + */ void paint_mid(QPainter &p, const ViewItemPaintParams &pp); private: diff --git a/pv/view/cursorpair.hpp b/pv/view/cursorpair.hpp index 2d47212e..345700fa 100644 --- a/pv/view/cursorpair.hpp +++ b/pv/view/cursorpair.hpp @@ -87,7 +87,7 @@ public: * Paints the background layer of the item with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. - **/ + */ void paint_back(QPainter &p, const ViewItemPaintParams &pp); /** diff --git a/pv/view/decodetrace.hpp b/pv/view/decodetrace.hpp index 49168522..5ec7ee7c 100644 --- a/pv/view/decodetrace.hpp +++ b/pv/view/decodetrace.hpp @@ -100,21 +100,21 @@ public: * Paints the background layer of the trace with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with.. - **/ + */ void paint_back(QPainter &p, const ViewItemPaintParams &pp); /** * Paints the mid-layer of the trace with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. - **/ + */ void paint_mid(QPainter &p, const ViewItemPaintParams &pp); /** * Paints the foreground layer of the trace with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. - **/ + */ void paint_fore(QPainter &p, const ViewItemPaintParams &pp); void populate_popup_form(QWidget *parent, QFormLayout *form); diff --git a/pv/view/logicsignal.hpp b/pv/view/logicsignal.hpp index dfc883f5..d7c4cb64 100644 --- a/pv/view/logicsignal.hpp +++ b/pv/view/logicsignal.hpp @@ -98,21 +98,21 @@ public: * Paints the background layer of the signal with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with.. - **/ + */ void paint_back(QPainter &p, const ViewItemPaintParams &pp); /** * Paints the mid-layer of the signal with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with.. - **/ + */ void paint_mid(QPainter &p, const ViewItemPaintParams &pp); /** * Paints the foreground layer of the signal with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. - **/ + */ virtual void paint_fore(QPainter &p, const ViewItemPaintParams &pp); private: diff --git a/pv/view/signalscalehandle.hpp b/pv/view/signalscalehandle.hpp index a91d6785..9d1ae93d 100644 --- a/pv/view/signalscalehandle.hpp +++ b/pv/view/signalscalehandle.hpp @@ -80,7 +80,7 @@ public: * Paints the foreground layer of the item with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. - **/ + */ void paint_fore(QPainter &p, const ViewItemPaintParams &pp); private: diff --git a/pv/view/timemarker.hpp b/pv/view/timemarker.hpp index 1116eb46..f16fea03 100644 --- a/pv/view/timemarker.hpp +++ b/pv/view/timemarker.hpp @@ -107,7 +107,7 @@ public: * Paints the foreground layer of the item with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. - **/ + */ void paint_fore(QPainter &p, const ViewItemPaintParams &pp); virtual pv::widgets::Popup* create_popup(QWidget *parent); diff --git a/pv/view/triggermarker.hpp b/pv/view/triggermarker.hpp index bb04911c..cbbcb367 100644 --- a/pv/view/triggermarker.hpp +++ b/pv/view/triggermarker.hpp @@ -73,7 +73,7 @@ public: * Paints the foreground layer of the item with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. - **/ + */ void paint_fore(QPainter &p, const ViewItemPaintParams &pp) override; private: diff --git a/pv/view/viewitem.hpp b/pv/view/viewitem.hpp index 16b34cb0..a4eb6aef 100644 --- a/pv/view/viewitem.hpp +++ b/pv/view/viewitem.hpp @@ -69,7 +69,7 @@ public: virtual void select(bool select = true); /** - Returns true if the item may be dragged/moved. + * Returns true if the item may be dragged/moved. */ virtual bool is_draggable() const; @@ -128,21 +128,21 @@ public: * Paints the background layer of the item with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. - **/ + */ virtual void paint_back(QPainter &p, const ViewItemPaintParams &pp); /** * Paints the mid-layer of the item with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. - **/ + */ virtual void paint_mid(QPainter &p, const ViewItemPaintParams &pp); /** * Paints the foreground layer of the item with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. - **/ + */ virtual void paint_fore(QPainter &p, const ViewItemPaintParams &pp); public: