From 5d73886195c0d932e408757dfbd9ac1d2c124108 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 29 Dec 2015 00:27:10 +0100 Subject: [PATCH 1/1] Minor whitespace and Doxygen fixes. --- pv/view/trace.hpp | 6 +++--- pv/view/tracetreeitem.hpp | 2 +- pv/view/tracetreeitemowner.hpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pv/view/trace.hpp b/pv/view/trace.hpp index 95efb607..c9582c61 100644 --- a/pv/view/trace.hpp +++ b/pv/view/trace.hpp @@ -109,9 +109,9 @@ public: protected: /** - * 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.. + * 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. */ virtual void paint_back(QPainter &p, const ViewItemPaintParams &pp); diff --git a/pv/view/tracetreeitem.hpp b/pv/view/tracetreeitem.hpp index 3632ded2..ed0e7e8d 100644 --- a/pv/view/tracetreeitem.hpp +++ b/pv/view/tracetreeitem.hpp @@ -111,7 +111,7 @@ public: QPoint point(const QRect &rect) const; /** - * Sets the new background colour state: false means dark, true means bright. + * Sets the new background colour state: false = dark, true = bright. * This is to allow for alternating backgrounds but has no effect * when coloured background colours are used. * @param state New bg color state to use. diff --git a/pv/view/tracetreeitemowner.hpp b/pv/view/tracetreeitemowner.hpp index 3e7927a8..6d4b6d19 100644 --- a/pv/view/tracetreeitemowner.hpp +++ b/pv/view/tracetreeitemowner.hpp @@ -100,7 +100,7 @@ public: /* * Reassigns background color states to all its children, thereby * providing them with alternating backgrounds. - * @param next_brightness_state First brightness state to use. + * @param next_bgcolour_state First brightness state to use. * @return The next brightness state to use. */ bool reassign_bgcolour_states(bool next_bgcolour_state); -- 2.30.2