diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2019-09-03 11:10:23 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2019-09-03 11:23:57 -0700 |
commit | 385116a9adb6cb1987ac2c6e6d933610e074b710 (patch) | |
tree | 17db26c7c782874f9692cde1a2eb830de80b41d0 /.gitlab-ci.yml | |
parent | f57a9904c43ef5d726320c77baa91d0c38361ed4 (diff) |
doc: Use /** @} */ to close Doxygen groups
Doxygen looks for the sequence /**, so the existing group closing markers that
use the pattern /*@}*/ are ignored. Use /** @} */ instead.
Fixes a Doxygen warning:
libvdpau/include/vdpau/vdpau.h:4870: warning: end of file while inside a group
libvdpau/include/vdpau/vdpau_x11.h:179: warning: end of file while inside a group
Also fixes an imbalance in the Doxgen generated module list. From
* Core API
* Basic Types
* Miscellaneous Types
* Error Handling
* [etc.]
to
* Core API
* Basic Types
* Miscellaneous Types
* Error Handling
* [etc.]
Diffstat (limited to '.gitlab-ci.yml')
0 files changed, 0 insertions, 0 deletions