]> sigrok.org Git - pulseview.git/commitdiff
Minor whitespace and Doxygen fixes.
authorUwe Hermann <redacted>
Mon, 28 Dec 2015 23:27:10 +0000 (00:27 +0100)
committerUwe Hermann <redacted>
Mon, 28 Dec 2015 23:27:10 +0000 (00:27 +0100)
pv/view/trace.hpp
pv/view/tracetreeitem.hpp
pv/view/tracetreeitemowner.hpp

index 95efb60718df78f02b457f759028759cf39a7507..c9582c61218409616c7119d1cc894f6ae0cecafd 100644 (file)
@@ -109,9 +109,9 @@ public:
 
 protected:
        /**
 
 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);
 
         */
        virtual void paint_back(QPainter &p, const ViewItemPaintParams &pp);
 
index 3632ded2f3fb51553ec402a3126f25165561fdf5..ed0e7e8d9cad521f915803d29ceaadd8184a2a14 100644 (file)
@@ -111,7 +111,7 @@ public:
        QPoint point(const QRect &rect) const;
 
        /**
        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.
         * 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.
index 3e7927a8794a13659764b8801856c90c78ad06e3..6d4b6d19ba733b2e3cf606b479941ad6309b254f 100644 (file)
@@ -100,7 +100,7 @@ public:
        /*
         * Reassigns background color states to all its children, thereby
         * providing them with alternating backgrounds.
        /*
         * 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);
         * @return The next brightness state to use.
         */
        bool reassign_bgcolour_states(bool next_bgcolour_state);