~vcs-imports/libvdpau/master

Viewing all changes in revision 108.

  • Committer: Aaron Plattner
  • Date: 2019-09-03 18:23:57 UTC
  • Revision ID: git-v1:385116a9adb6cb1987ac2c6e6d933610e074b710
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.]

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: