]> sigrok.org Git - pulseview.git/blobdiff - pv/view/analogsignal.hpp
Minor (Doxygen) comment cosmetics.
[pulseview.git] / pv / view / analogsignal.hpp
index aa53f9ddb25ab49c500a93c56f6c4660c879eab5..938d92d5b5c8d7e086fcef406ab66403fbc37b63 100644 (file)
@@ -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: