Consistenty use auto-generated namespace comments.
authorUwe Hermann <uwe@hermann-uwe.de>
Wed, 22 Mar 2017 22:34:36 +0000 (23:34 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 23 Mar 2017 18:42:18 +0000 (19:42 +0100)
commit870ea3dbf35b182e120c5d84ab89bf9cb7691232
tree0a3af5f859c2413997b1fb45f83a5f5644ab1c60
parentc063290ac7189bdd15221450f598504f43286b43
Consistenty use auto-generated namespace comments.

This patch was generated using clang-tidy:

  clang-tidy -checks="-*,google-readability-namespace-comments" -fix

Switch to the format used by clang-tidy to allow easy, automatic,
tool-based maintenance / checking of the comments.

This also found a few instances of comments that were out of sync.
56 files changed:
pv/binding/binding.cpp
pv/binding/binding.hpp
pv/binding/decoder.cpp
pv/binding/decoder.hpp
pv/binding/device.cpp
pv/binding/device.hpp
pv/binding/inputoutput.hpp
pv/data/decode/decoder.cpp
pv/data/decode/row.cpp
pv/data/decode/row.hpp
pv/data/decode/rowdata.cpp
pv/data/decode/rowdata.hpp
pv/data/segment.hpp
pv/dialogs/storeprogress.cpp
pv/dialogs/storeprogress.hpp
pv/popups/channels.cpp
pv/popups/channels.hpp
pv/prop/bool.cpp
pv/prop/bool.hpp
pv/prop/double.cpp
pv/prop/double.hpp
pv/prop/enum.cpp
pv/prop/enum.hpp
pv/prop/int.cpp
pv/prop/int.hpp
pv/prop/property.cpp
pv/prop/property.hpp
pv/prop/string.cpp
pv/prop/string.hpp
pv/session.hpp
pv/storesession.cpp
pv/storesession.hpp
pv/views/viewbase.cpp
pv/widgets/colourbutton.cpp
pv/widgets/colourbutton.hpp
pv/widgets/colourpopup.cpp
pv/widgets/colourpopup.hpp
pv/widgets/decodergroupbox.cpp
pv/widgets/decodergroupbox.hpp
pv/widgets/decodermenu.cpp
pv/widgets/decodermenu.hpp
pv/widgets/devicetoolbutton.cpp
pv/widgets/devicetoolbutton.hpp
pv/widgets/exportmenu.cpp
pv/widgets/exportmenu.hpp
pv/widgets/importmenu.cpp
pv/widgets/importmenu.hpp
pv/widgets/popuptoolbutton.cpp
pv/widgets/popuptoolbutton.hpp
pv/widgets/sweeptimingwidget.cpp
pv/widgets/sweeptimingwidget.hpp
pv/widgets/timestampspinbox.cpp
pv/widgets/timestampspinbox.hpp
pv/widgets/wellarray.cpp
pv/widgets/wellarray.hpp
test/util.cpp