doc: fix doxygen warnings
authorAlexander Stein <alexander.stein@mailbox.org>
Sat, 8 Aug 2020 09:59:40 +0000 (11:59 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 13 Aug 2020 18:29:16 +0000 (20:29 +0200)
commit61c1557aa14f25a9ff5f1a652d73ababc321d73b
tree371532a6af1dea34bb87dd4db135dbffa2c01592
parenta5cc6cc0415fd6d45060faa4fc801eb75420b5b4
doc: fix doxygen warnings

Apparently __<name>__ is not supported for @defgroup commands anymore in
doxygen v1.8.19 (and possibly earlier versions). This results in the
following warning (printed multiple times):

gpiod.h:79: warning: group strong: ignoring title ">high_level</strong> High-level
API" that does not match old title ">common</strong> Common helper macros"

Also the module list is broken.

Fix this my removing the underscores.

Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/cxx/gpiod.hpp
include/gpiod.h