]> sigrok.org Git - pulseview.git/commitdiff
Minor (Doxygen) comment cosmetics.
authorUwe Hermann <redacted>
Sun, 8 Nov 2015 18:32:00 +0000 (19:32 +0100)
committerUwe Hermann <redacted>
Sun, 8 Nov 2015 18:32:00 +0000 (19:32 +0100)
pv/data/logicsegment.hpp
pv/view/analogsignal.hpp
pv/view/cursorpair.hpp
pv/view/decodetrace.hpp
pv/view/logicsignal.hpp
pv/view/signalscalehandle.hpp
pv/view/timemarker.hpp
pv/view/triggermarker.hpp
pv/view/viewitem.hpp

index 6f19c1cb28e3bb58f65ef712e6112541ae78762b..c9e85593961d2bfbed83ed0797862ec594df0811 100644 (file)
@@ -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<EdgePair> &edges,
                uint64_t start, uint64_t end,
                float min_length, int sig_index);
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:
index 2d47212ef77f1879ff3e7e9b0c761d609b33394c..345700fa3c96c557dd4b36697af4e8091a2906ad 100644 (file)
@@ -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);
 
        /**
index 49168522d23c07c29e69978e8fca39e3ff3fb102..5ec7ee7c5337bd1cdf929f70597c26fe9defa78c 100644 (file)
@@ -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);
index dfc883f505e49ae87e708bb43f1036fed98d5728..d7c4cb645b21eefc446a45acc1aae12228cc06ba 100644 (file)
@@ -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:
index a91d6785bf1eb8c7af19d0ed48bd1f5551fd1547..9d1ae93d96b16790c17970e717e0f94cdd4cd036 100644 (file)
@@ -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:
index 1116eb460d3193987931d6b762cf6a8a229782c3..f16fea03f4c0d8d9e93ca9ce77ac5dd2f5cfd7b2 100644 (file)
@@ -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);
index bb04911c44296978cdceb46260bf332bd524e3bf..cbbcb3671d518673702f81401dadcfd2f367338a 100644 (file)
@@ -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:
index 16b34cb0dc59fb880eed69e92a314ec10a00ce53..a4eb6aef30423a79beefa6fa616357cdb8f3a483 100644 (file)
@@ -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: