[PATCH] Move licence header to top of file

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Feb 20 08:29:01 UTC 2020


---
 bsps/arm/include/bsp/zynq-uart-regs.h                   | 12 ++++++------
 bsps/arm/include/bsp/zynq-uart.h                        | 12 ++++++------
 bsps/arm/lpc24xx/i2c/i2c.c                              | 12 ++++++------
 bsps/arm/lpc24xx/include/bsp/i2c.h                      | 12 ++++++------
 bsps/arm/lpc24xx/include/bsp/ssp.h                      | 12 ++++++------
 bsps/arm/lpc24xx/spi/ssp.c                              | 12 ++++++------
 bsps/arm/xen/include/bsp.h                              | 16 ++++++++--------
 bsps/arm/xilinx-zynq/include/bsp.h                      | 12 ++++++------
 bsps/arm/xilinx-zynq/include/bsp/irq.h                  | 12 ++++++------
 bsps/arm/xilinx-zynq/include/tm27.h                     | 12 ++++++------
 bsps/arm/xilinx-zynqmp/include/bsp.h                    | 12 ++++++------
 bsps/arm/xilinx-zynqmp/include/bsp/irq.h                | 12 ++++++------
 bsps/arm/xilinx-zynqmp/include/tm27.h                   | 12 ++++++------
 bsps/include/bsp/irq-default.h                          | 12 ++++++------
 bsps/shared/irq/irq-default.c                           | 12 ++++++------
 cpukit/include/rtems/score/memory.h                     | 16 ++++++++--------
 cpukit/posix/src/key.c                                  | 16 ++++++++--------
 cpukit/posix/src/mqueue.c                               | 16 ++++++++--------
 cpukit/posix/src/psxsemaphore.c                         | 16 ++++++++--------
 cpukit/posix/src/ptimer.c                               | 16 ++++++++--------
 cpukit/posix/src/shm.c                                  | 16 ++++++++--------
 cpukit/rtems/src/barrier.c                              | 16 ++++++++--------
 cpukit/rtems/src/dpmem.c                                | 16 ++++++++--------
 cpukit/rtems/src/msg.c                                  | 16 ++++++++--------
 cpukit/rtems/src/part.c                                 | 16 ++++++++--------
 cpukit/rtems/src/ratemon.c                              | 16 ++++++++--------
 cpukit/rtems/src/region.c                               | 16 ++++++++--------
 cpukit/rtems/src/rtemstimer.c                           | 16 ++++++++--------
 cpukit/rtems/src/sem.c                                  | 16 ++++++++--------
 cpukit/sapi/src/extension.c                             | 16 ++++++++--------
 cpukit/score/src/objectallocate.c                       | 16 ++++++++--------
 cpukit/score/src/objectallocatenone.c                   | 12 ++++++------
 cpukit/score/src/objectallocatestatic.c                 | 12 ++++++------
 cpukit/score/src/objectallocateunlimited.c              | 12 ++++++------
 cpukit/score/src/objectfreestatic.c                     | 12 ++++++------
 cpukit/score/src/threadallocateunlimited.c              | 12 ++++++------
 testsuites/psxtests/psxfenv01/init.c                    | 10 +++++-----
 testsuites/psxtests/psxhdrs/assert/assert.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/call_once.c     | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/cnd_broadcast.c | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/cnd_destroy.c   | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/cnd_init.c      | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/cnd_signal.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/cnd_timedwait.c | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/cnd_wait.c      | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/mtx_destroy.c   | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/mtx_init.c      | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/mtx_lock.c      | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/mtx_timedlock.c | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/mtx_trylock.c   | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/mtx_unlock.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/thrd_create.c   | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/thrd_current.c  | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/thrd_detach.c   | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/thrd_equal.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/thrd_exit.c     | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/thrd_join.c     | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/thrd_sleep.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/thrd_yield.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/tss_create.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/tss_delete.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/tss_get.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/threads/tss_set.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/uchar/c16rtomb.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/uchar/c32rtomb.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc16.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc32.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cabs.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cabsf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cabsl.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cacos.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cacosf.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cacosh.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cacoshf.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cacoshl.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cacosl.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/carg.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cargf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cargl.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/casin.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/casinf.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/casinh.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/casinhf.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/casinhl.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/casinl.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/catan.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/catanf.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/catanh.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/catanhf.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/catanhl.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/catanl.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/ccos.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/ccosf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/ccosh.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/ccoshf.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/ccoshl.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/ccosl.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cexp.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cexpf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cexpl.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cimag.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cimagf.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cimagl.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/clog.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/clogf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/clogl.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/conj.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/conjf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/conjl.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cpow.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cpowf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cpowl.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cproj.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cprojf.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/cprojl.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/creal.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/crealf.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/creall.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/csin.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/csinf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/csinh.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/csinhf.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/csinhl.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/csinl.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/csqrt.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/csqrtf.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/csqrtl.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/ctan.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/ctanf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/ctanh.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/ctanhf.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/ctanhl.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/complex/ctanl.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isalnum.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isalnum_l.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isalpha.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isalpha_l.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isascii.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isblank.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isblank_l.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/iscntrl.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/iscntrl_l.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isdigit.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isdigit_l.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isgraph.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isgraph_l.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/islower.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/islower_l.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isprint.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isprint_l.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/ispunct.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/ispunct_l.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isspace.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isspace_l.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isupper_l.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isxdigit.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/isxdigit_l.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/toascii.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/tolower.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/tolower_l.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/toupper.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/ctype/toupper_l.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/dirent/alphasort.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/dirent/closedir.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/dirent/dirfd.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/dirent/fdopendir.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/dirent/opendir.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/dirent/readdir.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/dirent/readdir_r.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/dirent/rewinddir.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/dirent/scandir.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/dirent/seekdir.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/dirent/telldir.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/dlfcn/dlclose.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/dlfcn/dlerror.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/dlfcn/dlopen.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/dlfcn/dlsym.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/errno/errno.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/fmtmsg/fmtmsg.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/fnmatch/fnmatch.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/ftw/ftw.c                   | 10 +++++-----
 testsuites/psxtests/psxhdrs/ftw/nftw.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/iconv/iconv.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/iconv/iconv_close.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/iconv/iconv_open.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/inttypes/imaxabs.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/inttypes/imaxdiv.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/inttypes/strtoimax.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/inttypes/strtoumax.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/inttypes/wcstoimax.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/inttypes/wcstoumax.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/langinfo/nl_langinfo.c      | 10 +++++-----
 testsuites/psxtests/psxhdrs/langinfo/nl_langinfo_l.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/libgen/basename.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/libgen/dirname.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/locale/duplocale.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/locale/freelocale.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/locale/localeconv.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/locale/newlocale.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/locale/setlocale.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/locale/uselocale.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/acos.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/acosf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/acosh.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/acoshf.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/acoshl.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/acosl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/asin.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/asinf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/asinh.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/asinhf.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/asinhl.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/asinl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/atan.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/atan2.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/atan2f.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/atan2l.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/atanf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/atanh.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/atanhf.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/atanhl.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/atanl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/cbrt.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/cbrtf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/cbrtl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/ceil.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/ceilf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/ceill.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/copysign.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/copysignf.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/copysignl.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/cos.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/cosf.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/cosh.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/coshf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/coshl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/cosl.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/erf.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/erfc.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/erfcf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/erfcl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/erff.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/erfl.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/exp.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/exp2.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/exp2f.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/exp2l.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/expf.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/expl.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/expm1.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/expm1f.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/expm1l.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fabs.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fabsf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fabsl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fdim.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fdimf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fdiml.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/floor.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/floorf.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/floorl.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fma.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fmaf.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fmal.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fmax.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fmaxf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fmaxl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fmin.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fminf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fminl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fmod.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fmodf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fmodl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/fpclassify.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/frexp.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/frexpf.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/frexpl.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/hypot.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/hypotf.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/hypotl.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/ilogb.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/ilogbf.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/ilogbl.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/isfinite.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/isgreater.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/isgreaterequal.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/isinf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/isless.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/islessequal.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/islessgreater.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/isnan.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/isnormal.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/isunordered.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/ldexp.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/ldexpf.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/ldexpl.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/lgamma.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/lgammaf.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/lgammal.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/llrint.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/llrintf.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/llrintl.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/llround.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/llroundf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/llroundl.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/log.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/log10.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/log10f.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/log10l.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/log1p.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/log1pf.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/log1pl.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/log2.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/log2f.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/log2l.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/logb.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/logbf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/logbl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/logf.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/logl.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/lrint.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/lrintf.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/lrintl.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/lround.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/lroundf.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/lroundl.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/modf.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/modff.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/modfl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/nan.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/nanf.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/nanl.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/nearbyint.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/nearbyintf.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/nearbyintl.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/nextafter.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/nextafterf.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/nextafterl.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/nexttoward.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/nexttowardf.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/nexttowardl.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/pow.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/powf.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/powl.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/remainder.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/remainderf.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/remainderl.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/remquo.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/remquof.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/remquol.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/rint.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/rintf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/rintl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/round.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/roundf.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/roundl.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/scalbln.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/scalblnf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/scalblnl.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/scalbn.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/scalbnf.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/scalbnl.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/signbit.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/sin.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/sinf.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/sinh.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/sinhf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/sinhl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/sinl.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/sqrt.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/sqrtf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/sqrtl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/tan.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/tanf.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/tanh.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/tanhf.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/tanhl.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/tanl.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/tgamma.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/tgammaf.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/tgammal.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/trunc.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/truncf.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/truncl.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/y0.c                   | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/y0f.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/y0l.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/y1.c                   | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/y1f.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/y1l.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/yn.c                   | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/ynf.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/math/ynl.c                  | 10 +++++-----
 testsuites/psxtests/psxhdrs/monetary/strfmon.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/monetary/strfmon_l.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/mqueue/mq_close.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/mqueue/mq_getattr.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/mqueue/mq_notify.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/mqueue/mq_open.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/mqueue/mq_receive.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/mqueue/mq_send.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/mqueue/mq_setattr.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/mqueue/mq_timedreceive.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/mqueue/mq_timedsend.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/mqueue/mq_unlink.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/endhostent.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/endnetent.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/endprotoent.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/endservent.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/gai_strerror.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/gethostbyname.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/gethostent.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/getnameinfo.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/getnetbyname.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/getnetent.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/getprotobyname.c      | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/getprotoent.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/getservbyname.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/getservbyport.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/getservent.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/h_errno.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/sethostent.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/setnetent.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/setprotoent.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/netdb/setservent.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/poll/poll.c                 | 10 +++++-----
 testsuites/psxtests/psxhdrs/pwd/endpwent.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/pwd/getpwent.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/pwd/getpwnam.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/pwd/getpwnam_r.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/pwd/getpwuid.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/pwd/getpwuid_r.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/pwd/setpwent.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/regex/regcomp.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/regex/regerror.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/regex/regexec.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/regex/regfree.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/semaphore/sem_close.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/semaphore/sem_destroy.c     | 10 +++++-----
 testsuites/psxtests/psxhdrs/semaphore/sem_getvalue.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/semaphore/sem_init.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/semaphore/sem_open.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/semaphore/sem_post.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/semaphore/sem_timedwait.c   | 10 +++++-----
 testsuites/psxtests/psxhdrs/semaphore/sem_trywait.c     | 10 +++++-----
 testsuites/psxtests/psxhdrs/semaphore/sem_unlink.c      | 10 +++++-----
 testsuites/psxtests/psxhdrs/semaphore/sem_wait.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/stddef/offsetof.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/clearerr.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/ctermid.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/dprintf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fclose.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fdopen.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/feof.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/ferror.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fflush.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fgetc.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fgetpos.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fgets.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fileno.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/flockfile.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fmemopen.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fopen.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fprintf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fputc.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fputs.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fread.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/freopen.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fscanf.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fseek.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fseeko.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fsetpos.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/ftell.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/ftello.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/ftrylockfile.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/funlockfile.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/fwrite.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/getc.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/getc_unlocked.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/getchar.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/getchar_unlocked.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/getdelim.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/getline.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/gets.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/open_memstream.c      | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/pclose.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/perror.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/popen.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/printf.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/putc.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/putc_unlocked.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/putchar.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/putchar_unlocked.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/puts.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/remove.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/rename.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/renameat.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/rewind.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/scanf.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/setbuf.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/setvbuf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/snprintf.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/sprintf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/sscanf.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/stderr.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/stdin.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/stdout.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/tempnam.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/tmpfile.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/tmpnam.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/ungetc.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/vdprintf.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/vfprintf.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/vfscanf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/vprintf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/vscanf.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/vsnprintf.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/vsprintf.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdio/vsscanf.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/_Exit.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/a64l.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/abort.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/abs.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/atexit.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/atof.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/atoi.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/atol.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/atoll.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/bsearch.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/calloc.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/div.c                | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/drand48.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/erand48.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/exit.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/free.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/getenv.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/getsubopt.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/grantpt.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/initstate.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/jrand48.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/l64a.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/labs.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/lcong48.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/ldiv.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/llabs.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/lrand48.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/mblen.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/mbstowcs.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/mbtowc.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/mkdtemp.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/mkstemp.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/mrand48.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/nrand48.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/posix_memalign.c     | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/posix_openpt.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/ptsname.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/putenv.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/qsort.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/rand.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/rand_r.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/random.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/realloc.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/realpath.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/seed48.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/setenv.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/setkey.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/setstate.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/srand.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/srand48.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/srandom.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/strtod.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/strtof.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/strtol.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/strtold.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/strtoll.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/strtoul.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/strtoull.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/system.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/unlockpt.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/unsetenv.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/wcstombs.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/stdlib/wctomb.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/memccpy.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/memchr.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/memcmp.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/memcpy.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/memmove.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/memset.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/stpcpy.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/stpncpy.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strcat.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strchr.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strcmp.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strcoll.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strcoll_l.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strcpy.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strcspn.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strdup.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strerror.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strerror_l.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strerror_r.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strlen.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strncat.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strncmp.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strncpy.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strndup.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strnlen.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strpbrk.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strrchr.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strsignal.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strspn.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strstr.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strtok.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strtok_r.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strxfrm.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/string/strxfrm_l.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/strings/bcmp.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/strings/bcopy.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/strings/ffs.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/strings/index.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/strings/rindex.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/strings/strcasecmp.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/strings/strcasecmp_l.c      | 10 +++++-----
 testsuites/psxtests/psxhdrs/strings/strncasecmp.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/strings/strncasecmp_l.c     | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/ipc/ftok.c              | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/resource/getpriority.c  | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/resource/getrlimit.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/resource/getrusage.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/resource/setpriority.c  | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/resource/setrlimit.c    | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/select/FD_CLR.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/select/FD_ISSET.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/select/FD_SET.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/select/FD_ZERO.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/select/pselect.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/select/select.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/chmod.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/fchmod.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/fchmodat.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/fstat.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/fstatat.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/futimens.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/lstat.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/mkdir.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/mkdirat.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/mkfifo.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/mkfifoat.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/mknod.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/mknodat.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/stat.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/umask.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/stat/utimensat.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/times/times.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/sys/utsname/uname.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/termios/cfgetispeed.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/termios/cfgetospeed.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/termios/cfsetispeed.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/termios/cfsetospeed.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/termios/tcdrain.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/termios/tcflow.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/termios/tcflush.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/termios/tcgetattr.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/termios/tcgetsid.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/termios/tcsendbreak.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/termios/tcsetattr.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/ucontext/getcontext.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/ucontext/makecontext.c      | 10 +++++-----
 testsuites/psxtests/psxhdrs/ucontext/setcontext.c       | 10 +++++-----
 testsuites/psxtests/psxhdrs/ucontext/swapcontext.c      | 10 +++++-----
 testsuites/psxtests/psxhdrs/ulimit/ulimit.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/utime/utime.c               | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswalnum.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswalnum_l.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswalpha.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswalpha_l.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswblank.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswblank_l.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswcntrl.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswcntrl_l.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswctype.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswctype_l.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswdigit.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswdigit_l.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswgraph.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswgraph_l.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswlower.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswlower_l.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswprint.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswprint_l.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswpunct.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswpunct_l.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswspace.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswspace_l.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswupper.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswupper_l.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswxdigit.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/iswxdigit_l.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/towctrans.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/towctrans_l.c        | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/towlower.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/towlower_l.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/towupper.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/towupper_l.c         | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/wctrans.c            | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/wctrans_l.c          | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/wctype.c             | 10 +++++-----
 testsuites/psxtests/psxhdrs/wctype/wctype_l.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wordexp/wordexp.c           | 10 +++++-----
 testsuites/psxtests/psxhdrs/wordexp/wordfree.c          | 10 +++++-----
 testsuites/psxtests/psxinttypes01/init.c                | 10 +++++-----
 testsuites/psxtests/psxndbm01/init.c                    | 10 +++++-----
 717 files changed, 3655 insertions(+), 3655 deletions(-)

diff --git a/bsps/arm/include/bsp/zynq-uart-regs.h b/bsps/arm/include/bsp/zynq-uart-regs.h
index 8b6e7d513b..28395c815f 100644
--- a/bsps/arm/include/bsp/zynq-uart-regs.h
+++ b/bsps/arm/include/bsp/zynq-uart-regs.h
@@ -1,9 +1,3 @@
-/**
- * @file
- * @ingroup zynq_uart_regs
- * @brief UART register definitions.
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ * @ingroup zynq_uart_regs
+ * @brief UART register definitions.
+ */
+
 /**
  * @defgroup zynq_uart_regs UART Register Definitions
  * @ingroup zynq_uart
diff --git a/bsps/arm/include/bsp/zynq-uart.h b/bsps/arm/include/bsp/zynq-uart.h
index 20c3c9b653..2db5eb9e45 100644
--- a/bsps/arm/include/bsp/zynq-uart.h
+++ b/bsps/arm/include/bsp/zynq-uart.h
@@ -1,9 +1,3 @@
-/**
- * @file
- * @ingroup zynq_uart
- * @brief UART support.
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ * @ingroup zynq_uart
+ * @brief UART support.
+ */
+
 #ifndef LIBBSP_ARM_XILINX_ZYNQ_UART_H
 #define LIBBSP_ARM_XILINX_ZYNQ_UART_H
 
diff --git a/bsps/arm/lpc24xx/i2c/i2c.c b/bsps/arm/lpc24xx/i2c/i2c.c
index 98fe0832d5..2bc61a205d 100644
--- a/bsps/arm/lpc24xx/i2c/i2c.c
+++ b/bsps/arm/lpc24xx/i2c/i2c.c
@@ -1,9 +1,3 @@
-/**
- * @file
- *
- * @ingroup RTEMSBSPsARMLPC24XXI2C
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsARMLPC24XXI2C
+ */
+
 #include <bsp/i2c.h>
 #include <bsp.h>
 #include <bsp/io.h>
diff --git a/bsps/arm/lpc24xx/include/bsp/i2c.h b/bsps/arm/lpc24xx/include/bsp/i2c.h
index 9c3566cd86..516a8e7f21 100644
--- a/bsps/arm/lpc24xx/include/bsp/i2c.h
+++ b/bsps/arm/lpc24xx/include/bsp/i2c.h
@@ -1,9 +1,3 @@
-/**
- * @file
- *
- * @ingroup RTEMSBSPsARMLPC24XXI2C
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsARMLPC24XXI2C
+ */
+
 #ifndef LIBBSP_ARM_LPC24XX_I2C_H
 #define LIBBSP_ARM_LPC24XX_I2C_H
 
diff --git a/bsps/arm/lpc24xx/include/bsp/ssp.h b/bsps/arm/lpc24xx/include/bsp/ssp.h
index b8c870df00..9268b20aeb 100644
--- a/bsps/arm/lpc24xx/include/bsp/ssp.h
+++ b/bsps/arm/lpc24xx/include/bsp/ssp.h
@@ -1,9 +1,3 @@
-/**
- * @file
- *
- * @ingroup RTEMSBSPsARMLPC24XXSSP
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsARMLPC24XXSSP
+ */
+
 #ifndef LIBBSP_ARM_LPC24XX_SSP_H
 #define LIBBSP_ARM_LPC24XX_SSP_H
 
diff --git a/bsps/arm/lpc24xx/spi/ssp.c b/bsps/arm/lpc24xx/spi/ssp.c
index 59fbf509db..68a5d4e339 100644
--- a/bsps/arm/lpc24xx/spi/ssp.c
+++ b/bsps/arm/lpc24xx/spi/ssp.c
@@ -1,9 +1,3 @@
-/**
- * @file
- *
- * @ingroup RTEMSBSPsARMLPC24XXSSP
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsARMLPC24XXSSP
+ */
+
 #include <bsp/ssp.h>
 #include <bsp.h>
 #include <bsp/io.h>
diff --git a/bsps/arm/xen/include/bsp.h b/bsps/arm/xen/include/bsp.h
index e5b23a902e..a1fce134d6 100644
--- a/bsps/arm/xen/include/bsp.h
+++ b/bsps/arm/xen/include/bsp.h
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup RTEMSBSPsARMxen
- *
- * @brief Global BSP definitions.
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -34,6 +26,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsARMxen
+ *
+ * @brief Global BSP definitions.
+ */
+
 #ifndef LIBBSP_ARM_XEN_BSP_H
 #define LIBBSP_ARM_XEN_BSP_H
 
diff --git a/bsps/arm/xilinx-zynq/include/bsp.h b/bsps/arm/xilinx-zynq/include/bsp.h
index 6c2759ce50..a52d894dbd 100644
--- a/bsps/arm/xilinx-zynq/include/bsp.h
+++ b/bsps/arm/xilinx-zynq/include/bsp.h
@@ -1,9 +1,3 @@
-/**
- * @file
- * @ingroup RTEMSBSPsARMZynq
- * @brief Global BSP definitions.
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ * @ingroup RTEMSBSPsARMZynq
+ * @brief Global BSP definitions.
+ */
+
 #ifndef LIBBSP_ARM_XILINX_ZYNQ_BSP_H
 #define LIBBSP_ARM_XILINX_ZYNQ_BSP_H
 
diff --git a/bsps/arm/xilinx-zynq/include/bsp/irq.h b/bsps/arm/xilinx-zynq/include/bsp/irq.h
index edea29b7df..d865d495bc 100644
--- a/bsps/arm/xilinx-zynq/include/bsp/irq.h
+++ b/bsps/arm/xilinx-zynq/include/bsp/irq.h
@@ -1,9 +1,3 @@
-/**
- * @file
- * @ingroup zynq_interrupt
- * @brief Interrupt definitions.
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ * @ingroup zynq_interrupt
+ * @brief Interrupt definitions.
+ */
+
 #ifndef LIBBSP_ARM_XILINX_ZYNQ_IRQ_H
 #define LIBBSP_ARM_XILINX_ZYNQ_IRQ_H
 
diff --git a/bsps/arm/xilinx-zynq/include/tm27.h b/bsps/arm/xilinx-zynq/include/tm27.h
index 885b97a30c..7570d1be1e 100644
--- a/bsps/arm/xilinx-zynq/include/tm27.h
+++ b/bsps/arm/xilinx-zynq/include/tm27.h
@@ -1,9 +1,3 @@
-/**
- * @file
- * @ingroup zynq_tm27
- * @brief Interrupt mechanisms for tm27 test.
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ * @ingroup zynq_tm27
+ * @brief Interrupt mechanisms for tm27 test.
+ */
+
 #ifndef _RTEMS_TMTEST27
 #error "This is an RTEMS internal file you must not include directly."
 #endif
diff --git a/bsps/arm/xilinx-zynqmp/include/bsp.h b/bsps/arm/xilinx-zynqmp/include/bsp.h
index 92f4d04421..da1ea11505 100644
--- a/bsps/arm/xilinx-zynqmp/include/bsp.h
+++ b/bsps/arm/xilinx-zynqmp/include/bsp.h
@@ -1,9 +1,3 @@
-/**
- * @file
- * @ingroup RTEMSBSPsARMZynqMP
- * @brief Global BSP definitions.
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -36,6 +30,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ * @ingroup RTEMSBSPsARMZynqMP
+ * @brief Global BSP definitions.
+ */
+
 #ifndef LIBBSP_ARM_XILINX_ZYNQMP_BSP_H
 #define LIBBSP_ARM_XILINX_ZYNQMP_BSP_H
 
diff --git a/bsps/arm/xilinx-zynqmp/include/bsp/irq.h b/bsps/arm/xilinx-zynqmp/include/bsp/irq.h
index 73567da011..eaa8691724 100644
--- a/bsps/arm/xilinx-zynqmp/include/bsp/irq.h
+++ b/bsps/arm/xilinx-zynqmp/include/bsp/irq.h
@@ -1,9 +1,3 @@
-/**
- * @file
- * @ingroup zynqmp_interrupt
- * @brief Interrupt definitions.
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -36,6 +30,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ * @ingroup zynqmp_interrupt
+ * @brief Interrupt definitions.
+ */
+
 #ifndef LIBBSP_ARM_XILINX_ZYNQMP_IRQ_H
 #define LIBBSP_ARM_XILINX_ZYNQMP_IRQ_H
 
diff --git a/bsps/arm/xilinx-zynqmp/include/tm27.h b/bsps/arm/xilinx-zynqmp/include/tm27.h
index 0f02a3b195..389c72e699 100644
--- a/bsps/arm/xilinx-zynqmp/include/tm27.h
+++ b/bsps/arm/xilinx-zynqmp/include/tm27.h
@@ -1,9 +1,3 @@
-/**
- * @file
- * @ingroup zynqmp_tm27
- * @brief Interrupt mechanisms for tm27 test.
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -36,6 +30,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ * @ingroup zynqmp_tm27
+ * @brief Interrupt mechanisms for tm27 test.
+ */
+
 #ifndef _RTEMS_TMTEST27
 #error "This is an RTEMS internal file you must not include directly."
 #endif
diff --git a/bsps/include/bsp/irq-default.h b/bsps/include/bsp/irq-default.h
index a94e045e0d..baa6cd60bd 100644
--- a/bsps/include/bsp/irq-default.h
+++ b/bsps/include/bsp/irq-default.h
@@ -1,9 +1,3 @@
-/**
- * @file
- *
- * @ingroup RTEMSBSPsShared
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsShared
+ */
+
 #ifndef LIBBSP_SHARED_IRQ_DEFAULT_H
 #define LIBBSP_SHARED_IRQ_DEFAULT_H
 
diff --git a/bsps/shared/irq/irq-default.c b/bsps/shared/irq/irq-default.c
index 9295f1fb44..ca52a6eea0 100644
--- a/bsps/shared/irq/irq-default.c
+++ b/bsps/shared/irq/irq-default.c
@@ -1,9 +1,3 @@
-/**
- * @file
- *
- * @ingroup RTEMSBSPsShared
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsShared
+ */
+
 #include <bsp/irq-generic.h>
 
 void bsp_interrupt_vector_enable(rtems_vector_number vector)
diff --git a/cpukit/include/rtems/score/memory.h b/cpukit/include/rtems/score/memory.h
index 440a59c793..4d9132a7c7 100644
--- a/cpukit/include/rtems/score/memory.h
+++ b/cpukit/include/rtems/score/memory.h
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup RTEMSScoreMemory
- *
- * @brief Memory Handler API
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreMemory
+ *
+ * @brief Memory Handler API
+ */
+
 #ifndef _RTEMS_SCORE_MEMORY_H
 #define _RTEMS_SCORE_MEMORY_H
 
diff --git a/cpukit/posix/src/key.c b/cpukit/posix/src/key.c
index 0309a26da5..05859fd216 100644
--- a/cpukit/posix/src/key.c
+++ b/cpukit/posix/src/key.c
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup POSIX_KEY
- *
- * @brief POSIX Keys Information with Zero Objects
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup POSIX_KEY
+ *
+ * @brief POSIX Keys Information with Zero Objects
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/posix/src/mqueue.c b/cpukit/posix/src/mqueue.c
index 21c5feb8be..3ea71309f3 100644
--- a/cpukit/posix/src/mqueue.c
+++ b/cpukit/posix/src/mqueue.c
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup POSIX_MQUEUE_P
- *
- * @brief POSIX Message Queue Information with Zero Objects
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup POSIX_MQUEUE_P
+ *
+ * @brief POSIX Message Queue Information with Zero Objects
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/posix/src/psxsemaphore.c b/cpukit/posix/src/psxsemaphore.c
index 952587a19f..b4a493106f 100644
--- a/cpukit/posix/src/psxsemaphore.c
+++ b/cpukit/posix/src/psxsemaphore.c
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup POSIXSemaphorePrivate
- *
- * @brief POSIX Semaphore Information with Zero Objects
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup POSIXSemaphorePrivate
+ *
+ * @brief POSIX Semaphore Information with Zero Objects
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/posix/src/ptimer.c b/cpukit/posix/src/ptimer.c
index 311bc0b909..e7ce237f3e 100644
--- a/cpukit/posix/src/ptimer.c
+++ b/cpukit/posix/src/ptimer.c
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup POSIX_INTERNAL_TIMERS
- *
- * @brief POSIX Timer Information with Zero Objects
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup POSIX_INTERNAL_TIMERS
+ *
+ * @brief POSIX Timer Information with Zero Objects
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/posix/src/shm.c b/cpukit/posix/src/shm.c
index 8ab14f4e0f..e81708546a 100644
--- a/cpukit/posix/src/shm.c
+++ b/cpukit/posix/src/shm.c
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup POSIXShmPrivate
- *
- * @brief POSIX Shared Memory Information with Zero Objects
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup POSIXShmPrivate
+ *
+ * @brief POSIX Shared Memory Information with Zero Objects
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/rtems/src/barrier.c b/cpukit/rtems/src/barrier.c
index c0d167b0db..c294de0227 100644
--- a/cpukit/rtems/src/barrier.c
+++ b/cpukit/rtems/src/barrier.c
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup ClassicBarrier
- *
- * @brief Classic Barrier Information with Zero Objects
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup ClassicBarrier
+ *
+ * @brief Classic Barrier Information with Zero Objects
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/rtems/src/dpmem.c b/cpukit/rtems/src/dpmem.c
index 79f0fb2e69..9aee53c227 100644
--- a/cpukit/rtems/src/dpmem.c
+++ b/cpukit/rtems/src/dpmem.c
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup ClassicDPMEM
- *
- * @brief Classic Dual Ported Memory Information with Zero Objects
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup ClassicDPMEM
+ *
+ * @brief Classic Dual Ported Memory Information with Zero Objects
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/rtems/src/msg.c b/cpukit/rtems/src/msg.c
index 1156db4485..da4dc868a0 100644
--- a/cpukit/rtems/src/msg.c
+++ b/cpukit/rtems/src/msg.c
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup ClassicMessageQueue
- *
- * @brief Classic Message Queue Information with Zero Objects
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup ClassicMessageQueue
+ *
+ * @brief Classic Message Queue Information with Zero Objects
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/rtems/src/part.c b/cpukit/rtems/src/part.c
index cb47921556..1339245771 100644
--- a/cpukit/rtems/src/part.c
+++ b/cpukit/rtems/src/part.c
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup ClassicPart
- *
- * @brief Classic Partition Information with Zero Objects
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup ClassicPart
+ *
+ * @brief Classic Partition Information with Zero Objects
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/rtems/src/ratemon.c b/cpukit/rtems/src/ratemon.c
index dc54169a96..a3a3d8c776 100644
--- a/cpukit/rtems/src/ratemon.c
+++ b/cpukit/rtems/src/ratemon.c
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup ClassicRateMon
- *
- * @brief Classic Rate Monotonic Information with Zero Objects
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup ClassicRateMon
+ *
+ * @brief Classic Rate Monotonic Information with Zero Objects
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/rtems/src/region.c b/cpukit/rtems/src/region.c
index f7ed857832..1dc535cc70 100644
--- a/cpukit/rtems/src/region.c
+++ b/cpukit/rtems/src/region.c
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup ClassicRegion
- *
- * @brief Classic Region Information with Zero Objects
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup ClassicRegion
+ *
+ * @brief Classic Region Information with Zero Objects
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/rtems/src/rtemstimer.c b/cpukit/rtems/src/rtemstimer.c
index be6592216f..b906ce9f4e 100644
--- a/cpukit/rtems/src/rtemstimer.c
+++ b/cpukit/rtems/src/rtemstimer.c
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup ClassicTimer
- *
- * @brief Classic Timer Information with Zero Objects
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup ClassicTimer
+ *
+ * @brief Classic Timer Information with Zero Objects
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/rtems/src/sem.c b/cpukit/rtems/src/sem.c
index 51733b4997..3efea2b935 100644
--- a/cpukit/rtems/src/sem.c
+++ b/cpukit/rtems/src/sem.c
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup ClassicSem
- *
- * @brief Classic Semaphore Information with Zero Objects
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup ClassicSem
+ *
+ * @brief Classic Semaphore Information with Zero Objects
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/sapi/src/extension.c b/cpukit/sapi/src/extension.c
index 028dccd4e0..d3a839b886 100644
--- a/cpukit/sapi/src/extension.c
+++ b/cpukit/sapi/src/extension.c
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup ClassicUserExtensions
- *
- * @brief Extension Manager Information with Zero Objects
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup ClassicUserExtensions
+ *
+ * @brief Extension Manager Information with Zero Objects
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/score/src/objectallocate.c b/cpukit/score/src/objectallocate.c
index 588c516b33..2df4abe651 100644
--- a/cpukit/score/src/objectallocate.c
+++ b/cpukit/score/src/objectallocate.c
@@ -1,11 +1,3 @@
-/**
- * @file
- *
- * @ingroup RTEMSScoreObject
- *
- * @brief Allocate Object
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -33,6 +25,14 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreObject
+ *
+ * @brief Allocate Object
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/score/src/objectallocatenone.c b/cpukit/score/src/objectallocatenone.c
index 0669f99ba9..9b437aac47 100644
--- a/cpukit/score/src/objectallocatenone.c
+++ b/cpukit/score/src/objectallocatenone.c
@@ -1,9 +1,3 @@
-/**
- * @file
- *
- * @ingroup RTEMSScoreObject
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreObject
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/score/src/objectallocatestatic.c b/cpukit/score/src/objectallocatestatic.c
index 73790ba478..834feb5edb 100644
--- a/cpukit/score/src/objectallocatestatic.c
+++ b/cpukit/score/src/objectallocatestatic.c
@@ -1,9 +1,3 @@
-/**
- * @file
- *
- * @ingroup RTEMSScoreObject
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreObject
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/score/src/objectallocateunlimited.c b/cpukit/score/src/objectallocateunlimited.c
index 1fc6f07b2d..4ce83c8131 100644
--- a/cpukit/score/src/objectallocateunlimited.c
+++ b/cpukit/score/src/objectallocateunlimited.c
@@ -1,9 +1,3 @@
-/**
- * @file
- *
- * @ingroup RTEMSScoreObject
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreObject
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/score/src/objectfreestatic.c b/cpukit/score/src/objectfreestatic.c
index 5992c1eca2..f4f60a5c23 100644
--- a/cpukit/score/src/objectfreestatic.c
+++ b/cpukit/score/src/objectfreestatic.c
@@ -1,9 +1,3 @@
-/**
- * @file
- *
- * @ingroup RTEMSScoreObject
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreObject
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/cpukit/score/src/threadallocateunlimited.c b/cpukit/score/src/threadallocateunlimited.c
index c4b176f887..ce43fe1bac 100644
--- a/cpukit/score/src/threadallocateunlimited.c
+++ b/cpukit/score/src/threadallocateunlimited.c
@@ -1,9 +1,3 @@
-/**
- * @file
- *
- * @ingroup RTEMSScoreThread
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -31,6 +25,12 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreThread
+ */
+
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxfenv01/init.c b/testsuites/psxtests/psxfenv01/init.c
index cdb0fa596e..537db1fd22 100644
--- a/testsuites/psxtests/psxfenv01/init.c
+++ b/testsuites/psxtests/psxfenv01/init.c
@@ -1,8 +1,3 @@
-/*
- *  @file
- *  @brief Test suite for fenv.h methods
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/*
+ *  @file
+ *  @brief Test suite for fenv.h methods
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/assert/assert.c b/testsuites/psxtests/psxhdrs/assert/assert.c
index 9107825eb1..8c7fb8fd78 100644
--- a/testsuites/psxtests/psxhdrs/assert/assert.c
+++ b/testsuites/psxtests/psxhdrs/assert/assert.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief assert() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief assert() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/call_once.c b/testsuites/psxtests/psxhdrs/c11/threads/call_once.c
index 5feae2c160..4b38e79c2b 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/call_once.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/call_once.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief call_once() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief call_once() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/cnd_broadcast.c b/testsuites/psxtests/psxhdrs/c11/threads/cnd_broadcast.c
index de1a754539..d009403fc5 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/cnd_broadcast.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/cnd_broadcast.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cnd_broadcast() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cnd_broadcast() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/cnd_destroy.c b/testsuites/psxtests/psxhdrs/c11/threads/cnd_destroy.c
index 4609e403dd..6d0b5af5a6 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/cnd_destroy.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/cnd_destroy.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cnd_destroy() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cnd_destroy() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/cnd_init.c b/testsuites/psxtests/psxhdrs/c11/threads/cnd_init.c
index 86289b9657..134d18229b 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/cnd_init.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/cnd_init.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cnd_init() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cnd_init() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/cnd_signal.c b/testsuites/psxtests/psxhdrs/c11/threads/cnd_signal.c
index 334812125f..d8a0596c91 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/cnd_signal.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/cnd_signal.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cnd_signal() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cnd_signal() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/cnd_timedwait.c b/testsuites/psxtests/psxhdrs/c11/threads/cnd_timedwait.c
index f0c85031bc..f959cc61f1 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/cnd_timedwait.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/cnd_timedwait.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cnd_timedwait() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cnd_timedwait() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/cnd_wait.c b/testsuites/psxtests/psxhdrs/c11/threads/cnd_wait.c
index 0a22296032..623e451d5e 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/cnd_wait.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/cnd_wait.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cnd_wait() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cnd_wait() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/mtx_destroy.c b/testsuites/psxtests/psxhdrs/c11/threads/mtx_destroy.c
index 16f49c7473..f1f126c9ea 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/mtx_destroy.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/mtx_destroy.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mtx_destroy() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mtx_destroy() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/mtx_init.c b/testsuites/psxtests/psxhdrs/c11/threads/mtx_init.c
index 89b2c9eafa..523bffc5cc 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/mtx_init.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/mtx_init.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mtx_init() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mtx_init() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/mtx_lock.c b/testsuites/psxtests/psxhdrs/c11/threads/mtx_lock.c
index cf9ecf2f53..9f5ac021ac 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/mtx_lock.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/mtx_lock.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mtx_lock() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mtx_lock() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/mtx_timedlock.c b/testsuites/psxtests/psxhdrs/c11/threads/mtx_timedlock.c
index 88987a716d..4677b0d9d4 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/mtx_timedlock.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/mtx_timedlock.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mtx_timedlock() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mtx_timedlock() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/mtx_trylock.c b/testsuites/psxtests/psxhdrs/c11/threads/mtx_trylock.c
index 2870831901..571f87d9cc 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/mtx_trylock.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/mtx_trylock.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mtx_trylock() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mtx_trylock() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/mtx_unlock.c b/testsuites/psxtests/psxhdrs/c11/threads/mtx_unlock.c
index dc7814f7cc..30ba503994 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/mtx_unlock.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/mtx_unlock.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mtx_unlock() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mtx_unlock() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_create.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_create.c
index decd78080f..19c7472dd2 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_create.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_create.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief thrd_create() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief thrd_create() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_current.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_current.c
index cc85480ae9..7b764c75c0 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_current.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_current.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief thrd_current() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief thrd_current() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_detach.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_detach.c
index b45bc699fb..a3ef5c18ab 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_detach.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_detach.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief thrd_detach() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief thrd_detach() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_equal.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_equal.c
index d448b0d80b..5a27549d25 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_equal.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_equal.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief thrd_equal() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief thrd_equal() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_exit.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_exit.c
index 7787836e89..282af4d21d 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_exit.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_exit.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief thrd_exit() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief thrd_exit() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_join.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_join.c
index 8d2c7113f1..6cb841f930 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_join.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_join.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief thrd_join() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief thrd_join() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_sleep.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_sleep.c
index ae1b50ae6d..6a9d9e656f 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_sleep.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_sleep.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief thrd_sleep() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief thrd_sleep() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/thrd_yield.c b/testsuites/psxtests/psxhdrs/c11/threads/thrd_yield.c
index b6a14113f3..4274dacbf7 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/thrd_yield.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/thrd_yield.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief thrd_yield() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief thrd_yield() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/tss_create.c b/testsuites/psxtests/psxhdrs/c11/threads/tss_create.c
index fe3a115186..8720e96cb3 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/tss_create.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/tss_create.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tss_create() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tss_create() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/tss_delete.c b/testsuites/psxtests/psxhdrs/c11/threads/tss_delete.c
index 66457f3139..1caf0d550f 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/tss_delete.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/tss_delete.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tss_delete() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tss_delete() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/tss_get.c b/testsuites/psxtests/psxhdrs/c11/threads/tss_get.c
index 8f9add434d..20266f9e50 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/tss_get.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/tss_get.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tss_get() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tss_get() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/threads/tss_set.c b/testsuites/psxtests/psxhdrs/c11/threads/tss_set.c
index 2bef50d54e..c6e61ff5eb 100644
--- a/testsuites/psxtests/psxhdrs/c11/threads/tss_set.c
+++ b/testsuites/psxtests/psxhdrs/c11/threads/tss_set.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tss_set() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tss_set() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/uchar/c16rtomb.c b/testsuites/psxtests/psxhdrs/c11/uchar/c16rtomb.c
index fa7c624a17..c0c3103ca1 100644
--- a/testsuites/psxtests/psxhdrs/c11/uchar/c16rtomb.c
+++ b/testsuites/psxtests/psxhdrs/c11/uchar/c16rtomb.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief c16rtomb() API Conformance Test. This is a C11 method.
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief c16rtomb() API Conformance Test. This is a C11 method.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/uchar/c32rtomb.c b/testsuites/psxtests/psxhdrs/c11/uchar/c32rtomb.c
index 14dec2b283..918d5681cb 100644
--- a/testsuites/psxtests/psxhdrs/c11/uchar/c32rtomb.c
+++ b/testsuites/psxtests/psxhdrs/c11/uchar/c32rtomb.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief c32rtomb() API Conformance Test. This is a C11 method.
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief c32rtomb() API Conformance Test. This is a C11 method.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc16.c b/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc16.c
index f93e7e2a17..2be09cc169 100644
--- a/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc16.c
+++ b/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc16.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mbrtoc16() API Conformance Test. This is a C11 method.
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mbrtoc16() API Conformance Test. This is a C11 method.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc32.c b/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc32.c
index c6c3a254ef..3c8ede732b 100644
--- a/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc32.c
+++ b/testsuites/psxtests/psxhdrs/c11/uchar/mbrtoc32.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mbrtoc32() API Conformance Test. This is a C11 method.
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mbrtoc32() API Conformance Test. This is a C11 method.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cabs.c b/testsuites/psxtests/psxhdrs/complex/cabs.c
index 9c0b1a4aaa..a07a779122 100644
--- a/testsuites/psxtests/psxhdrs/complex/cabs.c
+++ b/testsuites/psxtests/psxhdrs/complex/cabs.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cabs() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cabs() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cabsf.c b/testsuites/psxtests/psxhdrs/complex/cabsf.c
index 179371004c..32507b8d94 100644
--- a/testsuites/psxtests/psxhdrs/complex/cabsf.c
+++ b/testsuites/psxtests/psxhdrs/complex/cabsf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cabsf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cabsf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cabsl.c b/testsuites/psxtests/psxhdrs/complex/cabsl.c
index e45f1c9c5a..f7fe077ee8 100644
--- a/testsuites/psxtests/psxhdrs/complex/cabsl.c
+++ b/testsuites/psxtests/psxhdrs/complex/cabsl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cabsl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cabsl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cacos.c b/testsuites/psxtests/psxhdrs/complex/cacos.c
index a1b1640376..633d662fc3 100644
--- a/testsuites/psxtests/psxhdrs/complex/cacos.c
+++ b/testsuites/psxtests/psxhdrs/complex/cacos.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cacos() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cacos() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cacosf.c b/testsuites/psxtests/psxhdrs/complex/cacosf.c
index 1abfc55eb6..dd08cb6efc 100644
--- a/testsuites/psxtests/psxhdrs/complex/cacosf.c
+++ b/testsuites/psxtests/psxhdrs/complex/cacosf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cacosf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cacosf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cacosh.c b/testsuites/psxtests/psxhdrs/complex/cacosh.c
index 9043ca1523..79a7bd2b9b 100644
--- a/testsuites/psxtests/psxhdrs/complex/cacosh.c
+++ b/testsuites/psxtests/psxhdrs/complex/cacosh.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cacosh() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cacosh() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cacoshf.c b/testsuites/psxtests/psxhdrs/complex/cacoshf.c
index daa62c7e09..c5a708c1d5 100644
--- a/testsuites/psxtests/psxhdrs/complex/cacoshf.c
+++ b/testsuites/psxtests/psxhdrs/complex/cacoshf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cacoshf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cacoshf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cacoshl.c b/testsuites/psxtests/psxhdrs/complex/cacoshl.c
index c81c805c99..5c0d80dddc 100644
--- a/testsuites/psxtests/psxhdrs/complex/cacoshl.c
+++ b/testsuites/psxtests/psxhdrs/complex/cacoshl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cacoshl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cacoshl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cacosl.c b/testsuites/psxtests/psxhdrs/complex/cacosl.c
index 63b94642ce..1dde270c63 100644
--- a/testsuites/psxtests/psxhdrs/complex/cacosl.c
+++ b/testsuites/psxtests/psxhdrs/complex/cacosl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cacosl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cacosl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/carg.c b/testsuites/psxtests/psxhdrs/complex/carg.c
index bf8501e132..1c8aaa7631 100644
--- a/testsuites/psxtests/psxhdrs/complex/carg.c
+++ b/testsuites/psxtests/psxhdrs/complex/carg.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief carg() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief carg() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cargf.c b/testsuites/psxtests/psxhdrs/complex/cargf.c
index 9b5a22aa92..8994ce2ed2 100644
--- a/testsuites/psxtests/psxhdrs/complex/cargf.c
+++ b/testsuites/psxtests/psxhdrs/complex/cargf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cargf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cargf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cargl.c b/testsuites/psxtests/psxhdrs/complex/cargl.c
index 03e99d79c7..a95f4bd1c6 100644
--- a/testsuites/psxtests/psxhdrs/complex/cargl.c
+++ b/testsuites/psxtests/psxhdrs/complex/cargl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cargl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cargl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/casin.c b/testsuites/psxtests/psxhdrs/complex/casin.c
index b4e4d80b3c..ac3be99495 100644
--- a/testsuites/psxtests/psxhdrs/complex/casin.c
+++ b/testsuites/psxtests/psxhdrs/complex/casin.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief casin() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief casin() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/casinf.c b/testsuites/psxtests/psxhdrs/complex/casinf.c
index 95f5c4b69e..631b91491b 100644
--- a/testsuites/psxtests/psxhdrs/complex/casinf.c
+++ b/testsuites/psxtests/psxhdrs/complex/casinf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief casinf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief casinf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/casinh.c b/testsuites/psxtests/psxhdrs/complex/casinh.c
index 0881333ad5..464faff3fa 100644
--- a/testsuites/psxtests/psxhdrs/complex/casinh.c
+++ b/testsuites/psxtests/psxhdrs/complex/casinh.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief casinh() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief casinh() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/casinhf.c b/testsuites/psxtests/psxhdrs/complex/casinhf.c
index 5235be785f..e6d3baf4cd 100644
--- a/testsuites/psxtests/psxhdrs/complex/casinhf.c
+++ b/testsuites/psxtests/psxhdrs/complex/casinhf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief casinhf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief casinhf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/casinhl.c b/testsuites/psxtests/psxhdrs/complex/casinhl.c
index 262178bd4c..e48ae83bc4 100644
--- a/testsuites/psxtests/psxhdrs/complex/casinhl.c
+++ b/testsuites/psxtests/psxhdrs/complex/casinhl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief casinhl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief casinhl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/casinl.c b/testsuites/psxtests/psxhdrs/complex/casinl.c
index 1999ff68f9..52570ea364 100644
--- a/testsuites/psxtests/psxhdrs/complex/casinl.c
+++ b/testsuites/psxtests/psxhdrs/complex/casinl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief casinl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief casinl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/catan.c b/testsuites/psxtests/psxhdrs/complex/catan.c
index 81bb22c4fc..91f20a6551 100644
--- a/testsuites/psxtests/psxhdrs/complex/catan.c
+++ b/testsuites/psxtests/psxhdrs/complex/catan.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief catan() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief catan() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/catanf.c b/testsuites/psxtests/psxhdrs/complex/catanf.c
index d1f4a37133..53c2afb937 100644
--- a/testsuites/psxtests/psxhdrs/complex/catanf.c
+++ b/testsuites/psxtests/psxhdrs/complex/catanf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief catanf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief catanf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/catanh.c b/testsuites/psxtests/psxhdrs/complex/catanh.c
index 40434f4760..648cd283b0 100644
--- a/testsuites/psxtests/psxhdrs/complex/catanh.c
+++ b/testsuites/psxtests/psxhdrs/complex/catanh.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief catanh() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief catanh() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/catanhf.c b/testsuites/psxtests/psxhdrs/complex/catanhf.c
index cf496bc70a..7d463c2fdc 100644
--- a/testsuites/psxtests/psxhdrs/complex/catanhf.c
+++ b/testsuites/psxtests/psxhdrs/complex/catanhf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief catanhf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief catanhf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/catanhl.c b/testsuites/psxtests/psxhdrs/complex/catanhl.c
index 5fe178b1cc..8ab077a7cf 100644
--- a/testsuites/psxtests/psxhdrs/complex/catanhl.c
+++ b/testsuites/psxtests/psxhdrs/complex/catanhl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief catanhl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief catanhl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/catanl.c b/testsuites/psxtests/psxhdrs/complex/catanl.c
index 4499d431c9..fcc52044f9 100644
--- a/testsuites/psxtests/psxhdrs/complex/catanl.c
+++ b/testsuites/psxtests/psxhdrs/complex/catanl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief catanl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief catanl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/ccos.c b/testsuites/psxtests/psxhdrs/complex/ccos.c
index 03fcfc18e1..7cb23d6690 100644
--- a/testsuites/psxtests/psxhdrs/complex/ccos.c
+++ b/testsuites/psxtests/psxhdrs/complex/ccos.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ccos() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ccos() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/ccosf.c b/testsuites/psxtests/psxhdrs/complex/ccosf.c
index abc25f8c87..83394da4d9 100644
--- a/testsuites/psxtests/psxhdrs/complex/ccosf.c
+++ b/testsuites/psxtests/psxhdrs/complex/ccosf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ccosf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ccosf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/ccosh.c b/testsuites/psxtests/psxhdrs/complex/ccosh.c
index dd16c96139..18846c8827 100644
--- a/testsuites/psxtests/psxhdrs/complex/ccosh.c
+++ b/testsuites/psxtests/psxhdrs/complex/ccosh.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ccosh() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ccosh() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/ccoshf.c b/testsuites/psxtests/psxhdrs/complex/ccoshf.c
index 3af1a80fea..b30cd1fd60 100644
--- a/testsuites/psxtests/psxhdrs/complex/ccoshf.c
+++ b/testsuites/psxtests/psxhdrs/complex/ccoshf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ccoshf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ccoshf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/ccoshl.c b/testsuites/psxtests/psxhdrs/complex/ccoshl.c
index c63741cd9a..28d97ce8ba 100644
--- a/testsuites/psxtests/psxhdrs/complex/ccoshl.c
+++ b/testsuites/psxtests/psxhdrs/complex/ccoshl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ccoshl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ccoshl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/ccosl.c b/testsuites/psxtests/psxhdrs/complex/ccosl.c
index 1d3f7ac5c9..d3637a4248 100644
--- a/testsuites/psxtests/psxhdrs/complex/ccosl.c
+++ b/testsuites/psxtests/psxhdrs/complex/ccosl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ccosl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ccosl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cexp.c b/testsuites/psxtests/psxhdrs/complex/cexp.c
index 0e6ae3983a..63dc3d07ca 100644
--- a/testsuites/psxtests/psxhdrs/complex/cexp.c
+++ b/testsuites/psxtests/psxhdrs/complex/cexp.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cexp() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cexp() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cexpf.c b/testsuites/psxtests/psxhdrs/complex/cexpf.c
index 5209fc438d..baefbd9df6 100644
--- a/testsuites/psxtests/psxhdrs/complex/cexpf.c
+++ b/testsuites/psxtests/psxhdrs/complex/cexpf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cexpf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cexpf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cexpl.c b/testsuites/psxtests/psxhdrs/complex/cexpl.c
index 908232f55d..9e65e720b3 100644
--- a/testsuites/psxtests/psxhdrs/complex/cexpl.c
+++ b/testsuites/psxtests/psxhdrs/complex/cexpl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cexpl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cexpl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cimag.c b/testsuites/psxtests/psxhdrs/complex/cimag.c
index 1bf2daa277..2fe5a956da 100644
--- a/testsuites/psxtests/psxhdrs/complex/cimag.c
+++ b/testsuites/psxtests/psxhdrs/complex/cimag.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cimag() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cimag() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cimagf.c b/testsuites/psxtests/psxhdrs/complex/cimagf.c
index 148a9f1118..7aa45be0ab 100644
--- a/testsuites/psxtests/psxhdrs/complex/cimagf.c
+++ b/testsuites/psxtests/psxhdrs/complex/cimagf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cimagf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cimagf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cimagl.c b/testsuites/psxtests/psxhdrs/complex/cimagl.c
index fdf595d4da..61624983af 100644
--- a/testsuites/psxtests/psxhdrs/complex/cimagl.c
+++ b/testsuites/psxtests/psxhdrs/complex/cimagl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cimagl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cimagl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/clog.c b/testsuites/psxtests/psxhdrs/complex/clog.c
index 9ee71a12e7..9dc73c1e01 100644
--- a/testsuites/psxtests/psxhdrs/complex/clog.c
+++ b/testsuites/psxtests/psxhdrs/complex/clog.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief clog() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief clog() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/clogf.c b/testsuites/psxtests/psxhdrs/complex/clogf.c
index 9d4491f922..ae518038ce 100644
--- a/testsuites/psxtests/psxhdrs/complex/clogf.c
+++ b/testsuites/psxtests/psxhdrs/complex/clogf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief clogf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief clogf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/clogl.c b/testsuites/psxtests/psxhdrs/complex/clogl.c
index 48399499d9..66f70f9cf9 100644
--- a/testsuites/psxtests/psxhdrs/complex/clogl.c
+++ b/testsuites/psxtests/psxhdrs/complex/clogl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief clogl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief clogl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/conj.c b/testsuites/psxtests/psxhdrs/complex/conj.c
index 1294edb99b..1e272d0571 100644
--- a/testsuites/psxtests/psxhdrs/complex/conj.c
+++ b/testsuites/psxtests/psxhdrs/complex/conj.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief conj() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief conj() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/conjf.c b/testsuites/psxtests/psxhdrs/complex/conjf.c
index 261f8c6f1f..5d7c5a093b 100644
--- a/testsuites/psxtests/psxhdrs/complex/conjf.c
+++ b/testsuites/psxtests/psxhdrs/complex/conjf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief conjf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief conjf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/conjl.c b/testsuites/psxtests/psxhdrs/complex/conjl.c
index ee18df08d5..ce871c3dcd 100644
--- a/testsuites/psxtests/psxhdrs/complex/conjl.c
+++ b/testsuites/psxtests/psxhdrs/complex/conjl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief conjl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief conjl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cpow.c b/testsuites/psxtests/psxhdrs/complex/cpow.c
index 83f75fbcb0..9b93577d27 100644
--- a/testsuites/psxtests/psxhdrs/complex/cpow.c
+++ b/testsuites/psxtests/psxhdrs/complex/cpow.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cpow() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cpow() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cpowf.c b/testsuites/psxtests/psxhdrs/complex/cpowf.c
index 476b43a85e..6146284434 100644
--- a/testsuites/psxtests/psxhdrs/complex/cpowf.c
+++ b/testsuites/psxtests/psxhdrs/complex/cpowf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cpowf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cpowf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cpowl.c b/testsuites/psxtests/psxhdrs/complex/cpowl.c
index cd3a9df30e..04cffaf8d7 100644
--- a/testsuites/psxtests/psxhdrs/complex/cpowl.c
+++ b/testsuites/psxtests/psxhdrs/complex/cpowl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cpowl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cpowl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cproj.c b/testsuites/psxtests/psxhdrs/complex/cproj.c
index 16fc4eb4dd..34c7fe193b 100644
--- a/testsuites/psxtests/psxhdrs/complex/cproj.c
+++ b/testsuites/psxtests/psxhdrs/complex/cproj.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cproj() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cproj() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cprojf.c b/testsuites/psxtests/psxhdrs/complex/cprojf.c
index db0c265dce..050f0457eb 100644
--- a/testsuites/psxtests/psxhdrs/complex/cprojf.c
+++ b/testsuites/psxtests/psxhdrs/complex/cprojf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cprojf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cprojf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/cprojl.c b/testsuites/psxtests/psxhdrs/complex/cprojl.c
index 2d283cc854..1447c360c7 100644
--- a/testsuites/psxtests/psxhdrs/complex/cprojl.c
+++ b/testsuites/psxtests/psxhdrs/complex/cprojl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cprojl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cprojl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/creal.c b/testsuites/psxtests/psxhdrs/complex/creal.c
index 431e9e9628..6eb0f88aee 100644
--- a/testsuites/psxtests/psxhdrs/complex/creal.c
+++ b/testsuites/psxtests/psxhdrs/complex/creal.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief creal() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief creal() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/crealf.c b/testsuites/psxtests/psxhdrs/complex/crealf.c
index 05b58d4344..0435f11520 100644
--- a/testsuites/psxtests/psxhdrs/complex/crealf.c
+++ b/testsuites/psxtests/psxhdrs/complex/crealf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief crealf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief crealf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/creall.c b/testsuites/psxtests/psxhdrs/complex/creall.c
index f9beb7e54e..26a9433bbd 100644
--- a/testsuites/psxtests/psxhdrs/complex/creall.c
+++ b/testsuites/psxtests/psxhdrs/complex/creall.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief creall() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief creall() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/csin.c b/testsuites/psxtests/psxhdrs/complex/csin.c
index abe7e55105..dc2621a9e5 100644
--- a/testsuites/psxtests/psxhdrs/complex/csin.c
+++ b/testsuites/psxtests/psxhdrs/complex/csin.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief csin() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief csin() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/csinf.c b/testsuites/psxtests/psxhdrs/complex/csinf.c
index 27aec118da..a4107147d5 100644
--- a/testsuites/psxtests/psxhdrs/complex/csinf.c
+++ b/testsuites/psxtests/psxhdrs/complex/csinf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief csinf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief csinf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/csinh.c b/testsuites/psxtests/psxhdrs/complex/csinh.c
index 13863fb360..b18ad0780d 100644
--- a/testsuites/psxtests/psxhdrs/complex/csinh.c
+++ b/testsuites/psxtests/psxhdrs/complex/csinh.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief csinh() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief csinh() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/csinhf.c b/testsuites/psxtests/psxhdrs/complex/csinhf.c
index 2d1e18ebfb..96c28cb80f 100644
--- a/testsuites/psxtests/psxhdrs/complex/csinhf.c
+++ b/testsuites/psxtests/psxhdrs/complex/csinhf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief csinhf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief csinhf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/csinhl.c b/testsuites/psxtests/psxhdrs/complex/csinhl.c
index 0ccf843bfa..b77e010c01 100644
--- a/testsuites/psxtests/psxhdrs/complex/csinhl.c
+++ b/testsuites/psxtests/psxhdrs/complex/csinhl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief csinhl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief csinhl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/csinl.c b/testsuites/psxtests/psxhdrs/complex/csinl.c
index 7207a842d6..71214ecbd3 100644
--- a/testsuites/psxtests/psxhdrs/complex/csinl.c
+++ b/testsuites/psxtests/psxhdrs/complex/csinl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief csinl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief csinl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/csqrt.c b/testsuites/psxtests/psxhdrs/complex/csqrt.c
index c0233f3de0..840f97a559 100644
--- a/testsuites/psxtests/psxhdrs/complex/csqrt.c
+++ b/testsuites/psxtests/psxhdrs/complex/csqrt.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief csqrt() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief csqrt() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/csqrtf.c b/testsuites/psxtests/psxhdrs/complex/csqrtf.c
index 53700228e8..d521e4e62b 100644
--- a/testsuites/psxtests/psxhdrs/complex/csqrtf.c
+++ b/testsuites/psxtests/psxhdrs/complex/csqrtf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief csqrtf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief csqrtf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/csqrtl.c b/testsuites/psxtests/psxhdrs/complex/csqrtl.c
index cff52d9ea8..f9bd94e8b4 100644
--- a/testsuites/psxtests/psxhdrs/complex/csqrtl.c
+++ b/testsuites/psxtests/psxhdrs/complex/csqrtl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief csqrtl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief csqrtl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/ctan.c b/testsuites/psxtests/psxhdrs/complex/ctan.c
index 818026a6b8..340d3a4a78 100644
--- a/testsuites/psxtests/psxhdrs/complex/ctan.c
+++ b/testsuites/psxtests/psxhdrs/complex/ctan.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ctan() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ctan() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/ctanf.c b/testsuites/psxtests/psxhdrs/complex/ctanf.c
index 185d3a9fdc..8d42c818a8 100644
--- a/testsuites/psxtests/psxhdrs/complex/ctanf.c
+++ b/testsuites/psxtests/psxhdrs/complex/ctanf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ctanf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ctanf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/ctanh.c b/testsuites/psxtests/psxhdrs/complex/ctanh.c
index a8295ffb2c..9cb4a40696 100644
--- a/testsuites/psxtests/psxhdrs/complex/ctanh.c
+++ b/testsuites/psxtests/psxhdrs/complex/ctanh.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ctanh() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ctanh() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/ctanhf.c b/testsuites/psxtests/psxhdrs/complex/ctanhf.c
index 33331f3d0a..2a594a5d3e 100644
--- a/testsuites/psxtests/psxhdrs/complex/ctanhf.c
+++ b/testsuites/psxtests/psxhdrs/complex/ctanhf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ctanhf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ctanhf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/ctanhl.c b/testsuites/psxtests/psxhdrs/complex/ctanhl.c
index db7e4821f6..73a72fc71e 100644
--- a/testsuites/psxtests/psxhdrs/complex/ctanhl.c
+++ b/testsuites/psxtests/psxhdrs/complex/ctanhl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ctanhl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ctanhl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/complex/ctanl.c b/testsuites/psxtests/psxhdrs/complex/ctanl.c
index fc43c7ac9b..4f5df4610e 100644
--- a/testsuites/psxtests/psxhdrs/complex/ctanl.c
+++ b/testsuites/psxtests/psxhdrs/complex/ctanl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ctanl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ctanl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isalnum.c b/testsuites/psxtests/psxhdrs/ctype/isalnum.c
index ca96816cf4..a004077c98 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isalnum.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isalnum.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isalnum() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isalnum() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isalnum_l.c b/testsuites/psxtests/psxhdrs/ctype/isalnum_l.c
index 81987418ca..82898c70a6 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isalnum_l.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isalnum_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isalnum_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isalnum_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isalpha.c b/testsuites/psxtests/psxhdrs/ctype/isalpha.c
index b280d4dfe3..87452ed064 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isalpha.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isalpha.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isalpha() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isalpha() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isalpha_l.c b/testsuites/psxtests/psxhdrs/ctype/isalpha_l.c
index 8d0b9ffb81..46ae2d6ac0 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isalpha_l.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isalpha_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isalpha_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isalpha_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isascii.c b/testsuites/psxtests/psxhdrs/ctype/isascii.c
index 7bac548a37..31588433c2 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isascii.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isascii.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isascii() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isascii() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isblank.c b/testsuites/psxtests/psxhdrs/ctype/isblank.c
index 72c5b9535b..71a65f3f1c 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isblank.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isblank.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isblank() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isblank() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isblank_l.c b/testsuites/psxtests/psxhdrs/ctype/isblank_l.c
index a20ecc59b3..f6ad85d0d8 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isblank_l.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isblank_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isblank_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isblank_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/iscntrl.c b/testsuites/psxtests/psxhdrs/ctype/iscntrl.c
index daf80e31ca..4b5f5a0a69 100644
--- a/testsuites/psxtests/psxhdrs/ctype/iscntrl.c
+++ b/testsuites/psxtests/psxhdrs/ctype/iscntrl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iscntrl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iscntrl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/iscntrl_l.c b/testsuites/psxtests/psxhdrs/ctype/iscntrl_l.c
index 5ac4e7e267..c726ba47de 100644
--- a/testsuites/psxtests/psxhdrs/ctype/iscntrl_l.c
+++ b/testsuites/psxtests/psxhdrs/ctype/iscntrl_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iscntrl_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iscntrl_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isdigit.c b/testsuites/psxtests/psxhdrs/ctype/isdigit.c
index 8ba495da94..db9f5bc21f 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isdigit.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isdigit.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isdigit() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isdigit() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isdigit_l.c b/testsuites/psxtests/psxhdrs/ctype/isdigit_l.c
index b55997af34..18555d4cc9 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isdigit_l.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isdigit_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isdigit_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isdigit_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isgraph.c b/testsuites/psxtests/psxhdrs/ctype/isgraph.c
index 068761ebcf..d979da6640 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isgraph.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isgraph.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isgraph() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isgraph() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isgraph_l.c b/testsuites/psxtests/psxhdrs/ctype/isgraph_l.c
index 0a40b554ec..9af00672bb 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isgraph_l.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isgraph_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isgraph_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isgraph_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/islower.c b/testsuites/psxtests/psxhdrs/ctype/islower.c
index 44935e0e0c..6d9fa3ead4 100644
--- a/testsuites/psxtests/psxhdrs/ctype/islower.c
+++ b/testsuites/psxtests/psxhdrs/ctype/islower.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief islower() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief islower() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/islower_l.c b/testsuites/psxtests/psxhdrs/ctype/islower_l.c
index f86d99550a..ba18df1ee0 100644
--- a/testsuites/psxtests/psxhdrs/ctype/islower_l.c
+++ b/testsuites/psxtests/psxhdrs/ctype/islower_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief islower_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief islower_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isprint.c b/testsuites/psxtests/psxhdrs/ctype/isprint.c
index 89ca355fd0..3522c0fb3c 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isprint.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isprint.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isprint() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isprint() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isprint_l.c b/testsuites/psxtests/psxhdrs/ctype/isprint_l.c
index 00f5da60a7..18e3a6b7b6 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isprint_l.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isprint_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isprint_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isprint_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/ispunct.c b/testsuites/psxtests/psxhdrs/ctype/ispunct.c
index 43a723ed6a..1901b3b655 100644
--- a/testsuites/psxtests/psxhdrs/ctype/ispunct.c
+++ b/testsuites/psxtests/psxhdrs/ctype/ispunct.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ispunct() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ispunct() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/ispunct_l.c b/testsuites/psxtests/psxhdrs/ctype/ispunct_l.c
index 6b8176940e..7879a46f6e 100644
--- a/testsuites/psxtests/psxhdrs/ctype/ispunct_l.c
+++ b/testsuites/psxtests/psxhdrs/ctype/ispunct_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ispunct_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ispunct_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isspace.c b/testsuites/psxtests/psxhdrs/ctype/isspace.c
index 64918487fd..6e3fe53575 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isspace.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isspace.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isspace() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isspace() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isspace_l.c b/testsuites/psxtests/psxhdrs/ctype/isspace_l.c
index 021877a058..0e9f1f23e8 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isspace_l.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isspace_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isspace_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isspace_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isupper_l.c b/testsuites/psxtests/psxhdrs/ctype/isupper_l.c
index bd70ad6ee0..562744a73d 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isupper_l.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isupper_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isupper_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isupper_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isxdigit.c b/testsuites/psxtests/psxhdrs/ctype/isxdigit.c
index 4edd03e59a..e0d26507c3 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isxdigit.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isxdigit.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isxdigit() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isxdigit() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/isxdigit_l.c b/testsuites/psxtests/psxhdrs/ctype/isxdigit_l.c
index 091640b250..2d272e8d42 100644
--- a/testsuites/psxtests/psxhdrs/ctype/isxdigit_l.c
+++ b/testsuites/psxtests/psxhdrs/ctype/isxdigit_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isxdigit_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isxdigit_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/toascii.c b/testsuites/psxtests/psxhdrs/ctype/toascii.c
index 828193c26b..1cfba798ad 100644
--- a/testsuites/psxtests/psxhdrs/ctype/toascii.c
+++ b/testsuites/psxtests/psxhdrs/ctype/toascii.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief toascii() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief toascii() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/tolower.c b/testsuites/psxtests/psxhdrs/ctype/tolower.c
index 36b29aa423..ab69aea1bb 100644
--- a/testsuites/psxtests/psxhdrs/ctype/tolower.c
+++ b/testsuites/psxtests/psxhdrs/ctype/tolower.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tolower() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tolower() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/tolower_l.c b/testsuites/psxtests/psxhdrs/ctype/tolower_l.c
index d76dd64353..3cccd5130e 100644
--- a/testsuites/psxtests/psxhdrs/ctype/tolower_l.c
+++ b/testsuites/psxtests/psxhdrs/ctype/tolower_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tolower_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tolower_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/toupper.c b/testsuites/psxtests/psxhdrs/ctype/toupper.c
index 3a70b50cb7..04813777ef 100644
--- a/testsuites/psxtests/psxhdrs/ctype/toupper.c
+++ b/testsuites/psxtests/psxhdrs/ctype/toupper.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief toupper() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief toupper() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ctype/toupper_l.c b/testsuites/psxtests/psxhdrs/ctype/toupper_l.c
index 6b9e067764..ccf0ceff9e 100644
--- a/testsuites/psxtests/psxhdrs/ctype/toupper_l.c
+++ b/testsuites/psxtests/psxhdrs/ctype/toupper_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief toupper_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief toupper_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/dirent/alphasort.c b/testsuites/psxtests/psxhdrs/dirent/alphasort.c
index 067ce89180..07a1c07462 100644
--- a/testsuites/psxtests/psxhdrs/dirent/alphasort.c
+++ b/testsuites/psxtests/psxhdrs/dirent/alphasort.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief alphasort() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief alphasort() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/dirent/closedir.c b/testsuites/psxtests/psxhdrs/dirent/closedir.c
index 5b817b8c07..e595efec78 100644
--- a/testsuites/psxtests/psxhdrs/dirent/closedir.c
+++ b/testsuites/psxtests/psxhdrs/dirent/closedir.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief closedir() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief closedir() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/dirent/dirfd.c b/testsuites/psxtests/psxhdrs/dirent/dirfd.c
index 8c83308bea..96bd46eeda 100644
--- a/testsuites/psxtests/psxhdrs/dirent/dirfd.c
+++ b/testsuites/psxtests/psxhdrs/dirent/dirfd.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief dirfd() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief dirfd() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/dirent/fdopendir.c b/testsuites/psxtests/psxhdrs/dirent/fdopendir.c
index e78f68bdba..be66ce36d0 100644
--- a/testsuites/psxtests/psxhdrs/dirent/fdopendir.c
+++ b/testsuites/psxtests/psxhdrs/dirent/fdopendir.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fdopendir() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fdopendir() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/dirent/opendir.c b/testsuites/psxtests/psxhdrs/dirent/opendir.c
index 8ab4d69b26..0ed35c6f67 100644
--- a/testsuites/psxtests/psxhdrs/dirent/opendir.c
+++ b/testsuites/psxtests/psxhdrs/dirent/opendir.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief opendir() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief opendir() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/dirent/readdir.c b/testsuites/psxtests/psxhdrs/dirent/readdir.c
index bb37cbe12a..314704d092 100644
--- a/testsuites/psxtests/psxhdrs/dirent/readdir.c
+++ b/testsuites/psxtests/psxhdrs/dirent/readdir.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief readdir() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief readdir() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/dirent/readdir_r.c b/testsuites/psxtests/psxhdrs/dirent/readdir_r.c
index 503033619b..b168630995 100644
--- a/testsuites/psxtests/psxhdrs/dirent/readdir_r.c
+++ b/testsuites/psxtests/psxhdrs/dirent/readdir_r.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief readdir_r() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief readdir_r() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/dirent/rewinddir.c b/testsuites/psxtests/psxhdrs/dirent/rewinddir.c
index 58e366a2a3..11e4b499f5 100644
--- a/testsuites/psxtests/psxhdrs/dirent/rewinddir.c
+++ b/testsuites/psxtests/psxhdrs/dirent/rewinddir.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief rewinddir() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief rewinddir() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/dirent/scandir.c b/testsuites/psxtests/psxhdrs/dirent/scandir.c
index 45376e0c32..da3ce03119 100644
--- a/testsuites/psxtests/psxhdrs/dirent/scandir.c
+++ b/testsuites/psxtests/psxhdrs/dirent/scandir.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief scandir() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief scandir() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/dirent/seekdir.c b/testsuites/psxtests/psxhdrs/dirent/seekdir.c
index 051f051ce0..1d1dac7a4e 100644
--- a/testsuites/psxtests/psxhdrs/dirent/seekdir.c
+++ b/testsuites/psxtests/psxhdrs/dirent/seekdir.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief seekdir() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief seekdir() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/dirent/telldir.c b/testsuites/psxtests/psxhdrs/dirent/telldir.c
index 93fc226080..aeab0ddf1e 100644
--- a/testsuites/psxtests/psxhdrs/dirent/telldir.c
+++ b/testsuites/psxtests/psxhdrs/dirent/telldir.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief telldir() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief telldir() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/dlfcn/dlclose.c b/testsuites/psxtests/psxhdrs/dlfcn/dlclose.c
index 07a171b581..61e479094f 100644
--- a/testsuites/psxtests/psxhdrs/dlfcn/dlclose.c
+++ b/testsuites/psxtests/psxhdrs/dlfcn/dlclose.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief dlclose() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief dlclose() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/dlfcn/dlerror.c b/testsuites/psxtests/psxhdrs/dlfcn/dlerror.c
index 172cc6afb3..ad59c7db41 100644
--- a/testsuites/psxtests/psxhdrs/dlfcn/dlerror.c
+++ b/testsuites/psxtests/psxhdrs/dlfcn/dlerror.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief dlerror() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief dlerror() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/dlfcn/dlopen.c b/testsuites/psxtests/psxhdrs/dlfcn/dlopen.c
index f4e57b471a..ed9667be28 100644
--- a/testsuites/psxtests/psxhdrs/dlfcn/dlopen.c
+++ b/testsuites/psxtests/psxhdrs/dlfcn/dlopen.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief dlopen() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief dlopen() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/dlfcn/dlsym.c b/testsuites/psxtests/psxhdrs/dlfcn/dlsym.c
index 55fe88dc1a..5ced85a29d 100644
--- a/testsuites/psxtests/psxhdrs/dlfcn/dlsym.c
+++ b/testsuites/psxtests/psxhdrs/dlfcn/dlsym.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief dlsym() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief dlsym() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/errno/errno.c b/testsuites/psxtests/psxhdrs/errno/errno.c
index 297e806810..2169170402 100755
--- a/testsuites/psxtests/psxhdrs/errno/errno.c
+++ b/testsuites/psxtests/psxhdrs/errno/errno.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief errno API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief errno API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/fmtmsg/fmtmsg.c b/testsuites/psxtests/psxhdrs/fmtmsg/fmtmsg.c
index a2de13be95..fc3643c2f5 100644
--- a/testsuites/psxtests/psxhdrs/fmtmsg/fmtmsg.c
+++ b/testsuites/psxtests/psxhdrs/fmtmsg/fmtmsg.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fmtmsg() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fmtmsg() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/fnmatch/fnmatch.c b/testsuites/psxtests/psxhdrs/fnmatch/fnmatch.c
index 290d705f48..2ac77965b1 100644
--- a/testsuites/psxtests/psxhdrs/fnmatch/fnmatch.c
+++ b/testsuites/psxtests/psxhdrs/fnmatch/fnmatch.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fnmatch() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fnmatch() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ftw/ftw.c b/testsuites/psxtests/psxhdrs/ftw/ftw.c
index 41757165a8..a53bb4d302 100644
--- a/testsuites/psxtests/psxhdrs/ftw/ftw.c
+++ b/testsuites/psxtests/psxhdrs/ftw/ftw.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ftw() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ftw() API Conformance Test
+ */
+
 #define _XOPEN_SOURCE 500
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/ftw/nftw.c b/testsuites/psxtests/psxhdrs/ftw/nftw.c
index e55763ce68..c50a2ee8e3 100644
--- a/testsuites/psxtests/psxhdrs/ftw/nftw.c
+++ b/testsuites/psxtests/psxhdrs/ftw/nftw.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nftw() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nftw() API Conformance Test
+ */
+
 #define _XOPEN_SOURCE 500
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/iconv/iconv.c b/testsuites/psxtests/psxhdrs/iconv/iconv.c
index 6244c4f586..48354b4e3e 100755
--- a/testsuites/psxtests/psxhdrs/iconv/iconv.c
+++ b/testsuites/psxtests/psxhdrs/iconv/iconv.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iconv() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iconv() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/iconv/iconv_close.c b/testsuites/psxtests/psxhdrs/iconv/iconv_close.c
index c423f66360..91bf4fcf39 100755
--- a/testsuites/psxtests/psxhdrs/iconv/iconv_close.c
+++ b/testsuites/psxtests/psxhdrs/iconv/iconv_close.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iconv_close() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iconv_close() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/iconv/iconv_open.c b/testsuites/psxtests/psxhdrs/iconv/iconv_open.c
index 1c87797b45..b73cf3ab31 100755
--- a/testsuites/psxtests/psxhdrs/iconv/iconv_open.c
+++ b/testsuites/psxtests/psxhdrs/iconv/iconv_open.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iconv_open() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iconv_open() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/inttypes/imaxabs.c b/testsuites/psxtests/psxhdrs/inttypes/imaxabs.c
index e69f3b92f9..80a876eb33 100644
--- a/testsuites/psxtests/psxhdrs/inttypes/imaxabs.c
+++ b/testsuites/psxtests/psxhdrs/inttypes/imaxabs.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief imaxabs() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief imaxabs() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/inttypes/imaxdiv.c b/testsuites/psxtests/psxhdrs/inttypes/imaxdiv.c
index 86f06c7be8..6cae1d9f73 100644
--- a/testsuites/psxtests/psxhdrs/inttypes/imaxdiv.c
+++ b/testsuites/psxtests/psxhdrs/inttypes/imaxdiv.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief imaxdiv() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief imaxdiv() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/inttypes/strtoimax.c b/testsuites/psxtests/psxhdrs/inttypes/strtoimax.c
index 6a2a4683d4..089ce565fc 100644
--- a/testsuites/psxtests/psxhdrs/inttypes/strtoimax.c
+++ b/testsuites/psxtests/psxhdrs/inttypes/strtoimax.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strtoimax() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strtoimax() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/inttypes/strtoumax.c b/testsuites/psxtests/psxhdrs/inttypes/strtoumax.c
index 9f20d5a4dc..783ec7bad3 100644
--- a/testsuites/psxtests/psxhdrs/inttypes/strtoumax.c
+++ b/testsuites/psxtests/psxhdrs/inttypes/strtoumax.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strtoumax() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strtoumax() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/inttypes/wcstoimax.c b/testsuites/psxtests/psxhdrs/inttypes/wcstoimax.c
index 19c8a3b79d..a2b088e2f7 100644
--- a/testsuites/psxtests/psxhdrs/inttypes/wcstoimax.c
+++ b/testsuites/psxtests/psxhdrs/inttypes/wcstoimax.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief wcstoimax() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief wcstoimax() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/inttypes/wcstoumax.c b/testsuites/psxtests/psxhdrs/inttypes/wcstoumax.c
index 19fb254fd6..f900fd7b09 100644
--- a/testsuites/psxtests/psxhdrs/inttypes/wcstoumax.c
+++ b/testsuites/psxtests/psxhdrs/inttypes/wcstoumax.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief wcstoumax() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief wcstoumax() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo.c b/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo.c
index cb8d6a5404..b90846710c 100644
--- a/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo.c
+++ b/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nl_langinfo() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nl_langinfo() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo_l.c b/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo_l.c
index d469da4844..e869e643b1 100644
--- a/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo_l.c
+++ b/testsuites/psxtests/psxhdrs/langinfo/nl_langinfo_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nl_langinfo_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nl_langinfo_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/libgen/basename.c b/testsuites/psxtests/psxhdrs/libgen/basename.c
index e25a1ecd04..e578a63cc1 100644
--- a/testsuites/psxtests/psxhdrs/libgen/basename.c
+++ b/testsuites/psxtests/psxhdrs/libgen/basename.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief basename() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief basename() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/libgen/dirname.c b/testsuites/psxtests/psxhdrs/libgen/dirname.c
index 0fe82d2f99..e4204fa1cf 100644
--- a/testsuites/psxtests/psxhdrs/libgen/dirname.c
+++ b/testsuites/psxtests/psxhdrs/libgen/dirname.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief dirname() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief dirname() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/locale/duplocale.c b/testsuites/psxtests/psxhdrs/locale/duplocale.c
index 54032b7ba3..7216a7d7e1 100644
--- a/testsuites/psxtests/psxhdrs/locale/duplocale.c
+++ b/testsuites/psxtests/psxhdrs/locale/duplocale.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief duplocale() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief duplocale() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/locale/freelocale.c b/testsuites/psxtests/psxhdrs/locale/freelocale.c
index 8dfb698db0..c9b806b28a 100644
--- a/testsuites/psxtests/psxhdrs/locale/freelocale.c
+++ b/testsuites/psxtests/psxhdrs/locale/freelocale.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief freelocale() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief freelocale() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/locale/localeconv.c b/testsuites/psxtests/psxhdrs/locale/localeconv.c
index 8f09c10cd3..d35dd55297 100644
--- a/testsuites/psxtests/psxhdrs/locale/localeconv.c
+++ b/testsuites/psxtests/psxhdrs/locale/localeconv.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief localeconv() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief localeconv() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/locale/newlocale.c b/testsuites/psxtests/psxhdrs/locale/newlocale.c
index 0e5b899f41..86fded84d5 100644
--- a/testsuites/psxtests/psxhdrs/locale/newlocale.c
+++ b/testsuites/psxtests/psxhdrs/locale/newlocale.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief newlocale() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief newlocale() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/locale/setlocale.c b/testsuites/psxtests/psxhdrs/locale/setlocale.c
index 87d08b1510..034acddd17 100644
--- a/testsuites/psxtests/psxhdrs/locale/setlocale.c
+++ b/testsuites/psxtests/psxhdrs/locale/setlocale.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief setlocale() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief setlocale() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/locale/uselocale.c b/testsuites/psxtests/psxhdrs/locale/uselocale.c
index deca2a80d2..1b1f23bbda 100644
--- a/testsuites/psxtests/psxhdrs/locale/uselocale.c
+++ b/testsuites/psxtests/psxhdrs/locale/uselocale.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief uselocale() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief uselocale() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/acos.c b/testsuites/psxtests/psxhdrs/math/acos.c
index 1863c1b6c0..4d84586db0 100644
--- a/testsuites/psxtests/psxhdrs/math/acos.c
+++ b/testsuites/psxtests/psxhdrs/math/acos.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief acos() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief acos() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/acosf.c b/testsuites/psxtests/psxhdrs/math/acosf.c
index 352e6cfb2c..4a3f27c39b 100644
--- a/testsuites/psxtests/psxhdrs/math/acosf.c
+++ b/testsuites/psxtests/psxhdrs/math/acosf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief acosf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief acosf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/acosh.c b/testsuites/psxtests/psxhdrs/math/acosh.c
index 0cf55d1411..caf056f4db 100644
--- a/testsuites/psxtests/psxhdrs/math/acosh.c
+++ b/testsuites/psxtests/psxhdrs/math/acosh.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief acosh() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief acosh() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/acoshf.c b/testsuites/psxtests/psxhdrs/math/acoshf.c
index f16621ffb4..4226b270c4 100644
--- a/testsuites/psxtests/psxhdrs/math/acoshf.c
+++ b/testsuites/psxtests/psxhdrs/math/acoshf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief acoshf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief acoshf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/acoshl.c b/testsuites/psxtests/psxhdrs/math/acoshl.c
index b6bf0bd16c..377d8c9d30 100644
--- a/testsuites/psxtests/psxhdrs/math/acoshl.c
+++ b/testsuites/psxtests/psxhdrs/math/acoshl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief acoshl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief acoshl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/acosl.c b/testsuites/psxtests/psxhdrs/math/acosl.c
index d2235aea76..5d18bdac90 100644
--- a/testsuites/psxtests/psxhdrs/math/acosl.c
+++ b/testsuites/psxtests/psxhdrs/math/acosl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief acosl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief acosl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/asin.c b/testsuites/psxtests/psxhdrs/math/asin.c
index d52d8dc0b3..48fa8a7149 100644
--- a/testsuites/psxtests/psxhdrs/math/asin.c
+++ b/testsuites/psxtests/psxhdrs/math/asin.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief asin() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief asin() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/asinf.c b/testsuites/psxtests/psxhdrs/math/asinf.c
index 089cfb38dd..4cd6dc3a9c 100644
--- a/testsuites/psxtests/psxhdrs/math/asinf.c
+++ b/testsuites/psxtests/psxhdrs/math/asinf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief asinf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief asinf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/asinh.c b/testsuites/psxtests/psxhdrs/math/asinh.c
index be45dfcdc0..a04732dd8d 100644
--- a/testsuites/psxtests/psxhdrs/math/asinh.c
+++ b/testsuites/psxtests/psxhdrs/math/asinh.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief asinh() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief asinh() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/asinhf.c b/testsuites/psxtests/psxhdrs/math/asinhf.c
index 9ef02efde8..da2216aa5c 100644
--- a/testsuites/psxtests/psxhdrs/math/asinhf.c
+++ b/testsuites/psxtests/psxhdrs/math/asinhf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief asinhf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief asinhf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/asinhl.c b/testsuites/psxtests/psxhdrs/math/asinhl.c
index e3a2a0ec9b..b34293cc63 100644
--- a/testsuites/psxtests/psxhdrs/math/asinhl.c
+++ b/testsuites/psxtests/psxhdrs/math/asinhl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief asinhl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief asinhl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/asinl.c b/testsuites/psxtests/psxhdrs/math/asinl.c
index 1ed9e85b4c..bddaecccd4 100644
--- a/testsuites/psxtests/psxhdrs/math/asinl.c
+++ b/testsuites/psxtests/psxhdrs/math/asinl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief asinl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief asinl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/atan.c b/testsuites/psxtests/psxhdrs/math/atan.c
index 06a2abbaf1..f407d12349 100644
--- a/testsuites/psxtests/psxhdrs/math/atan.c
+++ b/testsuites/psxtests/psxhdrs/math/atan.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief atan() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief atan() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/atan2.c b/testsuites/psxtests/psxhdrs/math/atan2.c
index 7773e73eee..a1e52293fc 100644
--- a/testsuites/psxtests/psxhdrs/math/atan2.c
+++ b/testsuites/psxtests/psxhdrs/math/atan2.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief atan2() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief atan2() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/atan2f.c b/testsuites/psxtests/psxhdrs/math/atan2f.c
index 2ce8455798..dbdebbf45f 100644
--- a/testsuites/psxtests/psxhdrs/math/atan2f.c
+++ b/testsuites/psxtests/psxhdrs/math/atan2f.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief atan2f() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief atan2f() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/atan2l.c b/testsuites/psxtests/psxhdrs/math/atan2l.c
index 3ce992afa8..4d26cd29d0 100644
--- a/testsuites/psxtests/psxhdrs/math/atan2l.c
+++ b/testsuites/psxtests/psxhdrs/math/atan2l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief atan2l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief atan2l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/atanf.c b/testsuites/psxtests/psxhdrs/math/atanf.c
index c06694f3f4..e6da7bffe7 100644
--- a/testsuites/psxtests/psxhdrs/math/atanf.c
+++ b/testsuites/psxtests/psxhdrs/math/atanf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief atanf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief atanf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/atanh.c b/testsuites/psxtests/psxhdrs/math/atanh.c
index 61b7e9cdd6..0c92b273b4 100644
--- a/testsuites/psxtests/psxhdrs/math/atanh.c
+++ b/testsuites/psxtests/psxhdrs/math/atanh.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief atanh() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief atanh() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/atanhf.c b/testsuites/psxtests/psxhdrs/math/atanhf.c
index 56109aa1e1..7a05208763 100644
--- a/testsuites/psxtests/psxhdrs/math/atanhf.c
+++ b/testsuites/psxtests/psxhdrs/math/atanhf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief atanhf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief atanhf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/atanhl.c b/testsuites/psxtests/psxhdrs/math/atanhl.c
index bf75c1e106..4818ec34f0 100644
--- a/testsuites/psxtests/psxhdrs/math/atanhl.c
+++ b/testsuites/psxtests/psxhdrs/math/atanhl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief atanhl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief atanhl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/atanl.c b/testsuites/psxtests/psxhdrs/math/atanl.c
index 6a1cddc181..bc0ae33a4b 100644
--- a/testsuites/psxtests/psxhdrs/math/atanl.c
+++ b/testsuites/psxtests/psxhdrs/math/atanl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief atanl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief atanl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/cbrt.c b/testsuites/psxtests/psxhdrs/math/cbrt.c
index 690efc153a..c4cb92d2a7 100644
--- a/testsuites/psxtests/psxhdrs/math/cbrt.c
+++ b/testsuites/psxtests/psxhdrs/math/cbrt.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cbrt() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cbrt() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/cbrtf.c b/testsuites/psxtests/psxhdrs/math/cbrtf.c
index b61dbe911f..a8ff5c5bf0 100644
--- a/testsuites/psxtests/psxhdrs/math/cbrtf.c
+++ b/testsuites/psxtests/psxhdrs/math/cbrtf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cbrtf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cbrtf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/cbrtl.c b/testsuites/psxtests/psxhdrs/math/cbrtl.c
index 177566cbf2..1a36057287 100644
--- a/testsuites/psxtests/psxhdrs/math/cbrtl.c
+++ b/testsuites/psxtests/psxhdrs/math/cbrtl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cbrtl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cbrtl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/ceil.c b/testsuites/psxtests/psxhdrs/math/ceil.c
index 22c748a4ab..769ec0d01b 100644
--- a/testsuites/psxtests/psxhdrs/math/ceil.c
+++ b/testsuites/psxtests/psxhdrs/math/ceil.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ceil() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ceil() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/ceilf.c b/testsuites/psxtests/psxhdrs/math/ceilf.c
index a8d6d34c31..01986ff896 100644
--- a/testsuites/psxtests/psxhdrs/math/ceilf.c
+++ b/testsuites/psxtests/psxhdrs/math/ceilf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ceilf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ceilf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/ceill.c b/testsuites/psxtests/psxhdrs/math/ceill.c
index 4e9fd1965c..496333e28c 100644
--- a/testsuites/psxtests/psxhdrs/math/ceill.c
+++ b/testsuites/psxtests/psxhdrs/math/ceill.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ceill() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ceill() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/copysign.c b/testsuites/psxtests/psxhdrs/math/copysign.c
index 2cc0c503c2..9c9974c148 100644
--- a/testsuites/psxtests/psxhdrs/math/copysign.c
+++ b/testsuites/psxtests/psxhdrs/math/copysign.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief copysign() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief copysign() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/copysignf.c b/testsuites/psxtests/psxhdrs/math/copysignf.c
index 100337cedd..269e4e5198 100644
--- a/testsuites/psxtests/psxhdrs/math/copysignf.c
+++ b/testsuites/psxtests/psxhdrs/math/copysignf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief copysignf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief copysignf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/copysignl.c b/testsuites/psxtests/psxhdrs/math/copysignl.c
index 448d14e710..4e9c15c7bc 100644
--- a/testsuites/psxtests/psxhdrs/math/copysignl.c
+++ b/testsuites/psxtests/psxhdrs/math/copysignl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief copysignl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief copysignl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/cos.c b/testsuites/psxtests/psxhdrs/math/cos.c
index d545c989c1..60eacdc3fc 100644
--- a/testsuites/psxtests/psxhdrs/math/cos.c
+++ b/testsuites/psxtests/psxhdrs/math/cos.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cos() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cos() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/cosf.c b/testsuites/psxtests/psxhdrs/math/cosf.c
index 37332f569e..b7207e0d6e 100644
--- a/testsuites/psxtests/psxhdrs/math/cosf.c
+++ b/testsuites/psxtests/psxhdrs/math/cosf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cosf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cosf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/cosh.c b/testsuites/psxtests/psxhdrs/math/cosh.c
index 742e22cf5a..8638d6db56 100644
--- a/testsuites/psxtests/psxhdrs/math/cosh.c
+++ b/testsuites/psxtests/psxhdrs/math/cosh.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cosh() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cosh() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/coshf.c b/testsuites/psxtests/psxhdrs/math/coshf.c
index c4e8e49d54..64ec1e1dcc 100644
--- a/testsuites/psxtests/psxhdrs/math/coshf.c
+++ b/testsuites/psxtests/psxhdrs/math/coshf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief coshf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief coshf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/coshl.c b/testsuites/psxtests/psxhdrs/math/coshl.c
index 38b6c5525d..42d5bddc1d 100644
--- a/testsuites/psxtests/psxhdrs/math/coshl.c
+++ b/testsuites/psxtests/psxhdrs/math/coshl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief coshl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief coshl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/cosl.c b/testsuites/psxtests/psxhdrs/math/cosl.c
index fff10803df..f3b6af0a5b 100644
--- a/testsuites/psxtests/psxhdrs/math/cosl.c
+++ b/testsuites/psxtests/psxhdrs/math/cosl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cosl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cosl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/erf.c b/testsuites/psxtests/psxhdrs/math/erf.c
index 6cbf92c9ff..ee0c77b674 100644
--- a/testsuites/psxtests/psxhdrs/math/erf.c
+++ b/testsuites/psxtests/psxhdrs/math/erf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief erf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief erf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/erfc.c b/testsuites/psxtests/psxhdrs/math/erfc.c
index 82ad4489c9..963a9802ea 100644
--- a/testsuites/psxtests/psxhdrs/math/erfc.c
+++ b/testsuites/psxtests/psxhdrs/math/erfc.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief erfc() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief erfc() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/erfcf.c b/testsuites/psxtests/psxhdrs/math/erfcf.c
index f3d8a84d37..56f87b079f 100644
--- a/testsuites/psxtests/psxhdrs/math/erfcf.c
+++ b/testsuites/psxtests/psxhdrs/math/erfcf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief erfcf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief erfcf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/erfcl.c b/testsuites/psxtests/psxhdrs/math/erfcl.c
index bea370c94b..9ca7a0bd48 100644
--- a/testsuites/psxtests/psxhdrs/math/erfcl.c
+++ b/testsuites/psxtests/psxhdrs/math/erfcl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief erfcl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief erfcl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/erff.c b/testsuites/psxtests/psxhdrs/math/erff.c
index b0d764c279..9abd13f0de 100644
--- a/testsuites/psxtests/psxhdrs/math/erff.c
+++ b/testsuites/psxtests/psxhdrs/math/erff.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief erff() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief erff() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/erfl.c b/testsuites/psxtests/psxhdrs/math/erfl.c
index 35bb58a2a3..6dbf541758 100644
--- a/testsuites/psxtests/psxhdrs/math/erfl.c
+++ b/testsuites/psxtests/psxhdrs/math/erfl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief erfl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief erfl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/exp.c b/testsuites/psxtests/psxhdrs/math/exp.c
index c2f82ead47..a5892bea39 100644
--- a/testsuites/psxtests/psxhdrs/math/exp.c
+++ b/testsuites/psxtests/psxhdrs/math/exp.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief exp() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief exp() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/exp2.c b/testsuites/psxtests/psxhdrs/math/exp2.c
index 198bdbee0a..db05432986 100644
--- a/testsuites/psxtests/psxhdrs/math/exp2.c
+++ b/testsuites/psxtests/psxhdrs/math/exp2.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief exp2() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief exp2() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/exp2f.c b/testsuites/psxtests/psxhdrs/math/exp2f.c
index 2163a9b080..dc852d4fae 100644
--- a/testsuites/psxtests/psxhdrs/math/exp2f.c
+++ b/testsuites/psxtests/psxhdrs/math/exp2f.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief exp2f() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief exp2f() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/exp2l.c b/testsuites/psxtests/psxhdrs/math/exp2l.c
index cc39afde75..199d1f669a 100644
--- a/testsuites/psxtests/psxhdrs/math/exp2l.c
+++ b/testsuites/psxtests/psxhdrs/math/exp2l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief exp2l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief exp2l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/expf.c b/testsuites/psxtests/psxhdrs/math/expf.c
index 8d69dd84bb..9d25d66aad 100644
--- a/testsuites/psxtests/psxhdrs/math/expf.c
+++ b/testsuites/psxtests/psxhdrs/math/expf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief expf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief expf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/expl.c b/testsuites/psxtests/psxhdrs/math/expl.c
index 1ae0f8ceae..b9b0c398b1 100644
--- a/testsuites/psxtests/psxhdrs/math/expl.c
+++ b/testsuites/psxtests/psxhdrs/math/expl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief expl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief expl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/expm1.c b/testsuites/psxtests/psxhdrs/math/expm1.c
index 4a4cec5133..e62326e68b 100644
--- a/testsuites/psxtests/psxhdrs/math/expm1.c
+++ b/testsuites/psxtests/psxhdrs/math/expm1.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief expm1() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief expm1() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/expm1f.c b/testsuites/psxtests/psxhdrs/math/expm1f.c
index 86ab6b0cee..92711eda71 100644
--- a/testsuites/psxtests/psxhdrs/math/expm1f.c
+++ b/testsuites/psxtests/psxhdrs/math/expm1f.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief expm1f() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief expm1f() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/expm1l.c b/testsuites/psxtests/psxhdrs/math/expm1l.c
index e677e0a3ba..03e4dade3e 100644
--- a/testsuites/psxtests/psxhdrs/math/expm1l.c
+++ b/testsuites/psxtests/psxhdrs/math/expm1l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief expm1l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief expm1l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fabs.c b/testsuites/psxtests/psxhdrs/math/fabs.c
index 4da2c5bec6..54a23f216c 100644
--- a/testsuites/psxtests/psxhdrs/math/fabs.c
+++ b/testsuites/psxtests/psxhdrs/math/fabs.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fabs() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fabs() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fabsf.c b/testsuites/psxtests/psxhdrs/math/fabsf.c
index 93c9213d6c..047435edab 100644
--- a/testsuites/psxtests/psxhdrs/math/fabsf.c
+++ b/testsuites/psxtests/psxhdrs/math/fabsf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fabsf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fabsf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fabsl.c b/testsuites/psxtests/psxhdrs/math/fabsl.c
index d32bd7b999..7ecf6e5992 100644
--- a/testsuites/psxtests/psxhdrs/math/fabsl.c
+++ b/testsuites/psxtests/psxhdrs/math/fabsl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fabsl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fabsl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fdim.c b/testsuites/psxtests/psxhdrs/math/fdim.c
index 9460a741c3..90e9af14c9 100644
--- a/testsuites/psxtests/psxhdrs/math/fdim.c
+++ b/testsuites/psxtests/psxhdrs/math/fdim.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fdim() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fdim() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fdimf.c b/testsuites/psxtests/psxhdrs/math/fdimf.c
index 1581cc3cb6..4bc2f4c826 100644
--- a/testsuites/psxtests/psxhdrs/math/fdimf.c
+++ b/testsuites/psxtests/psxhdrs/math/fdimf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fdimf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fdimf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fdiml.c b/testsuites/psxtests/psxhdrs/math/fdiml.c
index 000c6efdd4..f6d68a7044 100644
--- a/testsuites/psxtests/psxhdrs/math/fdiml.c
+++ b/testsuites/psxtests/psxhdrs/math/fdiml.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fdiml() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fdiml() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/floor.c b/testsuites/psxtests/psxhdrs/math/floor.c
index f08ec0d3bc..cdf3b18509 100644
--- a/testsuites/psxtests/psxhdrs/math/floor.c
+++ b/testsuites/psxtests/psxhdrs/math/floor.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief floor() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief floor() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/floorf.c b/testsuites/psxtests/psxhdrs/math/floorf.c
index b1411b6512..48804bea44 100644
--- a/testsuites/psxtests/psxhdrs/math/floorf.c
+++ b/testsuites/psxtests/psxhdrs/math/floorf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief floorf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief floorf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/floorl.c b/testsuites/psxtests/psxhdrs/math/floorl.c
index 8a34358f30..d95a3301dd 100644
--- a/testsuites/psxtests/psxhdrs/math/floorl.c
+++ b/testsuites/psxtests/psxhdrs/math/floorl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief floorl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief floorl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fma.c b/testsuites/psxtests/psxhdrs/math/fma.c
index 48f274188a..8c1f12a4df 100644
--- a/testsuites/psxtests/psxhdrs/math/fma.c
+++ b/testsuites/psxtests/psxhdrs/math/fma.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fma() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fma() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fmaf.c b/testsuites/psxtests/psxhdrs/math/fmaf.c
index d641bffcb3..852c14bb2b 100644
--- a/testsuites/psxtests/psxhdrs/math/fmaf.c
+++ b/testsuites/psxtests/psxhdrs/math/fmaf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fmaf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fmaf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fmal.c b/testsuites/psxtests/psxhdrs/math/fmal.c
index baf80a7684..f6793e9b69 100644
--- a/testsuites/psxtests/psxhdrs/math/fmal.c
+++ b/testsuites/psxtests/psxhdrs/math/fmal.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fmal() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fmal() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fmax.c b/testsuites/psxtests/psxhdrs/math/fmax.c
index d56d03da80..954efadf4e 100644
--- a/testsuites/psxtests/psxhdrs/math/fmax.c
+++ b/testsuites/psxtests/psxhdrs/math/fmax.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fmax() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fmax() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fmaxf.c b/testsuites/psxtests/psxhdrs/math/fmaxf.c
index 43820e220a..9b79f8943d 100644
--- a/testsuites/psxtests/psxhdrs/math/fmaxf.c
+++ b/testsuites/psxtests/psxhdrs/math/fmaxf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fmaxf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fmaxf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fmaxl.c b/testsuites/psxtests/psxhdrs/math/fmaxl.c
index 68bb6a0ef3..7586302f7f 100644
--- a/testsuites/psxtests/psxhdrs/math/fmaxl.c
+++ b/testsuites/psxtests/psxhdrs/math/fmaxl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fmaxl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fmaxl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fmin.c b/testsuites/psxtests/psxhdrs/math/fmin.c
index 2635a4358d..30dbee088e 100644
--- a/testsuites/psxtests/psxhdrs/math/fmin.c
+++ b/testsuites/psxtests/psxhdrs/math/fmin.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fmin() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fmin() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fminf.c b/testsuites/psxtests/psxhdrs/math/fminf.c
index e81139e8f5..2c6dbe4966 100644
--- a/testsuites/psxtests/psxhdrs/math/fminf.c
+++ b/testsuites/psxtests/psxhdrs/math/fminf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fminf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fminf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fminl.c b/testsuites/psxtests/psxhdrs/math/fminl.c
index b8c5dfb349..614e353ad2 100644
--- a/testsuites/psxtests/psxhdrs/math/fminl.c
+++ b/testsuites/psxtests/psxhdrs/math/fminl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fminl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fminl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fmod.c b/testsuites/psxtests/psxhdrs/math/fmod.c
index dc6fc6cca1..13b6402c39 100644
--- a/testsuites/psxtests/psxhdrs/math/fmod.c
+++ b/testsuites/psxtests/psxhdrs/math/fmod.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fmod() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fmod() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fmodf.c b/testsuites/psxtests/psxhdrs/math/fmodf.c
index 28e07e05f3..0c42b5c922 100644
--- a/testsuites/psxtests/psxhdrs/math/fmodf.c
+++ b/testsuites/psxtests/psxhdrs/math/fmodf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fmodf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fmodf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fmodl.c b/testsuites/psxtests/psxhdrs/math/fmodl.c
index 7111ff6f7d..7694f5c60b 100644
--- a/testsuites/psxtests/psxhdrs/math/fmodl.c
+++ b/testsuites/psxtests/psxhdrs/math/fmodl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fmodl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fmodl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/fpclassify.c b/testsuites/psxtests/psxhdrs/math/fpclassify.c
index 9ad9bccff7..57e7984ca7 100644
--- a/testsuites/psxtests/psxhdrs/math/fpclassify.c
+++ b/testsuites/psxtests/psxhdrs/math/fpclassify.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fpclassify() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fpclassify() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/frexp.c b/testsuites/psxtests/psxhdrs/math/frexp.c
index fc10adf512..98b26adbab 100644
--- a/testsuites/psxtests/psxhdrs/math/frexp.c
+++ b/testsuites/psxtests/psxhdrs/math/frexp.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief frexp() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief frexp() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/frexpf.c b/testsuites/psxtests/psxhdrs/math/frexpf.c
index cb6074bdcc..f7abf88a01 100644
--- a/testsuites/psxtests/psxhdrs/math/frexpf.c
+++ b/testsuites/psxtests/psxhdrs/math/frexpf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief frexpf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief frexpf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/frexpl.c b/testsuites/psxtests/psxhdrs/math/frexpl.c
index 3ad3e25a5d..c813469aee 100644
--- a/testsuites/psxtests/psxhdrs/math/frexpl.c
+++ b/testsuites/psxtests/psxhdrs/math/frexpl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief frexpl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief frexpl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/hypot.c b/testsuites/psxtests/psxhdrs/math/hypot.c
index be0790580f..806ccbb082 100644
--- a/testsuites/psxtests/psxhdrs/math/hypot.c
+++ b/testsuites/psxtests/psxhdrs/math/hypot.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief hypot() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief hypot() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/hypotf.c b/testsuites/psxtests/psxhdrs/math/hypotf.c
index 64b300d50a..e154fa5afe 100644
--- a/testsuites/psxtests/psxhdrs/math/hypotf.c
+++ b/testsuites/psxtests/psxhdrs/math/hypotf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief hypotf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief hypotf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/hypotl.c b/testsuites/psxtests/psxhdrs/math/hypotl.c
index bffc632c09..e17825490c 100644
--- a/testsuites/psxtests/psxhdrs/math/hypotl.c
+++ b/testsuites/psxtests/psxhdrs/math/hypotl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief hypotl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief hypotl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/ilogb.c b/testsuites/psxtests/psxhdrs/math/ilogb.c
index f9ba29f48a..ece3591009 100644
--- a/testsuites/psxtests/psxhdrs/math/ilogb.c
+++ b/testsuites/psxtests/psxhdrs/math/ilogb.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ilogb() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ilogb() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/ilogbf.c b/testsuites/psxtests/psxhdrs/math/ilogbf.c
index e790a1923e..e871d72165 100644
--- a/testsuites/psxtests/psxhdrs/math/ilogbf.c
+++ b/testsuites/psxtests/psxhdrs/math/ilogbf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ilogbf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ilogbf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/ilogbl.c b/testsuites/psxtests/psxhdrs/math/ilogbl.c
index 8daa32df84..73991f736a 100644
--- a/testsuites/psxtests/psxhdrs/math/ilogbl.c
+++ b/testsuites/psxtests/psxhdrs/math/ilogbl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ilogbl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ilogbl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/isfinite.c b/testsuites/psxtests/psxhdrs/math/isfinite.c
index 4d5cf878a8..c9618c0555 100644
--- a/testsuites/psxtests/psxhdrs/math/isfinite.c
+++ b/testsuites/psxtests/psxhdrs/math/isfinite.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isfinite() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isfinite() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/isgreater.c b/testsuites/psxtests/psxhdrs/math/isgreater.c
index 38e1951c68..3470cdf628 100644
--- a/testsuites/psxtests/psxhdrs/math/isgreater.c
+++ b/testsuites/psxtests/psxhdrs/math/isgreater.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isgreater() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isgreater() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/isgreaterequal.c b/testsuites/psxtests/psxhdrs/math/isgreaterequal.c
index f6499f2efd..7be59c8653 100644
--- a/testsuites/psxtests/psxhdrs/math/isgreaterequal.c
+++ b/testsuites/psxtests/psxhdrs/math/isgreaterequal.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isgreaterequal() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isgreaterequal() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/isinf.c b/testsuites/psxtests/psxhdrs/math/isinf.c
index a24b4ba8d4..27efb1fbac 100644
--- a/testsuites/psxtests/psxhdrs/math/isinf.c
+++ b/testsuites/psxtests/psxhdrs/math/isinf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isinf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isinf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/isless.c b/testsuites/psxtests/psxhdrs/math/isless.c
index 4c97629815..1817bb8989 100644
--- a/testsuites/psxtests/psxhdrs/math/isless.c
+++ b/testsuites/psxtests/psxhdrs/math/isless.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isless() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isless() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/islessequal.c b/testsuites/psxtests/psxhdrs/math/islessequal.c
index 62b773f1cd..7dbea38a11 100644
--- a/testsuites/psxtests/psxhdrs/math/islessequal.c
+++ b/testsuites/psxtests/psxhdrs/math/islessequal.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief islessequal() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief islessequal() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/islessgreater.c b/testsuites/psxtests/psxhdrs/math/islessgreater.c
index f213695339..dae238cdc8 100644
--- a/testsuites/psxtests/psxhdrs/math/islessgreater.c
+++ b/testsuites/psxtests/psxhdrs/math/islessgreater.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief islessgreater() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief islessgreater() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/isnan.c b/testsuites/psxtests/psxhdrs/math/isnan.c
index 6e72a85bea..e47ccb7367 100644
--- a/testsuites/psxtests/psxhdrs/math/isnan.c
+++ b/testsuites/psxtests/psxhdrs/math/isnan.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isnan() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isnan() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/isnormal.c b/testsuites/psxtests/psxhdrs/math/isnormal.c
index 5ffcad2e63..c1c930818d 100644
--- a/testsuites/psxtests/psxhdrs/math/isnormal.c
+++ b/testsuites/psxtests/psxhdrs/math/isnormal.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isnormal() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isnormal() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/isunordered.c b/testsuites/psxtests/psxhdrs/math/isunordered.c
index 27ff7aa6b2..fe2827bf2f 100644
--- a/testsuites/psxtests/psxhdrs/math/isunordered.c
+++ b/testsuites/psxtests/psxhdrs/math/isunordered.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief isunordered() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief isunordered() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/ldexp.c b/testsuites/psxtests/psxhdrs/math/ldexp.c
index b959df0764..15361665e2 100644
--- a/testsuites/psxtests/psxhdrs/math/ldexp.c
+++ b/testsuites/psxtests/psxhdrs/math/ldexp.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ldexp() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ldexp() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/ldexpf.c b/testsuites/psxtests/psxhdrs/math/ldexpf.c
index 98b62af6bd..44ed27b302 100644
--- a/testsuites/psxtests/psxhdrs/math/ldexpf.c
+++ b/testsuites/psxtests/psxhdrs/math/ldexpf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ldexpf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ldexpf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/ldexpl.c b/testsuites/psxtests/psxhdrs/math/ldexpl.c
index de1a2dcb8a..e09fdf66e5 100644
--- a/testsuites/psxtests/psxhdrs/math/ldexpl.c
+++ b/testsuites/psxtests/psxhdrs/math/ldexpl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ldexpl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ldexpl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/lgamma.c b/testsuites/psxtests/psxhdrs/math/lgamma.c
index e95ad1fb34..73e236cad7 100644
--- a/testsuites/psxtests/psxhdrs/math/lgamma.c
+++ b/testsuites/psxtests/psxhdrs/math/lgamma.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief lgamma() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief lgamma() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/lgammaf.c b/testsuites/psxtests/psxhdrs/math/lgammaf.c
index 49b12b0473..fb28bc9997 100644
--- a/testsuites/psxtests/psxhdrs/math/lgammaf.c
+++ b/testsuites/psxtests/psxhdrs/math/lgammaf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief lgammaf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief lgammaf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/lgammal.c b/testsuites/psxtests/psxhdrs/math/lgammal.c
index 156b39092b..1b3cdc3179 100644
--- a/testsuites/psxtests/psxhdrs/math/lgammal.c
+++ b/testsuites/psxtests/psxhdrs/math/lgammal.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief lgammal() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief lgammal() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/llrint.c b/testsuites/psxtests/psxhdrs/math/llrint.c
index 9e5a6d1dd0..03cf263c06 100644
--- a/testsuites/psxtests/psxhdrs/math/llrint.c
+++ b/testsuites/psxtests/psxhdrs/math/llrint.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief llrint() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief llrint() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/llrintf.c b/testsuites/psxtests/psxhdrs/math/llrintf.c
index 2f0ebadf18..3069e2b993 100644
--- a/testsuites/psxtests/psxhdrs/math/llrintf.c
+++ b/testsuites/psxtests/psxhdrs/math/llrintf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief llrintf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief llrintf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/llrintl.c b/testsuites/psxtests/psxhdrs/math/llrintl.c
index f8e73ac4dd..12d097350c 100644
--- a/testsuites/psxtests/psxhdrs/math/llrintl.c
+++ b/testsuites/psxtests/psxhdrs/math/llrintl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief llrintl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief llrintl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/llround.c b/testsuites/psxtests/psxhdrs/math/llround.c
index 6a60ed2697..292ab7e312 100644
--- a/testsuites/psxtests/psxhdrs/math/llround.c
+++ b/testsuites/psxtests/psxhdrs/math/llround.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief llround() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief llround() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/llroundf.c b/testsuites/psxtests/psxhdrs/math/llroundf.c
index bdc0a08c5e..b0814d5cc8 100644
--- a/testsuites/psxtests/psxhdrs/math/llroundf.c
+++ b/testsuites/psxtests/psxhdrs/math/llroundf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief llroundf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief llroundf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/llroundl.c b/testsuites/psxtests/psxhdrs/math/llroundl.c
index ed085e46cd..a898a3ef53 100644
--- a/testsuites/psxtests/psxhdrs/math/llroundl.c
+++ b/testsuites/psxtests/psxhdrs/math/llroundl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief llroundl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief llroundl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/log.c b/testsuites/psxtests/psxhdrs/math/log.c
index 8b66e501ed..f9dca0ee7a 100644
--- a/testsuites/psxtests/psxhdrs/math/log.c
+++ b/testsuites/psxtests/psxhdrs/math/log.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief log() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief log() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/log10.c b/testsuites/psxtests/psxhdrs/math/log10.c
index 465fe044f3..cf4793bf18 100644
--- a/testsuites/psxtests/psxhdrs/math/log10.c
+++ b/testsuites/psxtests/psxhdrs/math/log10.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief log10() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief log10() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/log10f.c b/testsuites/psxtests/psxhdrs/math/log10f.c
index 3b5b5f2329..3590929c64 100644
--- a/testsuites/psxtests/psxhdrs/math/log10f.c
+++ b/testsuites/psxtests/psxhdrs/math/log10f.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief log10f() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief log10f() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/log10l.c b/testsuites/psxtests/psxhdrs/math/log10l.c
index 0339489020..7d1db80d61 100644
--- a/testsuites/psxtests/psxhdrs/math/log10l.c
+++ b/testsuites/psxtests/psxhdrs/math/log10l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief log10l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief log10l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/log1p.c b/testsuites/psxtests/psxhdrs/math/log1p.c
index cf07d98ac0..6e39db3800 100644
--- a/testsuites/psxtests/psxhdrs/math/log1p.c
+++ b/testsuites/psxtests/psxhdrs/math/log1p.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief log1p() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief log1p() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/log1pf.c b/testsuites/psxtests/psxhdrs/math/log1pf.c
index 6e11be6776..307f18d877 100644
--- a/testsuites/psxtests/psxhdrs/math/log1pf.c
+++ b/testsuites/psxtests/psxhdrs/math/log1pf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief log1pf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief log1pf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/log1pl.c b/testsuites/psxtests/psxhdrs/math/log1pl.c
index 98015c01c2..535cb73b73 100644
--- a/testsuites/psxtests/psxhdrs/math/log1pl.c
+++ b/testsuites/psxtests/psxhdrs/math/log1pl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief log1pl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief log1pl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/log2.c b/testsuites/psxtests/psxhdrs/math/log2.c
index 11ec0e33ba..a80489421e 100644
--- a/testsuites/psxtests/psxhdrs/math/log2.c
+++ b/testsuites/psxtests/psxhdrs/math/log2.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief log2() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief log2() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/log2f.c b/testsuites/psxtests/psxhdrs/math/log2f.c
index c4cc5c028a..efb991aa88 100644
--- a/testsuites/psxtests/psxhdrs/math/log2f.c
+++ b/testsuites/psxtests/psxhdrs/math/log2f.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief log2f() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief log2f() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/log2l.c b/testsuites/psxtests/psxhdrs/math/log2l.c
index 7d29cc505f..fe7d41d73f 100644
--- a/testsuites/psxtests/psxhdrs/math/log2l.c
+++ b/testsuites/psxtests/psxhdrs/math/log2l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief log2l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief log2l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/logb.c b/testsuites/psxtests/psxhdrs/math/logb.c
index 570080ce18..ce9a1d407c 100644
--- a/testsuites/psxtests/psxhdrs/math/logb.c
+++ b/testsuites/psxtests/psxhdrs/math/logb.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief logb() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief logb() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/logbf.c b/testsuites/psxtests/psxhdrs/math/logbf.c
index 735855442b..ed74a9ab1f 100644
--- a/testsuites/psxtests/psxhdrs/math/logbf.c
+++ b/testsuites/psxtests/psxhdrs/math/logbf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief logbf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief logbf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/logbl.c b/testsuites/psxtests/psxhdrs/math/logbl.c
index d50f50fa8c..c6faa58bb9 100644
--- a/testsuites/psxtests/psxhdrs/math/logbl.c
+++ b/testsuites/psxtests/psxhdrs/math/logbl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief logbl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief logbl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/logf.c b/testsuites/psxtests/psxhdrs/math/logf.c
index ff4c200f79..9268813d25 100644
--- a/testsuites/psxtests/psxhdrs/math/logf.c
+++ b/testsuites/psxtests/psxhdrs/math/logf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief logf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief logf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/logl.c b/testsuites/psxtests/psxhdrs/math/logl.c
index 11b46163d0..6c534ca0cc 100644
--- a/testsuites/psxtests/psxhdrs/math/logl.c
+++ b/testsuites/psxtests/psxhdrs/math/logl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief logl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief logl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/lrint.c b/testsuites/psxtests/psxhdrs/math/lrint.c
index 2340fd4f87..c926c0a4cc 100644
--- a/testsuites/psxtests/psxhdrs/math/lrint.c
+++ b/testsuites/psxtests/psxhdrs/math/lrint.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief lrint() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief lrint() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/lrintf.c b/testsuites/psxtests/psxhdrs/math/lrintf.c
index 23cf45c1a3..aaccaf4f90 100644
--- a/testsuites/psxtests/psxhdrs/math/lrintf.c
+++ b/testsuites/psxtests/psxhdrs/math/lrintf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief lrintf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief lrintf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/lrintl.c b/testsuites/psxtests/psxhdrs/math/lrintl.c
index 2430b18736..16dc7bf08c 100644
--- a/testsuites/psxtests/psxhdrs/math/lrintl.c
+++ b/testsuites/psxtests/psxhdrs/math/lrintl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief lrintl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief lrintl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/lround.c b/testsuites/psxtests/psxhdrs/math/lround.c
index 613566b350..11e5c233ca 100644
--- a/testsuites/psxtests/psxhdrs/math/lround.c
+++ b/testsuites/psxtests/psxhdrs/math/lround.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief lround() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief lround() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/lroundf.c b/testsuites/psxtests/psxhdrs/math/lroundf.c
index b1ec66e526..186af6acce 100644
--- a/testsuites/psxtests/psxhdrs/math/lroundf.c
+++ b/testsuites/psxtests/psxhdrs/math/lroundf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief lroundf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief lroundf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/lroundl.c b/testsuites/psxtests/psxhdrs/math/lroundl.c
index a79bdeb095..16825f1897 100644
--- a/testsuites/psxtests/psxhdrs/math/lroundl.c
+++ b/testsuites/psxtests/psxhdrs/math/lroundl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief lroundl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief lroundl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/modf.c b/testsuites/psxtests/psxhdrs/math/modf.c
index a579d8028c..8713ef4afc 100644
--- a/testsuites/psxtests/psxhdrs/math/modf.c
+++ b/testsuites/psxtests/psxhdrs/math/modf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief modf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief modf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/modff.c b/testsuites/psxtests/psxhdrs/math/modff.c
index 109260c8de..62a1d760ee 100644
--- a/testsuites/psxtests/psxhdrs/math/modff.c
+++ b/testsuites/psxtests/psxhdrs/math/modff.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief modff() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief modff() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/modfl.c b/testsuites/psxtests/psxhdrs/math/modfl.c
index ed0c5fd090..2b82e48496 100644
--- a/testsuites/psxtests/psxhdrs/math/modfl.c
+++ b/testsuites/psxtests/psxhdrs/math/modfl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief modfl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief modfl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/nan.c b/testsuites/psxtests/psxhdrs/math/nan.c
index 034f80fa70..7d767cd858 100644
--- a/testsuites/psxtests/psxhdrs/math/nan.c
+++ b/testsuites/psxtests/psxhdrs/math/nan.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nan() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nan() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/nanf.c b/testsuites/psxtests/psxhdrs/math/nanf.c
index 9e17bdba1c..818ddbda9e 100644
--- a/testsuites/psxtests/psxhdrs/math/nanf.c
+++ b/testsuites/psxtests/psxhdrs/math/nanf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nanf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nanf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/nanl.c b/testsuites/psxtests/psxhdrs/math/nanl.c
index 71928589f5..984b780f93 100644
--- a/testsuites/psxtests/psxhdrs/math/nanl.c
+++ b/testsuites/psxtests/psxhdrs/math/nanl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nanl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nanl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/nearbyint.c b/testsuites/psxtests/psxhdrs/math/nearbyint.c
index 72bcee89dd..5e3a2342c0 100644
--- a/testsuites/psxtests/psxhdrs/math/nearbyint.c
+++ b/testsuites/psxtests/psxhdrs/math/nearbyint.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nearbyint() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nearbyint() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/nearbyintf.c b/testsuites/psxtests/psxhdrs/math/nearbyintf.c
index c1eef8d940..a27703e352 100644
--- a/testsuites/psxtests/psxhdrs/math/nearbyintf.c
+++ b/testsuites/psxtests/psxhdrs/math/nearbyintf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nearbyintf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nearbyintf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/nearbyintl.c b/testsuites/psxtests/psxhdrs/math/nearbyintl.c
index 38a681bf09..f360abd613 100644
--- a/testsuites/psxtests/psxhdrs/math/nearbyintl.c
+++ b/testsuites/psxtests/psxhdrs/math/nearbyintl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nearbyintl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nearbyintl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/nextafter.c b/testsuites/psxtests/psxhdrs/math/nextafter.c
index 22cda90aae..25db620aac 100644
--- a/testsuites/psxtests/psxhdrs/math/nextafter.c
+++ b/testsuites/psxtests/psxhdrs/math/nextafter.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nextafter() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nextafter() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/nextafterf.c b/testsuites/psxtests/psxhdrs/math/nextafterf.c
index a8678bc7a7..80b26f1aab 100644
--- a/testsuites/psxtests/psxhdrs/math/nextafterf.c
+++ b/testsuites/psxtests/psxhdrs/math/nextafterf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nextafterf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nextafterf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/nextafterl.c b/testsuites/psxtests/psxhdrs/math/nextafterl.c
index 2b0fb54420..fbe61c5b87 100644
--- a/testsuites/psxtests/psxhdrs/math/nextafterl.c
+++ b/testsuites/psxtests/psxhdrs/math/nextafterl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nextafterl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nextafterl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/nexttoward.c b/testsuites/psxtests/psxhdrs/math/nexttoward.c
index e84ac5c4ce..f45c8558b4 100644
--- a/testsuites/psxtests/psxhdrs/math/nexttoward.c
+++ b/testsuites/psxtests/psxhdrs/math/nexttoward.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nexttoward() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nexttoward() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/nexttowardf.c b/testsuites/psxtests/psxhdrs/math/nexttowardf.c
index ceb2a99303..28c8ee485d 100644
--- a/testsuites/psxtests/psxhdrs/math/nexttowardf.c
+++ b/testsuites/psxtests/psxhdrs/math/nexttowardf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nexttowardf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nexttowardf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/nexttowardl.c b/testsuites/psxtests/psxhdrs/math/nexttowardl.c
index c94ea4d20e..0d4dfe88da 100644
--- a/testsuites/psxtests/psxhdrs/math/nexttowardl.c
+++ b/testsuites/psxtests/psxhdrs/math/nexttowardl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nexttowardl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nexttowardl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/pow.c b/testsuites/psxtests/psxhdrs/math/pow.c
index 0e11facc86..efad968add 100644
--- a/testsuites/psxtests/psxhdrs/math/pow.c
+++ b/testsuites/psxtests/psxhdrs/math/pow.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief pow() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief pow() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/powf.c b/testsuites/psxtests/psxhdrs/math/powf.c
index 42a716113b..f28754302f 100644
--- a/testsuites/psxtests/psxhdrs/math/powf.c
+++ b/testsuites/psxtests/psxhdrs/math/powf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief powf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief powf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/powl.c b/testsuites/psxtests/psxhdrs/math/powl.c
index da68a82670..7e60b4876a 100644
--- a/testsuites/psxtests/psxhdrs/math/powl.c
+++ b/testsuites/psxtests/psxhdrs/math/powl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief powl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief powl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/remainder.c b/testsuites/psxtests/psxhdrs/math/remainder.c
index 727b48250c..8a8e572e19 100644
--- a/testsuites/psxtests/psxhdrs/math/remainder.c
+++ b/testsuites/psxtests/psxhdrs/math/remainder.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief remainder() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief remainder() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/remainderf.c b/testsuites/psxtests/psxhdrs/math/remainderf.c
index 83041f6c11..b36935e5bc 100644
--- a/testsuites/psxtests/psxhdrs/math/remainderf.c
+++ b/testsuites/psxtests/psxhdrs/math/remainderf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief remainderf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief remainderf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/remainderl.c b/testsuites/psxtests/psxhdrs/math/remainderl.c
index 4323669c7a..3589c86ab2 100644
--- a/testsuites/psxtests/psxhdrs/math/remainderl.c
+++ b/testsuites/psxtests/psxhdrs/math/remainderl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief remainderl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief remainderl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/remquo.c b/testsuites/psxtests/psxhdrs/math/remquo.c
index 43a8d37e9b..da64e93516 100644
--- a/testsuites/psxtests/psxhdrs/math/remquo.c
+++ b/testsuites/psxtests/psxhdrs/math/remquo.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief remquo() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief remquo() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/remquof.c b/testsuites/psxtests/psxhdrs/math/remquof.c
index a2efe8ac01..762ba50bcb 100644
--- a/testsuites/psxtests/psxhdrs/math/remquof.c
+++ b/testsuites/psxtests/psxhdrs/math/remquof.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief remquof() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief remquof() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/remquol.c b/testsuites/psxtests/psxhdrs/math/remquol.c
index 4c56301413..3c185d002c 100644
--- a/testsuites/psxtests/psxhdrs/math/remquol.c
+++ b/testsuites/psxtests/psxhdrs/math/remquol.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief remquol() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief remquol() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/rint.c b/testsuites/psxtests/psxhdrs/math/rint.c
index 27784caa78..9642382364 100644
--- a/testsuites/psxtests/psxhdrs/math/rint.c
+++ b/testsuites/psxtests/psxhdrs/math/rint.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief rint() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief rint() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/rintf.c b/testsuites/psxtests/psxhdrs/math/rintf.c
index c4315841b2..e0db3e7a7c 100644
--- a/testsuites/psxtests/psxhdrs/math/rintf.c
+++ b/testsuites/psxtests/psxhdrs/math/rintf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief rintf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief rintf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/rintl.c b/testsuites/psxtests/psxhdrs/math/rintl.c
index 3f6a850e9d..49d23b6b07 100644
--- a/testsuites/psxtests/psxhdrs/math/rintl.c
+++ b/testsuites/psxtests/psxhdrs/math/rintl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief rintl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief rintl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/round.c b/testsuites/psxtests/psxhdrs/math/round.c
index 8d3aba639f..44f2f27e75 100644
--- a/testsuites/psxtests/psxhdrs/math/round.c
+++ b/testsuites/psxtests/psxhdrs/math/round.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief round() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief round() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/roundf.c b/testsuites/psxtests/psxhdrs/math/roundf.c
index b3aa418a82..9f0e2cf4d4 100644
--- a/testsuites/psxtests/psxhdrs/math/roundf.c
+++ b/testsuites/psxtests/psxhdrs/math/roundf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief roundf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief roundf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/roundl.c b/testsuites/psxtests/psxhdrs/math/roundl.c
index 421b18b816..ad8fa30207 100644
--- a/testsuites/psxtests/psxhdrs/math/roundl.c
+++ b/testsuites/psxtests/psxhdrs/math/roundl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief roundl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief roundl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/scalbln.c b/testsuites/psxtests/psxhdrs/math/scalbln.c
index b073768c78..74c25a149c 100644
--- a/testsuites/psxtests/psxhdrs/math/scalbln.c
+++ b/testsuites/psxtests/psxhdrs/math/scalbln.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief scalbln() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief scalbln() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/scalblnf.c b/testsuites/psxtests/psxhdrs/math/scalblnf.c
index 634a5a3801..ac0a6955e2 100644
--- a/testsuites/psxtests/psxhdrs/math/scalblnf.c
+++ b/testsuites/psxtests/psxhdrs/math/scalblnf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief scalblnf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief scalblnf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/scalblnl.c b/testsuites/psxtests/psxhdrs/math/scalblnl.c
index fb806033f4..d5e627b9a8 100644
--- a/testsuites/psxtests/psxhdrs/math/scalblnl.c
+++ b/testsuites/psxtests/psxhdrs/math/scalblnl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief scalblnl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief scalblnl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/scalbn.c b/testsuites/psxtests/psxhdrs/math/scalbn.c
index cd57219027..8d1726b1b5 100644
--- a/testsuites/psxtests/psxhdrs/math/scalbn.c
+++ b/testsuites/psxtests/psxhdrs/math/scalbn.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief scalbn() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief scalbn() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/scalbnf.c b/testsuites/psxtests/psxhdrs/math/scalbnf.c
index ba0b1b6f9d..d2063250f0 100644
--- a/testsuites/psxtests/psxhdrs/math/scalbnf.c
+++ b/testsuites/psxtests/psxhdrs/math/scalbnf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief scalbnf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief scalbnf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/scalbnl.c b/testsuites/psxtests/psxhdrs/math/scalbnl.c
index 578c2495f6..3d5d50ec11 100644
--- a/testsuites/psxtests/psxhdrs/math/scalbnl.c
+++ b/testsuites/psxtests/psxhdrs/math/scalbnl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief scalbnl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief scalbnl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/signbit.c b/testsuites/psxtests/psxhdrs/math/signbit.c
index b8757a3d7e..26ed13dc26 100644
--- a/testsuites/psxtests/psxhdrs/math/signbit.c
+++ b/testsuites/psxtests/psxhdrs/math/signbit.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief signbit() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief signbit() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/sin.c b/testsuites/psxtests/psxhdrs/math/sin.c
index 8d525d1b0f..d3b423136e 100644
--- a/testsuites/psxtests/psxhdrs/math/sin.c
+++ b/testsuites/psxtests/psxhdrs/math/sin.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sin() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sin() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/sinf.c b/testsuites/psxtests/psxhdrs/math/sinf.c
index 76a3c39059..d7fc1a1eb1 100644
--- a/testsuites/psxtests/psxhdrs/math/sinf.c
+++ b/testsuites/psxtests/psxhdrs/math/sinf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sinf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sinf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/sinh.c b/testsuites/psxtests/psxhdrs/math/sinh.c
index 3176456f7b..4f38874420 100644
--- a/testsuites/psxtests/psxhdrs/math/sinh.c
+++ b/testsuites/psxtests/psxhdrs/math/sinh.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sinh() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sinh() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/sinhf.c b/testsuites/psxtests/psxhdrs/math/sinhf.c
index 449cf68644..d42ee67f9f 100644
--- a/testsuites/psxtests/psxhdrs/math/sinhf.c
+++ b/testsuites/psxtests/psxhdrs/math/sinhf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sinhf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sinhf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/sinhl.c b/testsuites/psxtests/psxhdrs/math/sinhl.c
index 645a789283..48384c886b 100644
--- a/testsuites/psxtests/psxhdrs/math/sinhl.c
+++ b/testsuites/psxtests/psxhdrs/math/sinhl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief coshl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief coshl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/sinl.c b/testsuites/psxtests/psxhdrs/math/sinl.c
index ae75af5536..1825825edb 100644
--- a/testsuites/psxtests/psxhdrs/math/sinl.c
+++ b/testsuites/psxtests/psxhdrs/math/sinl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sinl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sinl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/sqrt.c b/testsuites/psxtests/psxhdrs/math/sqrt.c
index 5c8da3a29c..afb7b7b4ae 100644
--- a/testsuites/psxtests/psxhdrs/math/sqrt.c
+++ b/testsuites/psxtests/psxhdrs/math/sqrt.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sqrt() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sqrt() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/sqrtf.c b/testsuites/psxtests/psxhdrs/math/sqrtf.c
index 66add8b97b..4b4e6f46de 100644
--- a/testsuites/psxtests/psxhdrs/math/sqrtf.c
+++ b/testsuites/psxtests/psxhdrs/math/sqrtf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sqrtf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sqrtf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/sqrtl.c b/testsuites/psxtests/psxhdrs/math/sqrtl.c
index 0fc940e02c..4f21506b73 100644
--- a/testsuites/psxtests/psxhdrs/math/sqrtl.c
+++ b/testsuites/psxtests/psxhdrs/math/sqrtl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sqrtl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sqrtl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/tan.c b/testsuites/psxtests/psxhdrs/math/tan.c
index bd0cc46a4b..cf43c72988 100644
--- a/testsuites/psxtests/psxhdrs/math/tan.c
+++ b/testsuites/psxtests/psxhdrs/math/tan.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tan() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tan() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/tanf.c b/testsuites/psxtests/psxhdrs/math/tanf.c
index 44dcec4ada..1bde0bd296 100644
--- a/testsuites/psxtests/psxhdrs/math/tanf.c
+++ b/testsuites/psxtests/psxhdrs/math/tanf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tanf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tanf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/tanh.c b/testsuites/psxtests/psxhdrs/math/tanh.c
index 5f20920be0..34cee36082 100644
--- a/testsuites/psxtests/psxhdrs/math/tanh.c
+++ b/testsuites/psxtests/psxhdrs/math/tanh.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tanh() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tanh() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/tanhf.c b/testsuites/psxtests/psxhdrs/math/tanhf.c
index c0b61b0d2f..85f61efd6f 100644
--- a/testsuites/psxtests/psxhdrs/math/tanhf.c
+++ b/testsuites/psxtests/psxhdrs/math/tanhf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tanhf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tanhf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/tanhl.c b/testsuites/psxtests/psxhdrs/math/tanhl.c
index 7a123f969f..a1e0f43a3b 100644
--- a/testsuites/psxtests/psxhdrs/math/tanhl.c
+++ b/testsuites/psxtests/psxhdrs/math/tanhl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tanhl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tanhl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/tanl.c b/testsuites/psxtests/psxhdrs/math/tanl.c
index 3f8aba57dc..988556e3ba 100644
--- a/testsuites/psxtests/psxhdrs/math/tanl.c
+++ b/testsuites/psxtests/psxhdrs/math/tanl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tanl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tanl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/tgamma.c b/testsuites/psxtests/psxhdrs/math/tgamma.c
index 25485cb69d..85f259d3be 100644
--- a/testsuites/psxtests/psxhdrs/math/tgamma.c
+++ b/testsuites/psxtests/psxhdrs/math/tgamma.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tgamma() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tgamma() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/tgammaf.c b/testsuites/psxtests/psxhdrs/math/tgammaf.c
index 23d315b2d3..81fb11ba26 100644
--- a/testsuites/psxtests/psxhdrs/math/tgammaf.c
+++ b/testsuites/psxtests/psxhdrs/math/tgammaf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tgammaf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tgammaf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/tgammal.c b/testsuites/psxtests/psxhdrs/math/tgammal.c
index a5e8d7c44a..37485ad0b5 100644
--- a/testsuites/psxtests/psxhdrs/math/tgammal.c
+++ b/testsuites/psxtests/psxhdrs/math/tgammal.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tgammal() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tgammal() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/trunc.c b/testsuites/psxtests/psxhdrs/math/trunc.c
index e6e9bcd898..9838942f3a 100644
--- a/testsuites/psxtests/psxhdrs/math/trunc.c
+++ b/testsuites/psxtests/psxhdrs/math/trunc.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief trunc() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief trunc() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/truncf.c b/testsuites/psxtests/psxhdrs/math/truncf.c
index 7001c7681b..e7fc7e7df0 100644
--- a/testsuites/psxtests/psxhdrs/math/truncf.c
+++ b/testsuites/psxtests/psxhdrs/math/truncf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief truncf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief truncf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/truncl.c b/testsuites/psxtests/psxhdrs/math/truncl.c
index 0590ffad90..e36e0583bf 100644
--- a/testsuites/psxtests/psxhdrs/math/truncl.c
+++ b/testsuites/psxtests/psxhdrs/math/truncl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief truncl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief truncl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/y0.c b/testsuites/psxtests/psxhdrs/math/y0.c
index c59be76e31..7aeddad479 100644
--- a/testsuites/psxtests/psxhdrs/math/y0.c
+++ b/testsuites/psxtests/psxhdrs/math/y0.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief y0() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief y0() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/y0f.c b/testsuites/psxtests/psxhdrs/math/y0f.c
index a0eba98b47..78de899cd5 100644
--- a/testsuites/psxtests/psxhdrs/math/y0f.c
+++ b/testsuites/psxtests/psxhdrs/math/y0f.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief y0f() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief y0f() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/y0l.c b/testsuites/psxtests/psxhdrs/math/y0l.c
index 4384ada48a..b148128a9e 100644
--- a/testsuites/psxtests/psxhdrs/math/y0l.c
+++ b/testsuites/psxtests/psxhdrs/math/y0l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief y0l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief y0l() API Conformance Test
+ */
+
 #define _POSIX_C_SOURCE 200809L
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/math/y1.c b/testsuites/psxtests/psxhdrs/math/y1.c
index d880728c1b..8b9423293d 100644
--- a/testsuites/psxtests/psxhdrs/math/y1.c
+++ b/testsuites/psxtests/psxhdrs/math/y1.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief y1() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief y1() API Conformance Test
+ */
+
 #define _XOPEN_SOURCE 500
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/math/y1f.c b/testsuites/psxtests/psxhdrs/math/y1f.c
index cda61e72aa..c223bfd09d 100644
--- a/testsuites/psxtests/psxhdrs/math/y1f.c
+++ b/testsuites/psxtests/psxhdrs/math/y1f.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief y1f() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief y1f() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/y1l.c b/testsuites/psxtests/psxhdrs/math/y1l.c
index 48dbaab940..1658071d85 100644
--- a/testsuites/psxtests/psxhdrs/math/y1l.c
+++ b/testsuites/psxtests/psxhdrs/math/y1l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief y1l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief y1l() API Conformance Test
+ */
+
 #define _POSIX_C_SOURCE 200809L
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/math/yn.c b/testsuites/psxtests/psxhdrs/math/yn.c
index c48df181a7..99fe8cbdc9 100644
--- a/testsuites/psxtests/psxhdrs/math/yn.c
+++ b/testsuites/psxtests/psxhdrs/math/yn.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief yn() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief yn() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/ynf.c b/testsuites/psxtests/psxhdrs/math/ynf.c
index 72ed7e7421..c1d464daa4 100644
--- a/testsuites/psxtests/psxhdrs/math/ynf.c
+++ b/testsuites/psxtests/psxhdrs/math/ynf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ynf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ynf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/math/ynl.c b/testsuites/psxtests/psxhdrs/math/ynl.c
index e3c37af13b..ea780edfd1 100644
--- a/testsuites/psxtests/psxhdrs/math/ynl.c
+++ b/testsuites/psxtests/psxhdrs/math/ynl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ynl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ynl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/monetary/strfmon.c b/testsuites/psxtests/psxhdrs/monetary/strfmon.c
index 96d44b8e21..24633a54f6 100755
--- a/testsuites/psxtests/psxhdrs/monetary/strfmon.c
+++ b/testsuites/psxtests/psxhdrs/monetary/strfmon.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strfmon() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strfmon() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/monetary/strfmon_l.c b/testsuites/psxtests/psxhdrs/monetary/strfmon_l.c
index 01eba97e03..d711850c06 100755
--- a/testsuites/psxtests/psxhdrs/monetary/strfmon_l.c
+++ b/testsuites/psxtests/psxhdrs/monetary/strfmon_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strfmon_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strfmon_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_close.c b/testsuites/psxtests/psxhdrs/mqueue/mq_close.c
index 3bf51ed1c9..5850847442 100644
--- a/testsuites/psxtests/psxhdrs/mqueue/mq_close.c
+++ b/testsuites/psxtests/psxhdrs/mqueue/mq_close.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mq_close() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mq_close() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_getattr.c b/testsuites/psxtests/psxhdrs/mqueue/mq_getattr.c
index 29cc902d2d..6157c3ba92 100644
--- a/testsuites/psxtests/psxhdrs/mqueue/mq_getattr.c
+++ b/testsuites/psxtests/psxhdrs/mqueue/mq_getattr.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mq_getattr() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mq_getattr() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_notify.c b/testsuites/psxtests/psxhdrs/mqueue/mq_notify.c
index 3ede10e9a7..0b27655011 100644
--- a/testsuites/psxtests/psxhdrs/mqueue/mq_notify.c
+++ b/testsuites/psxtests/psxhdrs/mqueue/mq_notify.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mq_notify() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mq_notify() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_open.c b/testsuites/psxtests/psxhdrs/mqueue/mq_open.c
index fceebc82fb..0c505494e7 100644
--- a/testsuites/psxtests/psxhdrs/mqueue/mq_open.c
+++ b/testsuites/psxtests/psxhdrs/mqueue/mq_open.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mq_open() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mq_open() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_receive.c b/testsuites/psxtests/psxhdrs/mqueue/mq_receive.c
index 7a1e982570..f71ca70aa7 100644
--- a/testsuites/psxtests/psxhdrs/mqueue/mq_receive.c
+++ b/testsuites/psxtests/psxhdrs/mqueue/mq_receive.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mq_receive() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mq_receive() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_send.c b/testsuites/psxtests/psxhdrs/mqueue/mq_send.c
index d09dcba759..cfda02311b 100644
--- a/testsuites/psxtests/psxhdrs/mqueue/mq_send.c
+++ b/testsuites/psxtests/psxhdrs/mqueue/mq_send.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mq_send() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mq_send() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_setattr.c b/testsuites/psxtests/psxhdrs/mqueue/mq_setattr.c
index b0a8561cbc..889dc16ab0 100644
--- a/testsuites/psxtests/psxhdrs/mqueue/mq_setattr.c
+++ b/testsuites/psxtests/psxhdrs/mqueue/mq_setattr.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mq_setattr() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mq_setattr() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_timedreceive.c b/testsuites/psxtests/psxhdrs/mqueue/mq_timedreceive.c
index 3f5409f71e..38adb5b59b 100644
--- a/testsuites/psxtests/psxhdrs/mqueue/mq_timedreceive.c
+++ b/testsuites/psxtests/psxhdrs/mqueue/mq_timedreceive.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mq_timedreceive() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mq_timedreceive() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_timedsend.c b/testsuites/psxtests/psxhdrs/mqueue/mq_timedsend.c
index 9d1ad63cd2..acee058b91 100644
--- a/testsuites/psxtests/psxhdrs/mqueue/mq_timedsend.c
+++ b/testsuites/psxtests/psxhdrs/mqueue/mq_timedsend.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mq_timedsend() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mq_timedsend() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/mqueue/mq_unlink.c b/testsuites/psxtests/psxhdrs/mqueue/mq_unlink.c
index 31582fb84e..0267157a95 100644
--- a/testsuites/psxtests/psxhdrs/mqueue/mq_unlink.c
+++ b/testsuites/psxtests/psxhdrs/mqueue/mq_unlink.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mq_unlink() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mq_unlink() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/endhostent.c b/testsuites/psxtests/psxhdrs/netdb/endhostent.c
index ee9d8ae9bf..4a050692c6 100644
--- a/testsuites/psxtests/psxhdrs/netdb/endhostent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/endhostent.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief endhostent() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief endhostent() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/endnetent.c b/testsuites/psxtests/psxhdrs/netdb/endnetent.c
index d54a36cadc..2f21265e91 100644
--- a/testsuites/psxtests/psxhdrs/netdb/endnetent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/endnetent.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief endnetent() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief endnetent() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/endprotoent.c b/testsuites/psxtests/psxhdrs/netdb/endprotoent.c
index 16fa52d956..0ab9977ff6 100644
--- a/testsuites/psxtests/psxhdrs/netdb/endprotoent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/endprotoent.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief endprotoent() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief endprotoent() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/endservent.c b/testsuites/psxtests/psxhdrs/netdb/endservent.c
index 31cec715e5..19733b0a8a 100644
--- a/testsuites/psxtests/psxhdrs/netdb/endservent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/endservent.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief endservent() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief endservent() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c b/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c
index aac1de70bf..7a4a2cd9a4 100644
--- a/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c
+++ b/testsuites/psxtests/psxhdrs/netdb/freeaddrinfo.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief freeaddrinfo() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief freeaddrinfo() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c b/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c
index d482d31754..e9cc033bc2 100644
--- a/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c
+++ b/testsuites/psxtests/psxhdrs/netdb/gai_strerror.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief gai_strerror() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief gai_strerror() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c b/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c
index eb062f92ee..f3fbb1a901 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getaddrinfo.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getaddrinfo() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getaddrinfo() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c b/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c
index 962a6072a7..82c9d1dc09 100644
--- a/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c
+++ b/testsuites/psxtests/psxhdrs/netdb/gethostbyaddr.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief gethostbyaddr() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief gethostbyaddr() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c b/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c
index f94995aa31..10f3b5a09a 100644
--- a/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c
+++ b/testsuites/psxtests/psxhdrs/netdb/gethostbyname.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief gethostbyname() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief gethostbyname() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/gethostent.c b/testsuites/psxtests/psxhdrs/netdb/gethostent.c
index c3ad935ece..2f3e73090c 100644
--- a/testsuites/psxtests/psxhdrs/netdb/gethostent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/gethostent.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief gethostent() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief gethostent() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c b/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c
index 2a89f99609..e4a461f355 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getnameinfo.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getnameinfo() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getnameinfo() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c b/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c
index ac00669827..c383145dd9 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getnetbyaddr.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getnetbyaddr() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getnetbyaddr() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c b/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c
index 2b10eb90ba..c8eb82a4a2 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getnetbyname.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getnetbyname() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getnetbyname() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/getnetent.c b/testsuites/psxtests/psxhdrs/netdb/getnetent.c
index 433f7eb202..bc5bab8b7e 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getnetent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getnetent.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getnetent() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getnetent() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c b/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c
index b9e771f7a0..0bc23478b4 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getprotobyname.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getprotobyname() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getprotobyname() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c b/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c
index 6d9572c8d9..f1f4d9904e 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getprotobynumber.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getprotobynumber() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getprotobynumber() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/getprotoent.c b/testsuites/psxtests/psxhdrs/netdb/getprotoent.c
index a47b1219db..1f1c543f92 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getprotoent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getprotoent.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getprotoent() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getprotoent() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/getservbyname.c b/testsuites/psxtests/psxhdrs/netdb/getservbyname.c
index 6d9f8c7598..0124afe1ed 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getservbyname.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getservbyname.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getservbyname() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getservbyname() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/getservbyport.c b/testsuites/psxtests/psxhdrs/netdb/getservbyport.c
index de4439b025..03c48a51c0 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getservbyport.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getservbyport.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getservbyport() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getservbyport() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/getservent.c b/testsuites/psxtests/psxhdrs/netdb/getservent.c
index 8057d794e1..d3045524ab 100644
--- a/testsuites/psxtests/psxhdrs/netdb/getservent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/getservent.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getservent() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getservent() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/h_errno.c b/testsuites/psxtests/psxhdrs/netdb/h_errno.c
index f9e71587e3..fd3d9d32c9 100644
--- a/testsuites/psxtests/psxhdrs/netdb/h_errno.c
+++ b/testsuites/psxtests/psxhdrs/netdb/h_errno.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief h_errno() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief h_errno() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/sethostent.c b/testsuites/psxtests/psxhdrs/netdb/sethostent.c
index 4d963a602c..0e9a7b8695 100644
--- a/testsuites/psxtests/psxhdrs/netdb/sethostent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/sethostent.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sethostent() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sethostent() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/setnetent.c b/testsuites/psxtests/psxhdrs/netdb/setnetent.c
index 810fb9322c..5eb1e5adc8 100644
--- a/testsuites/psxtests/psxhdrs/netdb/setnetent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/setnetent.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief setnetent() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief setnetent() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/setprotoent.c b/testsuites/psxtests/psxhdrs/netdb/setprotoent.c
index e7db90d013..945dede2ce 100644
--- a/testsuites/psxtests/psxhdrs/netdb/setprotoent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/setprotoent.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief setprotoent() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief setprotoent() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/netdb/setservent.c b/testsuites/psxtests/psxhdrs/netdb/setservent.c
index 71ddd767a5..17dd266a28 100644
--- a/testsuites/psxtests/psxhdrs/netdb/setservent.c
+++ b/testsuites/psxtests/psxhdrs/netdb/setservent.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief setservent() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief setservent() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/poll/poll.c b/testsuites/psxtests/psxhdrs/poll/poll.c
index 368fe248dd..8fd6c68f1e 100644
--- a/testsuites/psxtests/psxhdrs/poll/poll.c
+++ b/testsuites/psxtests/psxhdrs/poll/poll.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief poll() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief poll() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/pwd/endpwent.c b/testsuites/psxtests/psxhdrs/pwd/endpwent.c
index 6503890b4a..d8711500e9 100644
--- a/testsuites/psxtests/psxhdrs/pwd/endpwent.c
+++ b/testsuites/psxtests/psxhdrs/pwd/endpwent.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief endpwent() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief endpwent() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/pwd/getpwent.c b/testsuites/psxtests/psxhdrs/pwd/getpwent.c
index 011ffddfde..222a10d464 100644
--- a/testsuites/psxtests/psxhdrs/pwd/getpwent.c
+++ b/testsuites/psxtests/psxhdrs/pwd/getpwent.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getpwent() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getpwent() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/pwd/getpwnam.c b/testsuites/psxtests/psxhdrs/pwd/getpwnam.c
index fcc80acbd2..714cc44b57 100644
--- a/testsuites/psxtests/psxhdrs/pwd/getpwnam.c
+++ b/testsuites/psxtests/psxhdrs/pwd/getpwnam.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getpwnam() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getpwnam() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/pwd/getpwnam_r.c b/testsuites/psxtests/psxhdrs/pwd/getpwnam_r.c
index 90e06b1131..a8d615a211 100644
--- a/testsuites/psxtests/psxhdrs/pwd/getpwnam_r.c
+++ b/testsuites/psxtests/psxhdrs/pwd/getpwnam_r.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getpwnam_r() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getpwnam_r() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/pwd/getpwuid.c b/testsuites/psxtests/psxhdrs/pwd/getpwuid.c
index b5d1eb187a..46bd809977 100644
--- a/testsuites/psxtests/psxhdrs/pwd/getpwuid.c
+++ b/testsuites/psxtests/psxhdrs/pwd/getpwuid.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getpwuid() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getpwuid() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/pwd/getpwuid_r.c b/testsuites/psxtests/psxhdrs/pwd/getpwuid_r.c
index e82f0aa25a..19872510ac 100644
--- a/testsuites/psxtests/psxhdrs/pwd/getpwuid_r.c
+++ b/testsuites/psxtests/psxhdrs/pwd/getpwuid_r.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getpwuid_r() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getpwuid_r() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/pwd/setpwent.c b/testsuites/psxtests/psxhdrs/pwd/setpwent.c
index e8c157498d..01665de324 100644
--- a/testsuites/psxtests/psxhdrs/pwd/setpwent.c
+++ b/testsuites/psxtests/psxhdrs/pwd/setpwent.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief setpwent() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief setpwent() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/regex/regcomp.c b/testsuites/psxtests/psxhdrs/regex/regcomp.c
index 8379bc3deb..bef790a624 100644
--- a/testsuites/psxtests/psxhdrs/regex/regcomp.c
+++ b/testsuites/psxtests/psxhdrs/regex/regcomp.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief regcomp() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief regcomp() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/regex/regerror.c b/testsuites/psxtests/psxhdrs/regex/regerror.c
index 8d18041ce4..d5851c4488 100644
--- a/testsuites/psxtests/psxhdrs/regex/regerror.c
+++ b/testsuites/psxtests/psxhdrs/regex/regerror.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief regerror() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief regerror() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/regex/regexec.c b/testsuites/psxtests/psxhdrs/regex/regexec.c
index 6df9707a96..a3e78a20ce 100644
--- a/testsuites/psxtests/psxhdrs/regex/regexec.c
+++ b/testsuites/psxtests/psxhdrs/regex/regexec.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief regexec() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief regexec() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/regex/regfree.c b/testsuites/psxtests/psxhdrs/regex/regfree.c
index 6e8d2676dc..5e5c09cb57 100644
--- a/testsuites/psxtests/psxhdrs/regex/regfree.c
+++ b/testsuites/psxtests/psxhdrs/regex/regfree.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief regfree() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief regfree() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_close.c b/testsuites/psxtests/psxhdrs/semaphore/sem_close.c
index e447c853de..0e7945070e 100644
--- a/testsuites/psxtests/psxhdrs/semaphore/sem_close.c
+++ b/testsuites/psxtests/psxhdrs/semaphore/sem_close.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sem_close() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sem_close() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_destroy.c b/testsuites/psxtests/psxhdrs/semaphore/sem_destroy.c
index f561c45986..0b92ab3db6 100644
--- a/testsuites/psxtests/psxhdrs/semaphore/sem_destroy.c
+++ b/testsuites/psxtests/psxhdrs/semaphore/sem_destroy.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sem_destroy() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sem_destroy() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_getvalue.c b/testsuites/psxtests/psxhdrs/semaphore/sem_getvalue.c
index 264bb2c466..3d4bda2410 100644
--- a/testsuites/psxtests/psxhdrs/semaphore/sem_getvalue.c
+++ b/testsuites/psxtests/psxhdrs/semaphore/sem_getvalue.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sem_getvalue() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sem_getvalue() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_init.c b/testsuites/psxtests/psxhdrs/semaphore/sem_init.c
index 19e79f2d10..635016d9e2 100644
--- a/testsuites/psxtests/psxhdrs/semaphore/sem_init.c
+++ b/testsuites/psxtests/psxhdrs/semaphore/sem_init.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sem_init() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sem_init() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_open.c b/testsuites/psxtests/psxhdrs/semaphore/sem_open.c
index 52d1ad8ca3..0f7aa9176e 100644
--- a/testsuites/psxtests/psxhdrs/semaphore/sem_open.c
+++ b/testsuites/psxtests/psxhdrs/semaphore/sem_open.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sem_open() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sem_open() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_post.c b/testsuites/psxtests/psxhdrs/semaphore/sem_post.c
index 6690fd211d..22e1b1b51b 100644
--- a/testsuites/psxtests/psxhdrs/semaphore/sem_post.c
+++ b/testsuites/psxtests/psxhdrs/semaphore/sem_post.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sem_post() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sem_post() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_timedwait.c b/testsuites/psxtests/psxhdrs/semaphore/sem_timedwait.c
index ebad042118..231b4abaea 100644
--- a/testsuites/psxtests/psxhdrs/semaphore/sem_timedwait.c
+++ b/testsuites/psxtests/psxhdrs/semaphore/sem_timedwait.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sem_timedwait() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sem_timedwait() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_trywait.c b/testsuites/psxtests/psxhdrs/semaphore/sem_trywait.c
index 0a6b6958e8..72364946a3 100644
--- a/testsuites/psxtests/psxhdrs/semaphore/sem_trywait.c
+++ b/testsuites/psxtests/psxhdrs/semaphore/sem_trywait.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sem_trywait() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sem_trywait() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_unlink.c b/testsuites/psxtests/psxhdrs/semaphore/sem_unlink.c
index d561bdc292..5e6eeef7c9 100644
--- a/testsuites/psxtests/psxhdrs/semaphore/sem_unlink.c
+++ b/testsuites/psxtests/psxhdrs/semaphore/sem_unlink.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sem_unlink() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sem_unlink() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/semaphore/sem_wait.c b/testsuites/psxtests/psxhdrs/semaphore/sem_wait.c
index 13b7e556a1..94eca4d5e6 100644
--- a/testsuites/psxtests/psxhdrs/semaphore/sem_wait.c
+++ b/testsuites/psxtests/psxhdrs/semaphore/sem_wait.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sem_wait() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sem_wait() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stddef/offsetof.c b/testsuites/psxtests/psxhdrs/stddef/offsetof.c
index ea0707b7e9..65bc857709 100644
--- a/testsuites/psxtests/psxhdrs/stddef/offsetof.c
+++ b/testsuites/psxtests/psxhdrs/stddef/offsetof.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief offsetof() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief offsetof() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/clearerr.c b/testsuites/psxtests/psxhdrs/stdio/clearerr.c
index 2384ac890d..e8ff293484 100644
--- a/testsuites/psxtests/psxhdrs/stdio/clearerr.c
+++ b/testsuites/psxtests/psxhdrs/stdio/clearerr.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief clearerr() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief clearerr() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/ctermid.c b/testsuites/psxtests/psxhdrs/stdio/ctermid.c
index 79386b948f..090472a8cb 100644
--- a/testsuites/psxtests/psxhdrs/stdio/ctermid.c
+++ b/testsuites/psxtests/psxhdrs/stdio/ctermid.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ctermid() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ctermid() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/dprintf.c b/testsuites/psxtests/psxhdrs/stdio/dprintf.c
index 52e106baa9..67d1899ba8 100644
--- a/testsuites/psxtests/psxhdrs/stdio/dprintf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/dprintf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief dprintf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief dprintf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fclose.c b/testsuites/psxtests/psxhdrs/stdio/fclose.c
index 5bcac70703..fd71b01939 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fclose.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fclose.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fclose() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fclose() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fdopen.c b/testsuites/psxtests/psxhdrs/stdio/fdopen.c
index c3904d5b4e..0aa3e41c2d 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fdopen.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fdopen.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fdopen() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fdopen() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/feof.c b/testsuites/psxtests/psxhdrs/stdio/feof.c
index 9b992ed3d0..7661c47fdc 100644
--- a/testsuites/psxtests/psxhdrs/stdio/feof.c
+++ b/testsuites/psxtests/psxhdrs/stdio/feof.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief feof() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief feof() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/ferror.c b/testsuites/psxtests/psxhdrs/stdio/ferror.c
index 1d3e36ab30..d69b99c1b0 100644
--- a/testsuites/psxtests/psxhdrs/stdio/ferror.c
+++ b/testsuites/psxtests/psxhdrs/stdio/ferror.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ferror() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ferror() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fflush.c b/testsuites/psxtests/psxhdrs/stdio/fflush.c
index 816371f3cb..31f3ca9318 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fflush.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fflush.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fflush() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fflush() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fgetc.c b/testsuites/psxtests/psxhdrs/stdio/fgetc.c
index cd95122dea..9ed5d63070 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fgetc.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fgetc.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fgetc() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fgetc() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fgetpos.c b/testsuites/psxtests/psxhdrs/stdio/fgetpos.c
index 154ebb5d09..82d2a1e676 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fgetpos.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fgetpos.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fgetpos() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fgetpos() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fgets.c b/testsuites/psxtests/psxhdrs/stdio/fgets.c
index 3fa2a89874..8c1959a0c8 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fgets.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fgets.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fgets() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fgets() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fileno.c b/testsuites/psxtests/psxhdrs/stdio/fileno.c
index e2da5f914b..e56c2999ea 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fileno.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fileno.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fileno() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fileno() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/flockfile.c b/testsuites/psxtests/psxhdrs/stdio/flockfile.c
index bc90bbebd3..31a577d07c 100644
--- a/testsuites/psxtests/psxhdrs/stdio/flockfile.c
+++ b/testsuites/psxtests/psxhdrs/stdio/flockfile.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief flockfile() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief flockfile() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fmemopen.c b/testsuites/psxtests/psxhdrs/stdio/fmemopen.c
index 42198d08bf..1975f4cdab 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fmemopen.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fmemopen.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fmemopen() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fmemopen() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fopen.c b/testsuites/psxtests/psxhdrs/stdio/fopen.c
index 37015a1310..e62f13c0bb 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fopen.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fopen.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fopen() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fopen() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fprintf.c b/testsuites/psxtests/psxhdrs/stdio/fprintf.c
index ad6df3e9c8..e1b7a7a0ed 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fprintf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fprintf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fprintf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fprintf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fputc.c b/testsuites/psxtests/psxhdrs/stdio/fputc.c
index ccb61341bc..d83d00fa36 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fputc.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fputc.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fputc() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fputc() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fputs.c b/testsuites/psxtests/psxhdrs/stdio/fputs.c
index 39d694790a..466bec3d32 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fputs.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fputs.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fputs() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fputs() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fread.c b/testsuites/psxtests/psxhdrs/stdio/fread.c
index e0bdaab79c..5e38d1c7e3 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fread.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fread.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fread() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fread() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/freopen.c b/testsuites/psxtests/psxhdrs/stdio/freopen.c
index 6f4d5bae32..8c59443e27 100644
--- a/testsuites/psxtests/psxhdrs/stdio/freopen.c
+++ b/testsuites/psxtests/psxhdrs/stdio/freopen.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief freopen() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief freopen() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fscanf.c b/testsuites/psxtests/psxhdrs/stdio/fscanf.c
index 6ee06ba132..c333f5df28 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fscanf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fscanf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fscanf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fscanf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fseek.c b/testsuites/psxtests/psxhdrs/stdio/fseek.c
index a9a7903f0a..81489743fe 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fseek.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fseek.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fseek() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fseek() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fseeko.c b/testsuites/psxtests/psxhdrs/stdio/fseeko.c
index 093512a4ea..6f3bc65198 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fseeko.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fseeko.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fseeko() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fseeko() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fsetpos.c b/testsuites/psxtests/psxhdrs/stdio/fsetpos.c
index bbbb8baed7..bd7624839d 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fsetpos.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fsetpos.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fsetpos() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fsetpos() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/ftell.c b/testsuites/psxtests/psxhdrs/stdio/ftell.c
index ca1fcc86bf..d56d5d46a0 100644
--- a/testsuites/psxtests/psxhdrs/stdio/ftell.c
+++ b/testsuites/psxtests/psxhdrs/stdio/ftell.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ftell() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ftell() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/ftello.c b/testsuites/psxtests/psxhdrs/stdio/ftello.c
index d9ec44756a..50fba64f79 100644
--- a/testsuites/psxtests/psxhdrs/stdio/ftello.c
+++ b/testsuites/psxtests/psxhdrs/stdio/ftello.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ftello() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ftello() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/ftrylockfile.c b/testsuites/psxtests/psxhdrs/stdio/ftrylockfile.c
index 6074598630..77c9dd1a54 100644
--- a/testsuites/psxtests/psxhdrs/stdio/ftrylockfile.c
+++ b/testsuites/psxtests/psxhdrs/stdio/ftrylockfile.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ftrylockfile() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ftrylockfile() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/funlockfile.c b/testsuites/psxtests/psxhdrs/stdio/funlockfile.c
index fa2dee4c90..6604f9b83a 100644
--- a/testsuites/psxtests/psxhdrs/stdio/funlockfile.c
+++ b/testsuites/psxtests/psxhdrs/stdio/funlockfile.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief funlockfile() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief funlockfile() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/fwrite.c b/testsuites/psxtests/psxhdrs/stdio/fwrite.c
index 67fa134254..f4a7193f74 100644
--- a/testsuites/psxtests/psxhdrs/stdio/fwrite.c
+++ b/testsuites/psxtests/psxhdrs/stdio/fwrite.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fwrite() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fwrite() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/getc.c b/testsuites/psxtests/psxhdrs/stdio/getc.c
index 75cced5d32..58d083b4ec 100644
--- a/testsuites/psxtests/psxhdrs/stdio/getc.c
+++ b/testsuites/psxtests/psxhdrs/stdio/getc.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getc() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getc() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/getc_unlocked.c b/testsuites/psxtests/psxhdrs/stdio/getc_unlocked.c
index 946d82521a..cf01461f22 100644
--- a/testsuites/psxtests/psxhdrs/stdio/getc_unlocked.c
+++ b/testsuites/psxtests/psxhdrs/stdio/getc_unlocked.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getc_unlocked() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getc_unlocked() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/getchar.c b/testsuites/psxtests/psxhdrs/stdio/getchar.c
index 62058fa955..021915c682 100644
--- a/testsuites/psxtests/psxhdrs/stdio/getchar.c
+++ b/testsuites/psxtests/psxhdrs/stdio/getchar.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getchar() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getchar() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/getchar_unlocked.c b/testsuites/psxtests/psxhdrs/stdio/getchar_unlocked.c
index 9dc1a05bb2..4eb7ed88ad 100644
--- a/testsuites/psxtests/psxhdrs/stdio/getchar_unlocked.c
+++ b/testsuites/psxtests/psxhdrs/stdio/getchar_unlocked.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getchar_unlocked() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getchar_unlocked() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/getdelim.c b/testsuites/psxtests/psxhdrs/stdio/getdelim.c
index e1b91492f6..3a6de04f39 100644
--- a/testsuites/psxtests/psxhdrs/stdio/getdelim.c
+++ b/testsuites/psxtests/psxhdrs/stdio/getdelim.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getdelim() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getdelim() API Conformance Test
+ */
+
 #define _POSIX_C_SOURCE 200809L
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/stdio/getline.c b/testsuites/psxtests/psxhdrs/stdio/getline.c
index bbbc389a46..9a356bb51e 100644
--- a/testsuites/psxtests/psxhdrs/stdio/getline.c
+++ b/testsuites/psxtests/psxhdrs/stdio/getline.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getline() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getline() API Conformance Test
+ */
+
 #define _POSIX_C_SOURCE 200809L
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/stdio/gets.c b/testsuites/psxtests/psxhdrs/stdio/gets.c
index af5dc64f59..a7308237d7 100644
--- a/testsuites/psxtests/psxhdrs/stdio/gets.c
+++ b/testsuites/psxtests/psxhdrs/stdio/gets.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief gets() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief gets() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/open_memstream.c b/testsuites/psxtests/psxhdrs/stdio/open_memstream.c
index eed3ae1d6b..1c2178413f 100644
--- a/testsuites/psxtests/psxhdrs/stdio/open_memstream.c
+++ b/testsuites/psxtests/psxhdrs/stdio/open_memstream.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief open_memstream() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief open_memstream() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/pclose.c b/testsuites/psxtests/psxhdrs/stdio/pclose.c
index f3a1518e26..7446be29d9 100644
--- a/testsuites/psxtests/psxhdrs/stdio/pclose.c
+++ b/testsuites/psxtests/psxhdrs/stdio/pclose.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief pclose() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief pclose() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/perror.c b/testsuites/psxtests/psxhdrs/stdio/perror.c
index b5460c51ce..dfa9075e77 100644
--- a/testsuites/psxtests/psxhdrs/stdio/perror.c
+++ b/testsuites/psxtests/psxhdrs/stdio/perror.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief perror() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief perror() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/popen.c b/testsuites/psxtests/psxhdrs/stdio/popen.c
index b6fdf1da34..0e98a4fbf1 100644
--- a/testsuites/psxtests/psxhdrs/stdio/popen.c
+++ b/testsuites/psxtests/psxhdrs/stdio/popen.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief popen() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief popen() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/printf.c b/testsuites/psxtests/psxhdrs/stdio/printf.c
index 41cd4ddace..d0815ba45e 100644
--- a/testsuites/psxtests/psxhdrs/stdio/printf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/printf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief printf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief printf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/putc.c b/testsuites/psxtests/psxhdrs/stdio/putc.c
index 17ee40422f..ed1ccd5e4d 100644
--- a/testsuites/psxtests/psxhdrs/stdio/putc.c
+++ b/testsuites/psxtests/psxhdrs/stdio/putc.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief putc() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief putc() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/putc_unlocked.c b/testsuites/psxtests/psxhdrs/stdio/putc_unlocked.c
index bf37470265..68acca6769 100644
--- a/testsuites/psxtests/psxhdrs/stdio/putc_unlocked.c
+++ b/testsuites/psxtests/psxhdrs/stdio/putc_unlocked.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief putc_unlocked() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief putc_unlocked() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/putchar.c b/testsuites/psxtests/psxhdrs/stdio/putchar.c
index c04a3a0595..a2609df9af 100644
--- a/testsuites/psxtests/psxhdrs/stdio/putchar.c
+++ b/testsuites/psxtests/psxhdrs/stdio/putchar.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief putchar() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief putchar() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/putchar_unlocked.c b/testsuites/psxtests/psxhdrs/stdio/putchar_unlocked.c
index 92bd7058e6..e7b06786b1 100644
--- a/testsuites/psxtests/psxhdrs/stdio/putchar_unlocked.c
+++ b/testsuites/psxtests/psxhdrs/stdio/putchar_unlocked.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief putchar_unlocked() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief putchar_unlocked() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/puts.c b/testsuites/psxtests/psxhdrs/stdio/puts.c
index b6ce4fd84f..ba8244a00d 100644
--- a/testsuites/psxtests/psxhdrs/stdio/puts.c
+++ b/testsuites/psxtests/psxhdrs/stdio/puts.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief puts() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief puts() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/remove.c b/testsuites/psxtests/psxhdrs/stdio/remove.c
index d3aac672fd..4431ba0ab4 100644
--- a/testsuites/psxtests/psxhdrs/stdio/remove.c
+++ b/testsuites/psxtests/psxhdrs/stdio/remove.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief remove() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief remove() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/rename.c b/testsuites/psxtests/psxhdrs/stdio/rename.c
index 9aa7adf0f1..da436e1227 100644
--- a/testsuites/psxtests/psxhdrs/stdio/rename.c
+++ b/testsuites/psxtests/psxhdrs/stdio/rename.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief rename() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief rename() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/renameat.c b/testsuites/psxtests/psxhdrs/stdio/renameat.c
index ef62a54580..994ac2d8ca 100644
--- a/testsuites/psxtests/psxhdrs/stdio/renameat.c
+++ b/testsuites/psxtests/psxhdrs/stdio/renameat.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief renameat() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief renameat() API Conformance Test
+ */
+
 #define _POSIX_C_SOURCE 200809L
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/stdio/rewind.c b/testsuites/psxtests/psxhdrs/stdio/rewind.c
index 3e074c054d..0029c8ac71 100644
--- a/testsuites/psxtests/psxhdrs/stdio/rewind.c
+++ b/testsuites/psxtests/psxhdrs/stdio/rewind.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief rewind() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief rewind() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/scanf.c b/testsuites/psxtests/psxhdrs/stdio/scanf.c
index d0941739ad..66b2c6701a 100644
--- a/testsuites/psxtests/psxhdrs/stdio/scanf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/scanf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief scanf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief scanf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/setbuf.c b/testsuites/psxtests/psxhdrs/stdio/setbuf.c
index 46e0f81bb6..5d80a7c517 100644
--- a/testsuites/psxtests/psxhdrs/stdio/setbuf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/setbuf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief setbuf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief setbuf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/setvbuf.c b/testsuites/psxtests/psxhdrs/stdio/setvbuf.c
index e7e7c9f7aa..3221f2bcd5 100644
--- a/testsuites/psxtests/psxhdrs/stdio/setvbuf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/setvbuf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief setvbuf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief setvbuf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/snprintf.c b/testsuites/psxtests/psxhdrs/stdio/snprintf.c
index d0f47073c3..916d86e571 100644
--- a/testsuites/psxtests/psxhdrs/stdio/snprintf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/snprintf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief snprintf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief snprintf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/sprintf.c b/testsuites/psxtests/psxhdrs/stdio/sprintf.c
index 35f903b39a..fbd7739bb1 100644
--- a/testsuites/psxtests/psxhdrs/stdio/sprintf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/sprintf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sprintf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sprintf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/sscanf.c b/testsuites/psxtests/psxhdrs/stdio/sscanf.c
index 31bf6a8606..d09ca63f5f 100644
--- a/testsuites/psxtests/psxhdrs/stdio/sscanf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/sscanf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief sscanf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief sscanf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/stderr.c b/testsuites/psxtests/psxhdrs/stdio/stderr.c
index 9de166190b..f6826783ab 100644
--- a/testsuites/psxtests/psxhdrs/stdio/stderr.c
+++ b/testsuites/psxtests/psxhdrs/stdio/stderr.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief stderr() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief stderr() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/stdin.c b/testsuites/psxtests/psxhdrs/stdio/stdin.c
index d7da18e20c..2a514bb528 100644
--- a/testsuites/psxtests/psxhdrs/stdio/stdin.c
+++ b/testsuites/psxtests/psxhdrs/stdio/stdin.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief stdin() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief stdin() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/stdout.c b/testsuites/psxtests/psxhdrs/stdio/stdout.c
index 200dfef976..44941e9310 100644
--- a/testsuites/psxtests/psxhdrs/stdio/stdout.c
+++ b/testsuites/psxtests/psxhdrs/stdio/stdout.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief stdout() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief stdout() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/tempnam.c b/testsuites/psxtests/psxhdrs/stdio/tempnam.c
index d3a650f0ea..59b3c9c2aa 100644
--- a/testsuites/psxtests/psxhdrs/stdio/tempnam.c
+++ b/testsuites/psxtests/psxhdrs/stdio/tempnam.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tempnam() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tempnam() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/tmpfile.c b/testsuites/psxtests/psxhdrs/stdio/tmpfile.c
index 97ce8d5b1e..83654236b4 100644
--- a/testsuites/psxtests/psxhdrs/stdio/tmpfile.c
+++ b/testsuites/psxtests/psxhdrs/stdio/tmpfile.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tmpfile() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tmpfile() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/tmpnam.c b/testsuites/psxtests/psxhdrs/stdio/tmpnam.c
index f9f0abe1f6..0a0fed0be2 100644
--- a/testsuites/psxtests/psxhdrs/stdio/tmpnam.c
+++ b/testsuites/psxtests/psxhdrs/stdio/tmpnam.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tmpnam() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tmpnam() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/ungetc.c b/testsuites/psxtests/psxhdrs/stdio/ungetc.c
index d15a713176..dad38685ec 100644
--- a/testsuites/psxtests/psxhdrs/stdio/ungetc.c
+++ b/testsuites/psxtests/psxhdrs/stdio/ungetc.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ungetc() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ungetc() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/vdprintf.c b/testsuites/psxtests/psxhdrs/stdio/vdprintf.c
index 43dfa1e4b8..bb579d62c3 100644
--- a/testsuites/psxtests/psxhdrs/stdio/vdprintf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/vdprintf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief vdprintf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief vdprintf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/vfprintf.c b/testsuites/psxtests/psxhdrs/stdio/vfprintf.c
index 3ed24b3570..9aca0a9886 100644
--- a/testsuites/psxtests/psxhdrs/stdio/vfprintf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/vfprintf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief vfprintf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief vfprintf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/vfscanf.c b/testsuites/psxtests/psxhdrs/stdio/vfscanf.c
index 0c39b3456b..4f1deab0c7 100644
--- a/testsuites/psxtests/psxhdrs/stdio/vfscanf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/vfscanf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief vfscanf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief vfscanf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/vprintf.c b/testsuites/psxtests/psxhdrs/stdio/vprintf.c
index cd758cd5f5..c2672ef104 100644
--- a/testsuites/psxtests/psxhdrs/stdio/vprintf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/vprintf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief vprintf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief vprintf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/vscanf.c b/testsuites/psxtests/psxhdrs/stdio/vscanf.c
index a39b43ae53..fb4b929571 100644
--- a/testsuites/psxtests/psxhdrs/stdio/vscanf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/vscanf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief vscanf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief vscanf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/vsnprintf.c b/testsuites/psxtests/psxhdrs/stdio/vsnprintf.c
index 003de41475..668dadb3bd 100644
--- a/testsuites/psxtests/psxhdrs/stdio/vsnprintf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/vsnprintf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief vsnprintf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief vsnprintf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/vsprintf.c b/testsuites/psxtests/psxhdrs/stdio/vsprintf.c
index a57aea8adf..09e34778ad 100644
--- a/testsuites/psxtests/psxhdrs/stdio/vsprintf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/vsprintf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief vsprintf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief vsprintf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdio/vsscanf.c b/testsuites/psxtests/psxhdrs/stdio/vsscanf.c
index dffcc263fd..22ea456de0 100644
--- a/testsuites/psxtests/psxhdrs/stdio/vsscanf.c
+++ b/testsuites/psxtests/psxhdrs/stdio/vsscanf.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief vsscanf() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief vsscanf() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/_Exit.c b/testsuites/psxtests/psxhdrs/stdlib/_Exit.c
index 1b1f835420..66b17e6f5d 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/_Exit.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/_Exit.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief _Exit() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief _Exit() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/a64l.c b/testsuites/psxtests/psxhdrs/stdlib/a64l.c
index 42fe6cd420..fd669f0781 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/a64l.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/a64l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief a64l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief a64l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/abort.c b/testsuites/psxtests/psxhdrs/stdlib/abort.c
index 032cfb5d9d..18ec6691f2 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/abort.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/abort.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief abort() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief abort() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/abs.c b/testsuites/psxtests/psxhdrs/stdlib/abs.c
index 4679827664..7f4c3ec914 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/abs.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/abs.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief abs() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief abs() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/atexit.c b/testsuites/psxtests/psxhdrs/stdlib/atexit.c
index 8fa6fe3540..903d6b33b3 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/atexit.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/atexit.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief atexit() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief atexit() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/atof.c b/testsuites/psxtests/psxhdrs/stdlib/atof.c
index 42dd95ab02..f57961a916 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/atof.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/atof.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief atof() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief atof() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/atoi.c b/testsuites/psxtests/psxhdrs/stdlib/atoi.c
index 64f204790a..baa3acc512 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/atoi.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/atoi.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief atoi() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief atoi() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/atol.c b/testsuites/psxtests/psxhdrs/stdlib/atol.c
index dec9502b69..94123c2735 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/atol.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/atol.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief atol() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief atol() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/atoll.c b/testsuites/psxtests/psxhdrs/stdlib/atoll.c
index e60e48572e..2f4f87e1d6 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/atoll.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/atoll.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief atoll() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief atoll() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/bsearch.c b/testsuites/psxtests/psxhdrs/stdlib/bsearch.c
index 351caeae4e..d472cd65fe 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/bsearch.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/bsearch.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief bsearch() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief bsearch() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/calloc.c b/testsuites/psxtests/psxhdrs/stdlib/calloc.c
index 01b44907f4..9167189368 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/calloc.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/calloc.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief calloc() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief calloc() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/div.c b/testsuites/psxtests/psxhdrs/stdlib/div.c
index 56a5e38639..b926c7b8c9 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/div.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/div.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief div() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief div() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/drand48.c b/testsuites/psxtests/psxhdrs/stdlib/drand48.c
index a68ed4d218..44e70695bf 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/drand48.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/drand48.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief drand48() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief drand48() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/erand48.c b/testsuites/psxtests/psxhdrs/stdlib/erand48.c
index 523e3ba041..beb680bd0d 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/erand48.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/erand48.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief erand48() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief erand48() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/exit.c b/testsuites/psxtests/psxhdrs/stdlib/exit.c
index 93236a0cb6..8e06c51fb6 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/exit.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/exit.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief exit() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief exit() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/free.c b/testsuites/psxtests/psxhdrs/stdlib/free.c
index 79b0b6d309..80ee60bbe4 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/free.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/free.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief free() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief free() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/getenv.c b/testsuites/psxtests/psxhdrs/stdlib/getenv.c
index 06751ceb38..f11cfadca7 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/getenv.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/getenv.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getenv() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getenv() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/getsubopt.c b/testsuites/psxtests/psxhdrs/stdlib/getsubopt.c
index 172c50533e..2e124f74c2 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/getsubopt.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/getsubopt.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getsubopt() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getsubopt() API Conformance Test
+ */
+
 #define _XOPEN_SOURCE 500
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/stdlib/grantpt.c b/testsuites/psxtests/psxhdrs/stdlib/grantpt.c
index 2ba0ad7787..3ba2c9aa75 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/grantpt.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/grantpt.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief grantpt() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief grantpt() API Conformance Test
+ */
+
 #define _XOPEN_SOURCE 500
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/stdlib/initstate.c b/testsuites/psxtests/psxhdrs/stdlib/initstate.c
index c1bc456caa..9f446cda32 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/initstate.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/initstate.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief initstate() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief initstate() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/jrand48.c b/testsuites/psxtests/psxhdrs/stdlib/jrand48.c
index dc7835f3af..a7a4fdc2b9 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/jrand48.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/jrand48.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief jrand48() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief jrand48() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/l64a.c b/testsuites/psxtests/psxhdrs/stdlib/l64a.c
index 23c8d2f0ff..c25b6e66de 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/l64a.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/l64a.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief l64a() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief l64a() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/labs.c b/testsuites/psxtests/psxhdrs/stdlib/labs.c
index f2f55bc785..f5c246383b 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/labs.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/labs.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief labs() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief labs() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/lcong48.c b/testsuites/psxtests/psxhdrs/stdlib/lcong48.c
index a5d6e5c6f3..0e3d99592c 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/lcong48.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/lcong48.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief lcong48() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief lcong48() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/ldiv.c b/testsuites/psxtests/psxhdrs/stdlib/ldiv.c
index c32785566c..f50ca51e4d 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/ldiv.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/ldiv.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ldiv() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ldiv() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/llabs.c b/testsuites/psxtests/psxhdrs/stdlib/llabs.c
index 2319774cf9..b0468cc384 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/llabs.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/llabs.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief llabs() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief llabs() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/lrand48.c b/testsuites/psxtests/psxhdrs/stdlib/lrand48.c
index c41dc23204..55425c00e3 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/lrand48.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/lrand48.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief lrand48() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief lrand48() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/mblen.c b/testsuites/psxtests/psxhdrs/stdlib/mblen.c
index e6631f0e82..d1a9f81394 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/mblen.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/mblen.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mblen() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mblen() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/mbstowcs.c b/testsuites/psxtests/psxhdrs/stdlib/mbstowcs.c
index 04bf0012d6..d104393885 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/mbstowcs.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/mbstowcs.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mbstowcs() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mbstowcs() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/mbtowc.c b/testsuites/psxtests/psxhdrs/stdlib/mbtowc.c
index 0c690c45f1..c46c97cbd9 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/mbtowc.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/mbtowc.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mbtowc() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mbtowc() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/mkdtemp.c b/testsuites/psxtests/psxhdrs/stdlib/mkdtemp.c
index 9fa9e1ab96..34c5a048be 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/mkdtemp.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/mkdtemp.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mkdtemp() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mkdtemp() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/mkstemp.c b/testsuites/psxtests/psxhdrs/stdlib/mkstemp.c
index 76421816f3..79b22240c4 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/mkstemp.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/mkstemp.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mkstemp() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mkstemp() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/mrand48.c b/testsuites/psxtests/psxhdrs/stdlib/mrand48.c
index 651f529a2a..a6bfefc95d 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/mrand48.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/mrand48.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mrand48() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mrand48() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/nrand48.c b/testsuites/psxtests/psxhdrs/stdlib/nrand48.c
index b6cc288931..426747aa4b 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/nrand48.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/nrand48.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief nrand48() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief nrand48() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/posix_memalign.c b/testsuites/psxtests/psxhdrs/stdlib/posix_memalign.c
index 3e342cdb59..711deac911 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/posix_memalign.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/posix_memalign.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief posix_memalign() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief posix_memalign() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/posix_openpt.c b/testsuites/psxtests/psxhdrs/stdlib/posix_openpt.c
index 83201aa7a1..1685a95a91 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/posix_openpt.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/posix_openpt.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief posix_openpt() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief posix_openpt() API Conformance Test
+ */
+
 #define _XOPEN_SOURCE 600
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/stdlib/ptsname.c b/testsuites/psxtests/psxhdrs/stdlib/ptsname.c
index e94ce64f0d..438114c6f8 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/ptsname.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/ptsname.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ptsname() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ptsname() API Conformance Test
+ */
+
 #define _XOPEN_SOURCE 500
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/stdlib/putenv.c b/testsuites/psxtests/psxhdrs/stdlib/putenv.c
index 37bc6d6de0..24cd2124b1 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/putenv.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/putenv.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief putenv() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief putenv() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/qsort.c b/testsuites/psxtests/psxhdrs/stdlib/qsort.c
index 3f0d514256..474077eed7 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/qsort.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/qsort.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief qsort() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief qsort() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/rand.c b/testsuites/psxtests/psxhdrs/stdlib/rand.c
index 7565a7eaa7..ff959e3bb1 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/rand.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/rand.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief rand() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief rand() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/rand_r.c b/testsuites/psxtests/psxhdrs/stdlib/rand_r.c
index 31b1711ced..f6eb91486f 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/rand_r.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/rand_r.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief rand_r() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief rand_r() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/random.c b/testsuites/psxtests/psxhdrs/stdlib/random.c
index a792ff36eb..b436c27581 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/random.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/random.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief random() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief random() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/realloc.c b/testsuites/psxtests/psxhdrs/stdlib/realloc.c
index edaa4ea9f1..f6547763bf 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/realloc.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/realloc.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief realloc() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief realloc() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/realpath.c b/testsuites/psxtests/psxhdrs/stdlib/realpath.c
index 38520acf8d..a7053c710b 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/realpath.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/realpath.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief realpath() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief realpath() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/seed48.c b/testsuites/psxtests/psxhdrs/stdlib/seed48.c
index 054aa68b82..f219055f49 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/seed48.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/seed48.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief seed48() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief seed48() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/setenv.c b/testsuites/psxtests/psxhdrs/stdlib/setenv.c
index f56383174e..fb655737ff 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/setenv.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/setenv.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief setenv() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief setenv() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/setkey.c b/testsuites/psxtests/psxhdrs/stdlib/setkey.c
index f7142a0544..ebbc8c730b 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/setkey.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/setkey.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief setkey() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief setkey() API Conformance Test
+ */
+
 #define _XOPEN_SOURCE
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/stdlib/setstate.c b/testsuites/psxtests/psxhdrs/stdlib/setstate.c
index c48330319b..962c806fc6 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/setstate.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/setstate.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief setstate() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief setstate() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/srand.c b/testsuites/psxtests/psxhdrs/stdlib/srand.c
index cca3a6ab49..c506f55628 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/srand.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/srand.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief srand() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief srand() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/srand48.c b/testsuites/psxtests/psxhdrs/stdlib/srand48.c
index 3da64c18a9..821e111b75 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/srand48.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/srand48.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief srand48() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief srand48() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/srandom.c b/testsuites/psxtests/psxhdrs/stdlib/srandom.c
index 461cc1ffe4..0f850cddb1 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/srandom.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/srandom.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief srandom() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief srandom() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/strtod.c b/testsuites/psxtests/psxhdrs/stdlib/strtod.c
index b03e6c4bc3..2cf8b54c95 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/strtod.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/strtod.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strtod() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strtod() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/strtof.c b/testsuites/psxtests/psxhdrs/stdlib/strtof.c
index 759b9c7dec..7bfbbc57bd 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/strtof.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/strtof.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strtof() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strtof() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/strtol.c b/testsuites/psxtests/psxhdrs/stdlib/strtol.c
index 33c2d258fd..091292cc76 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/strtol.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/strtol.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strtol() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strtol() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/strtold.c b/testsuites/psxtests/psxhdrs/stdlib/strtold.c
index 7b91890618..2f38645af3 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/strtold.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/strtold.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strtold() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strtold() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/strtoll.c b/testsuites/psxtests/psxhdrs/stdlib/strtoll.c
index 710a61c237..2c894cafa6 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/strtoll.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/strtoll.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strtoll() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strtoll() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/strtoul.c b/testsuites/psxtests/psxhdrs/stdlib/strtoul.c
index 236505e713..004557107e 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/strtoul.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/strtoul.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strtoul() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strtoul() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/strtoull.c b/testsuites/psxtests/psxhdrs/stdlib/strtoull.c
index 313cde1b76..f74560f8bc 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/strtoull.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/strtoull.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strtoull() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strtoull() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/system.c b/testsuites/psxtests/psxhdrs/stdlib/system.c
index be23d70965..2798c81d87 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/system.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/system.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief system() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief system() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/unlockpt.c b/testsuites/psxtests/psxhdrs/stdlib/unlockpt.c
index f60f659773..a651946159 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/unlockpt.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/unlockpt.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief unlockpt() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief unlockpt() API Conformance Test
+ */
+
 #define _XOPEN_SOURCE 500
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/stdlib/unsetenv.c b/testsuites/psxtests/psxhdrs/stdlib/unsetenv.c
index e1d7dfdee6..0863ad6d5b 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/unsetenv.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/unsetenv.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief unsetenv() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief unsetenv() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/wcstombs.c b/testsuites/psxtests/psxhdrs/stdlib/wcstombs.c
index 05b46aecc1..344819d551 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/wcstombs.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/wcstombs.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief wcstombs() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief wcstombs() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/stdlib/wctomb.c b/testsuites/psxtests/psxhdrs/stdlib/wctomb.c
index c0e15e8581..5bc9684f59 100755
--- a/testsuites/psxtests/psxhdrs/stdlib/wctomb.c
+++ b/testsuites/psxtests/psxhdrs/stdlib/wctomb.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief wctomb() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief wctomb() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/string/memccpy.c b/testsuites/psxtests/psxhdrs/string/memccpy.c
index a32a1936d5..bba5e64963 100644
--- a/testsuites/psxtests/psxhdrs/string/memccpy.c
+++ b/testsuites/psxtests/psxhdrs/string/memccpy.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief memccpy() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief memccpy() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/memchr.c b/testsuites/psxtests/psxhdrs/string/memchr.c
index 2dbe548d2b..40a9384d81 100644
--- a/testsuites/psxtests/psxhdrs/string/memchr.c
+++ b/testsuites/psxtests/psxhdrs/string/memchr.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief memchr() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief memchr() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/memcmp.c b/testsuites/psxtests/psxhdrs/string/memcmp.c
index 78b7210f69..13e85bb3d5 100644
--- a/testsuites/psxtests/psxhdrs/string/memcmp.c
+++ b/testsuites/psxtests/psxhdrs/string/memcmp.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief memcmp() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief memcmp() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/memcpy.c b/testsuites/psxtests/psxhdrs/string/memcpy.c
index 43da9c8961..6839324094 100644
--- a/testsuites/psxtests/psxhdrs/string/memcpy.c
+++ b/testsuites/psxtests/psxhdrs/string/memcpy.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief memcpy() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief memcpy() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/memmove.c b/testsuites/psxtests/psxhdrs/string/memmove.c
index 7c135d4690..337f41c72c 100644
--- a/testsuites/psxtests/psxhdrs/string/memmove.c
+++ b/testsuites/psxtests/psxhdrs/string/memmove.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief memmove() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief memmove() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/memset.c b/testsuites/psxtests/psxhdrs/string/memset.c
index f76fcd1006..66c2c1a34f 100644
--- a/testsuites/psxtests/psxhdrs/string/memset.c
+++ b/testsuites/psxtests/psxhdrs/string/memset.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief memset() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief memset() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/stpcpy.c b/testsuites/psxtests/psxhdrs/string/stpcpy.c
index cd4d4c8333..f527215fd4 100644
--- a/testsuites/psxtests/psxhdrs/string/stpcpy.c
+++ b/testsuites/psxtests/psxhdrs/string/stpcpy.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief stpcpy() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief stpcpy() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/stpncpy.c b/testsuites/psxtests/psxhdrs/string/stpncpy.c
index 920b9cd48c..42de12bd80 100644
--- a/testsuites/psxtests/psxhdrs/string/stpncpy.c
+++ b/testsuites/psxtests/psxhdrs/string/stpncpy.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief stpncpy() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief stpncpy() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strcat.c b/testsuites/psxtests/psxhdrs/string/strcat.c
index 0e04266d93..a6ebe4a61d 100644
--- a/testsuites/psxtests/psxhdrs/string/strcat.c
+++ b/testsuites/psxtests/psxhdrs/string/strcat.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strcat() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strcat() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strchr.c b/testsuites/psxtests/psxhdrs/string/strchr.c
index 0741247d5a..b48244a818 100644
--- a/testsuites/psxtests/psxhdrs/string/strchr.c
+++ b/testsuites/psxtests/psxhdrs/string/strchr.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strchr() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strchr() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strcmp.c b/testsuites/psxtests/psxhdrs/string/strcmp.c
index de95120b94..90be24c8dd 100644
--- a/testsuites/psxtests/psxhdrs/string/strcmp.c
+++ b/testsuites/psxtests/psxhdrs/string/strcmp.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strcmp() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strcmp() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strcoll.c b/testsuites/psxtests/psxhdrs/string/strcoll.c
index 9d76708e27..c3b38dc4a7 100644
--- a/testsuites/psxtests/psxhdrs/string/strcoll.c
+++ b/testsuites/psxtests/psxhdrs/string/strcoll.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strcoll() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strcoll() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strcoll_l.c b/testsuites/psxtests/psxhdrs/string/strcoll_l.c
index 03edadcbb9..a1977bdb23 100644
--- a/testsuites/psxtests/psxhdrs/string/strcoll_l.c
+++ b/testsuites/psxtests/psxhdrs/string/strcoll_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strcoll_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strcoll_l() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strcpy.c b/testsuites/psxtests/psxhdrs/string/strcpy.c
index 9c2dda8539..258acc67c6 100644
--- a/testsuites/psxtests/psxhdrs/string/strcpy.c
+++ b/testsuites/psxtests/psxhdrs/string/strcpy.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strcpy() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strcpy() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strcspn.c b/testsuites/psxtests/psxhdrs/string/strcspn.c
index 8dfe905ee0..5486f9bb98 100644
--- a/testsuites/psxtests/psxhdrs/string/strcspn.c
+++ b/testsuites/psxtests/psxhdrs/string/strcspn.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strcspn() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strcspn() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strdup.c b/testsuites/psxtests/psxhdrs/string/strdup.c
index 655078eea7..6dc5fde220 100644
--- a/testsuites/psxtests/psxhdrs/string/strdup.c
+++ b/testsuites/psxtests/psxhdrs/string/strdup.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strdup() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strdup() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strerror.c b/testsuites/psxtests/psxhdrs/string/strerror.c
index 5a0dfd8135..c1969619d9 100644
--- a/testsuites/psxtests/psxhdrs/string/strerror.c
+++ b/testsuites/psxtests/psxhdrs/string/strerror.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strerror() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strerror() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strerror_l.c b/testsuites/psxtests/psxhdrs/string/strerror_l.c
index 7b4edd6af1..a3e395118c 100644
--- a/testsuites/psxtests/psxhdrs/string/strerror_l.c
+++ b/testsuites/psxtests/psxhdrs/string/strerror_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strerror_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strerror_l() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strerror_r.c b/testsuites/psxtests/psxhdrs/string/strerror_r.c
index 92eed35d46..fe8b567006 100644
--- a/testsuites/psxtests/psxhdrs/string/strerror_r.c
+++ b/testsuites/psxtests/psxhdrs/string/strerror_r.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strerror_r() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strerror_r() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strlen.c b/testsuites/psxtests/psxhdrs/string/strlen.c
index 46abe67b16..1aafd023a4 100644
--- a/testsuites/psxtests/psxhdrs/string/strlen.c
+++ b/testsuites/psxtests/psxhdrs/string/strlen.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strlen() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strlen() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strncat.c b/testsuites/psxtests/psxhdrs/string/strncat.c
index 395b205446..b79963e1de 100644
--- a/testsuites/psxtests/psxhdrs/string/strncat.c
+++ b/testsuites/psxtests/psxhdrs/string/strncat.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strncat() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strncat() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strncmp.c b/testsuites/psxtests/psxhdrs/string/strncmp.c
index f2de99bb6b..5d58add30d 100644
--- a/testsuites/psxtests/psxhdrs/string/strncmp.c
+++ b/testsuites/psxtests/psxhdrs/string/strncmp.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strncmp() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strncmp() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strncpy.c b/testsuites/psxtests/psxhdrs/string/strncpy.c
index a17bf2d543..46360f0fde 100644
--- a/testsuites/psxtests/psxhdrs/string/strncpy.c
+++ b/testsuites/psxtests/psxhdrs/string/strncpy.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strncpy() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strncpy() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strndup.c b/testsuites/psxtests/psxhdrs/string/strndup.c
index 3ab7eef773..530702e081 100644
--- a/testsuites/psxtests/psxhdrs/string/strndup.c
+++ b/testsuites/psxtests/psxhdrs/string/strndup.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strndup() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strndup() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strnlen.c b/testsuites/psxtests/psxhdrs/string/strnlen.c
index 4114c90dea..365ace9581 100644
--- a/testsuites/psxtests/psxhdrs/string/strnlen.c
+++ b/testsuites/psxtests/psxhdrs/string/strnlen.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strnlen() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strnlen() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strpbrk.c b/testsuites/psxtests/psxhdrs/string/strpbrk.c
index b53e139506..4f98f4c47f 100644
--- a/testsuites/psxtests/psxhdrs/string/strpbrk.c
+++ b/testsuites/psxtests/psxhdrs/string/strpbrk.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strpbrk() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strpbrk() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strrchr.c b/testsuites/psxtests/psxhdrs/string/strrchr.c
index 8285b8df61..9ab59aecab 100644
--- a/testsuites/psxtests/psxhdrs/string/strrchr.c
+++ b/testsuites/psxtests/psxhdrs/string/strrchr.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strrchr() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strrchr() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strsignal.c b/testsuites/psxtests/psxhdrs/string/strsignal.c
index 55b2de3833..f9256ef434 100644
--- a/testsuites/psxtests/psxhdrs/string/strsignal.c
+++ b/testsuites/psxtests/psxhdrs/string/strsignal.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strsignal() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strsignal() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strspn.c b/testsuites/psxtests/psxhdrs/string/strspn.c
index ee9b79afcd..f0797a1f6d 100644
--- a/testsuites/psxtests/psxhdrs/string/strspn.c
+++ b/testsuites/psxtests/psxhdrs/string/strspn.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strspn() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strspn() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strstr.c b/testsuites/psxtests/psxhdrs/string/strstr.c
index c357869a8f..6e4eedf8df 100644
--- a/testsuites/psxtests/psxhdrs/string/strstr.c
+++ b/testsuites/psxtests/psxhdrs/string/strstr.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strstr() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strstr() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strtok.c b/testsuites/psxtests/psxhdrs/string/strtok.c
index abe91cf1a8..71a4634b78 100644
--- a/testsuites/psxtests/psxhdrs/string/strtok.c
+++ b/testsuites/psxtests/psxhdrs/string/strtok.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strtok() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strtok() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strtok_r.c b/testsuites/psxtests/psxhdrs/string/strtok_r.c
index e872221392..97cb05bcec 100644
--- a/testsuites/psxtests/psxhdrs/string/strtok_r.c
+++ b/testsuites/psxtests/psxhdrs/string/strtok_r.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strtok_r() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strtok_r() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strxfrm.c b/testsuites/psxtests/psxhdrs/string/strxfrm.c
index d51a5c12a8..055bbd13fd 100644
--- a/testsuites/psxtests/psxhdrs/string/strxfrm.c
+++ b/testsuites/psxtests/psxhdrs/string/strxfrm.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strxfrm() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strxfrm() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/string/strxfrm_l.c b/testsuites/psxtests/psxhdrs/string/strxfrm_l.c
index 5e6208d459..5839c96179 100644
--- a/testsuites/psxtests/psxhdrs/string/strxfrm_l.c
+++ b/testsuites/psxtests/psxhdrs/string/strxfrm_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strxfrm_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strxfrm_l() API Conformance Test
+ */
+
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
diff --git a/testsuites/psxtests/psxhdrs/strings/bcmp.c b/testsuites/psxtests/psxhdrs/strings/bcmp.c
index d86c05f878..cd6aa716fd 100644
--- a/testsuites/psxtests/psxhdrs/strings/bcmp.c
+++ b/testsuites/psxtests/psxhdrs/strings/bcmp.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief bcmp() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief bcmp() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/strings/bcopy.c b/testsuites/psxtests/psxhdrs/strings/bcopy.c
index 26cca2f479..4dfe602980 100644
--- a/testsuites/psxtests/psxhdrs/strings/bcopy.c
+++ b/testsuites/psxtests/psxhdrs/strings/bcopy.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief bcopy() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief bcopy() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/strings/ffs.c b/testsuites/psxtests/psxhdrs/strings/ffs.c
index 3a7985aae8..134bb9d372 100644
--- a/testsuites/psxtests/psxhdrs/strings/ffs.c
+++ b/testsuites/psxtests/psxhdrs/strings/ffs.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ffs() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ffs() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/strings/index.c b/testsuites/psxtests/psxhdrs/strings/index.c
index ea8ebf024d..8051648ddb 100644
--- a/testsuites/psxtests/psxhdrs/strings/index.c
+++ b/testsuites/psxtests/psxhdrs/strings/index.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief index() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief index() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/strings/rindex.c b/testsuites/psxtests/psxhdrs/strings/rindex.c
index aea3efb0ae..6268699c3d 100644
--- a/testsuites/psxtests/psxhdrs/strings/rindex.c
+++ b/testsuites/psxtests/psxhdrs/strings/rindex.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief rindex() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief rindex() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/strings/strcasecmp.c b/testsuites/psxtests/psxhdrs/strings/strcasecmp.c
index 40040bdaa4..e544387f25 100644
--- a/testsuites/psxtests/psxhdrs/strings/strcasecmp.c
+++ b/testsuites/psxtests/psxhdrs/strings/strcasecmp.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strcasecmp() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strcasecmp() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/strings/strcasecmp_l.c b/testsuites/psxtests/psxhdrs/strings/strcasecmp_l.c
index b9d094d8c0..2e27bce6d4 100644
--- a/testsuites/psxtests/psxhdrs/strings/strcasecmp_l.c
+++ b/testsuites/psxtests/psxhdrs/strings/strcasecmp_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strcasecmp_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strcasecmp_l() API Conformance Test
+ */
+
 #define _POSIX_C_SOURCE 200809L
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/strings/strncasecmp.c b/testsuites/psxtests/psxhdrs/strings/strncasecmp.c
index 076ca6d684..515c805eb4 100644
--- a/testsuites/psxtests/psxhdrs/strings/strncasecmp.c
+++ b/testsuites/psxtests/psxhdrs/strings/strncasecmp.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strncasecmp() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strncasecmp() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/strings/strncasecmp_l.c b/testsuites/psxtests/psxhdrs/strings/strncasecmp_l.c
index c8e0c84621..9662520d65 100644
--- a/testsuites/psxtests/psxhdrs/strings/strncasecmp_l.c
+++ b/testsuites/psxtests/psxhdrs/strings/strncasecmp_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief strncasecmp_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief strncasecmp_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/ipc/ftok.c b/testsuites/psxtests/psxhdrs/sys/ipc/ftok.c
index 0fbdbe86b3..a1447a61e1 100644
--- a/testsuites/psxtests/psxhdrs/sys/ipc/ftok.c
+++ b/testsuites/psxtests/psxhdrs/sys/ipc/ftok.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ftok() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ftok() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/resource/getpriority.c b/testsuites/psxtests/psxhdrs/sys/resource/getpriority.c
index f3bdb7eae4..d3a6589dd2 100755
--- a/testsuites/psxtests/psxhdrs/sys/resource/getpriority.c
+++ b/testsuites/psxtests/psxhdrs/sys/resource/getpriority.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getpriority() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getpriority() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/resource/getrlimit.c b/testsuites/psxtests/psxhdrs/sys/resource/getrlimit.c
index 69a35b683d..93698735ca 100755
--- a/testsuites/psxtests/psxhdrs/sys/resource/getrlimit.c
+++ b/testsuites/psxtests/psxhdrs/sys/resource/getrlimit.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getrlimit() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getrlimit() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/resource/getrusage.c b/testsuites/psxtests/psxhdrs/sys/resource/getrusage.c
index ce6a8bed96..4531020419 100755
--- a/testsuites/psxtests/psxhdrs/sys/resource/getrusage.c
+++ b/testsuites/psxtests/psxhdrs/sys/resource/getrusage.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getrusage() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getrusage() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/resource/setpriority.c b/testsuites/psxtests/psxhdrs/sys/resource/setpriority.c
index e8c9093dd8..38b4bce64f 100755
--- a/testsuites/psxtests/psxhdrs/sys/resource/setpriority.c
+++ b/testsuites/psxtests/psxhdrs/sys/resource/setpriority.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief setpriority() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief setpriority() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/resource/setrlimit.c b/testsuites/psxtests/psxhdrs/sys/resource/setrlimit.c
index 112a7344ae..22fd8b00c6 100755
--- a/testsuites/psxtests/psxhdrs/sys/resource/setrlimit.c
+++ b/testsuites/psxtests/psxhdrs/sys/resource/setrlimit.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief setrlimit() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief setrlimit() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/select/FD_CLR.c b/testsuites/psxtests/psxhdrs/sys/select/FD_CLR.c
index 086e63c5b3..b87b4fce56 100755
--- a/testsuites/psxtests/psxhdrs/sys/select/FD_CLR.c
+++ b/testsuites/psxtests/psxhdrs/sys/select/FD_CLR.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief FD_CLR() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief FD_CLR() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/select/FD_ISSET.c b/testsuites/psxtests/psxhdrs/sys/select/FD_ISSET.c
index 52737af723..e0450bcee9 100755
--- a/testsuites/psxtests/psxhdrs/sys/select/FD_ISSET.c
+++ b/testsuites/psxtests/psxhdrs/sys/select/FD_ISSET.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief FD_ISSET() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief FD_ISSET() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/select/FD_SET.c b/testsuites/psxtests/psxhdrs/sys/select/FD_SET.c
index 5482cff14a..98cfa1cb24 100755
--- a/testsuites/psxtests/psxhdrs/sys/select/FD_SET.c
+++ b/testsuites/psxtests/psxhdrs/sys/select/FD_SET.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief FD_SET() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief FD_SET() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/select/FD_ZERO.c b/testsuites/psxtests/psxhdrs/sys/select/FD_ZERO.c
index 268d478eb3..2628e2a6f5 100755
--- a/testsuites/psxtests/psxhdrs/sys/select/FD_ZERO.c
+++ b/testsuites/psxtests/psxhdrs/sys/select/FD_ZERO.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief FD_ZERO() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief FD_ZERO() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/select/pselect.c b/testsuites/psxtests/psxhdrs/sys/select/pselect.c
index d35a0d0921..3c737b6dbc 100755
--- a/testsuites/psxtests/psxhdrs/sys/select/pselect.c
+++ b/testsuites/psxtests/psxhdrs/sys/select/pselect.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief pselect() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief pselect() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/select/select.c b/testsuites/psxtests/psxhdrs/sys/select/select.c
index 14a59614c5..3eb9dee5e9 100755
--- a/testsuites/psxtests/psxhdrs/sys/select/select.c
+++ b/testsuites/psxtests/psxhdrs/sys/select/select.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief select() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief select() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/chmod.c b/testsuites/psxtests/psxhdrs/sys/stat/chmod.c
index 473b6fd94a..360a11b363 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/chmod.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/chmod.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief chmod() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief chmod() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/fchmod.c b/testsuites/psxtests/psxhdrs/sys/stat/fchmod.c
index d40f3e3a03..c50dba15a1 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/fchmod.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/fchmod.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fchmod() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fchmod() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/fchmodat.c b/testsuites/psxtests/psxhdrs/sys/stat/fchmodat.c
index 11a6b31599..926a5635c9 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/fchmodat.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/fchmodat.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fchmodat() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fchmodat() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/fstat.c b/testsuites/psxtests/psxhdrs/sys/stat/fstat.c
index f5415c05d7..1926481e22 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/fstat.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/fstat.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fstat() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fstat() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/fstatat.c b/testsuites/psxtests/psxhdrs/sys/stat/fstatat.c
index 1bd1f65a03..16ac7f3bb9 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/fstatat.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/fstatat.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief fstatat() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief fstatat() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/futimens.c b/testsuites/psxtests/psxhdrs/sys/stat/futimens.c
index 75fa0ce0e6..139d15b162 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/futimens.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/futimens.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief futimens() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief futimens() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/lstat.c b/testsuites/psxtests/psxhdrs/sys/stat/lstat.c
index 21e4bba975..369450ac9f 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/lstat.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/lstat.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief lstat() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief lstat() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/mkdir.c b/testsuites/psxtests/psxhdrs/sys/stat/mkdir.c
index 3960b635ef..5ca561d95d 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/mkdir.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/mkdir.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mkdir() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mkdir() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/mkdirat.c b/testsuites/psxtests/psxhdrs/sys/stat/mkdirat.c
index b34ffaf45d..fdce2743e2 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/mkdirat.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/mkdirat.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mkdirat() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mkdirat() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/mkfifo.c b/testsuites/psxtests/psxhdrs/sys/stat/mkfifo.c
index c828dd33e7..959fbac8cb 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/mkfifo.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/mkfifo.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mkfifo() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mkfifo() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/mkfifoat.c b/testsuites/psxtests/psxhdrs/sys/stat/mkfifoat.c
index 311f55a11e..03ffcf54cc 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/mkfifoat.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/mkfifoat.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mkfifoat() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mkfifoat() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/mknod.c b/testsuites/psxtests/psxhdrs/sys/stat/mknod.c
index 57f7da55f7..ae172790b3 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/mknod.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/mknod.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mknod() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mknod() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/mknodat.c b/testsuites/psxtests/psxhdrs/sys/stat/mknodat.c
index ec619610ed..0322833559 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/mknodat.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/mknodat.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief mknodat() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief mknodat() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/stat.c b/testsuites/psxtests/psxhdrs/sys/stat/stat.c
index 62ccd255eb..207843bdcd 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/stat.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/stat.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief stat() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief stat() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/umask.c b/testsuites/psxtests/psxhdrs/sys/stat/umask.c
index 918fe45e04..8fa51f0005 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/umask.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/umask.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief umask() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief umask() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/stat/utimensat.c b/testsuites/psxtests/psxhdrs/sys/stat/utimensat.c
index c8c0767ce3..ffbe720257 100644
--- a/testsuites/psxtests/psxhdrs/sys/stat/utimensat.c
+++ b/testsuites/psxtests/psxhdrs/sys/stat/utimensat.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief utimensat() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief utimensat() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/times/times.c b/testsuites/psxtests/psxhdrs/sys/times/times.c
index 179c2141c6..0ae899cb47 100644
--- a/testsuites/psxtests/psxhdrs/sys/times/times.c
+++ b/testsuites/psxtests/psxhdrs/sys/times/times.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief times() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief times() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/sys/utsname/uname.c b/testsuites/psxtests/psxhdrs/sys/utsname/uname.c
index e5e8494e85..78c4b955a9 100644
--- a/testsuites/psxtests/psxhdrs/sys/utsname/uname.c
+++ b/testsuites/psxtests/psxhdrs/sys/utsname/uname.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief uname() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief uname() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/termios/cfgetispeed.c b/testsuites/psxtests/psxhdrs/termios/cfgetispeed.c
index e98a28179e..5ae59c24a7 100755
--- a/testsuites/psxtests/psxhdrs/termios/cfgetispeed.c
+++ b/testsuites/psxtests/psxhdrs/termios/cfgetispeed.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cfgetispeed() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cfgetispeed() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/termios/cfgetospeed.c b/testsuites/psxtests/psxhdrs/termios/cfgetospeed.c
index b326a78378..ae8c7343fc 100755
--- a/testsuites/psxtests/psxhdrs/termios/cfgetospeed.c
+++ b/testsuites/psxtests/psxhdrs/termios/cfgetospeed.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cfgetospeed() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cfgetospeed() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/termios/cfsetispeed.c b/testsuites/psxtests/psxhdrs/termios/cfsetispeed.c
index b73dbffce1..12144d8c6c 100755
--- a/testsuites/psxtests/psxhdrs/termios/cfsetispeed.c
+++ b/testsuites/psxtests/psxhdrs/termios/cfsetispeed.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cfsetispeed() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cfsetispeed() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/termios/cfsetospeed.c b/testsuites/psxtests/psxhdrs/termios/cfsetospeed.c
index 8377fc6e26..7076a3f647 100755
--- a/testsuites/psxtests/psxhdrs/termios/cfsetospeed.c
+++ b/testsuites/psxtests/psxhdrs/termios/cfsetospeed.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief cfsetospeed() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief cfsetospeed() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/termios/tcdrain.c b/testsuites/psxtests/psxhdrs/termios/tcdrain.c
index 1de8862f65..24b5a92d0d 100755
--- a/testsuites/psxtests/psxhdrs/termios/tcdrain.c
+++ b/testsuites/psxtests/psxhdrs/termios/tcdrain.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tcdrain() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tcdrain() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/termios/tcflow.c b/testsuites/psxtests/psxhdrs/termios/tcflow.c
index 5b7d1dab39..98cc41077d 100755
--- a/testsuites/psxtests/psxhdrs/termios/tcflow.c
+++ b/testsuites/psxtests/psxhdrs/termios/tcflow.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tcflow() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tcflow() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/termios/tcflush.c b/testsuites/psxtests/psxhdrs/termios/tcflush.c
index 4beccb89d5..1466ecdbe9 100755
--- a/testsuites/psxtests/psxhdrs/termios/tcflush.c
+++ b/testsuites/psxtests/psxhdrs/termios/tcflush.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tcflush() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tcflush() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/termios/tcgetattr.c b/testsuites/psxtests/psxhdrs/termios/tcgetattr.c
index d00336b214..6c2fe7b895 100755
--- a/testsuites/psxtests/psxhdrs/termios/tcgetattr.c
+++ b/testsuites/psxtests/psxhdrs/termios/tcgetattr.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tcgetattr() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tcgetattr() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/termios/tcgetsid.c b/testsuites/psxtests/psxhdrs/termios/tcgetsid.c
index 8700742166..1caca6c478 100755
--- a/testsuites/psxtests/psxhdrs/termios/tcgetsid.c
+++ b/testsuites/psxtests/psxhdrs/termios/tcgetsid.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tcgetsid() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tcgetsid() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/termios/tcsendbreak.c b/testsuites/psxtests/psxhdrs/termios/tcsendbreak.c
index 7ef4de0b7f..79bc90826f 100755
--- a/testsuites/psxtests/psxhdrs/termios/tcsendbreak.c
+++ b/testsuites/psxtests/psxhdrs/termios/tcsendbreak.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tcsendbreak() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tcsendbreak() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/termios/tcsetattr.c b/testsuites/psxtests/psxhdrs/termios/tcsetattr.c
index e2bd6980a9..3768c57d4e 100755
--- a/testsuites/psxtests/psxhdrs/termios/tcsetattr.c
+++ b/testsuites/psxtests/psxhdrs/termios/tcsetattr.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief tcsetattr() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief tcsetattr() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ucontext/getcontext.c b/testsuites/psxtests/psxhdrs/ucontext/getcontext.c
index 79a49cca90..054ff88b3a 100755
--- a/testsuites/psxtests/psxhdrs/ucontext/getcontext.c
+++ b/testsuites/psxtests/psxhdrs/ucontext/getcontext.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief getcontext() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief getcontext() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ucontext/makecontext.c b/testsuites/psxtests/psxhdrs/ucontext/makecontext.c
index b180a8e55c..1f924ee592 100755
--- a/testsuites/psxtests/psxhdrs/ucontext/makecontext.c
+++ b/testsuites/psxtests/psxhdrs/ucontext/makecontext.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief makecontext() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief makecontext() API Conformance Test
+ */
+
 #define _XOPEN_SOURCE_EXTENDED 1
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/ucontext/setcontext.c b/testsuites/psxtests/psxhdrs/ucontext/setcontext.c
index 3f8cd6328f..71d4c10edf 100755
--- a/testsuites/psxtests/psxhdrs/ucontext/setcontext.c
+++ b/testsuites/psxtests/psxhdrs/ucontext/setcontext.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief setcontext() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief setcontext() API Conformance Test
+ */
+
 #define _XOPEN_SOURCE_EXTENDED 1
 
 #ifdef HAVE_CONFIG_H
diff --git a/testsuites/psxtests/psxhdrs/ucontext/swapcontext.c b/testsuites/psxtests/psxhdrs/ucontext/swapcontext.c
index 84da2d2e44..1b2133a129 100755
--- a/testsuites/psxtests/psxhdrs/ucontext/swapcontext.c
+++ b/testsuites/psxtests/psxhdrs/ucontext/swapcontext.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief swapcontext() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief swapcontext() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/ulimit/ulimit.c b/testsuites/psxtests/psxhdrs/ulimit/ulimit.c
index b2650648c7..13cd6637db 100755
--- a/testsuites/psxtests/psxhdrs/ulimit/ulimit.c
+++ b/testsuites/psxtests/psxhdrs/ulimit/ulimit.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief ulimit() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief ulimit() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/utime/utime.c b/testsuites/psxtests/psxhdrs/utime/utime.c
index a6801d27c3..11137efb9b 100644
--- a/testsuites/psxtests/psxhdrs/utime/utime.c
+++ b/testsuites/psxtests/psxhdrs/utime/utime.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief utime() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief utime() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
  #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswalnum.c b/testsuites/psxtests/psxhdrs/wctype/iswalnum.c
index 0ed2ad5154..3a1ca94011 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswalnum.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswalnum.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswalnum() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswalnum() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswalnum_l.c b/testsuites/psxtests/psxhdrs/wctype/iswalnum_l.c
index 87b76717e3..3d5053faa2 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswalnum_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswalnum_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswalnum_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswalnum_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswalpha.c b/testsuites/psxtests/psxhdrs/wctype/iswalpha.c
index 2f37240f31..c0178efcff 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswalpha.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswalpha.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswalpha() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswalpha() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswalpha_l.c b/testsuites/psxtests/psxhdrs/wctype/iswalpha_l.c
index 4708c90c94..ae33faf684 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswalpha_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswalpha_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswalpha_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswalpha_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswblank.c b/testsuites/psxtests/psxhdrs/wctype/iswblank.c
index 0d8fbecd37..c2584ab862 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswblank.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswblank.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswblank() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswblank() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswblank_l.c b/testsuites/psxtests/psxhdrs/wctype/iswblank_l.c
index fe49623548..cfc8bee8f0 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswblank_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswblank_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswblank_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswblank_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswcntrl.c b/testsuites/psxtests/psxhdrs/wctype/iswcntrl.c
index 551fe241e3..8d20a6637c 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswcntrl.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswcntrl.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswcntrl() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswcntrl() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswcntrl_l.c b/testsuites/psxtests/psxhdrs/wctype/iswcntrl_l.c
index 4a0f06392e..745445e1b4 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswcntrl_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswcntrl_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswcntrl_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswcntrl_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswctype.c b/testsuites/psxtests/psxhdrs/wctype/iswctype.c
index 4b6ab8959d..8c807f37f8 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswctype.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswctype.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswctype() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswctype() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswctype_l.c b/testsuites/psxtests/psxhdrs/wctype/iswctype_l.c
index 475563e8a6..adb945379c 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswctype_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswctype_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswctype_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswctype_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswdigit.c b/testsuites/psxtests/psxhdrs/wctype/iswdigit.c
index 2c5567858a..b785b7e38e 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswdigit.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswdigit.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswdigit() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswdigit() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswdigit_l.c b/testsuites/psxtests/psxhdrs/wctype/iswdigit_l.c
index c96670378c..15bfb5e226 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswdigit_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswdigit_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswdigit_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswdigit_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswgraph.c b/testsuites/psxtests/psxhdrs/wctype/iswgraph.c
index 8eaa70469f..255bfe9b72 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswgraph.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswgraph.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswgraph() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswgraph() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswgraph_l.c b/testsuites/psxtests/psxhdrs/wctype/iswgraph_l.c
index 39d5ac90cf..016d3f2f18 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswgraph_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswgraph_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswgraph_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswgraph_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswlower.c b/testsuites/psxtests/psxhdrs/wctype/iswlower.c
index ff866384ce..69ecb7b148 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswlower.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswlower.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswlower() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswlower() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswlower_l.c b/testsuites/psxtests/psxhdrs/wctype/iswlower_l.c
index a302fa1230..f4f2c8bce5 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswlower_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswlower_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswlower_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswlower_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswprint.c b/testsuites/psxtests/psxhdrs/wctype/iswprint.c
index 23af8f59f0..48648acdc1 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswprint.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswprint.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswprint() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswprint() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswprint_l.c b/testsuites/psxtests/psxhdrs/wctype/iswprint_l.c
index a18c66e56d..9a9091b2b1 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswprint_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswprint_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswprint_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswprint_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswpunct.c b/testsuites/psxtests/psxhdrs/wctype/iswpunct.c
index 3fc35650e7..dd3156bd25 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswpunct.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswpunct.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswpunct() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswpunct() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswpunct_l.c b/testsuites/psxtests/psxhdrs/wctype/iswpunct_l.c
index b72c23166d..29d19e6e5f 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswpunct_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswpunct_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswpunct_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswpunct_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswspace.c b/testsuites/psxtests/psxhdrs/wctype/iswspace.c
index 1495a89935..b5ec4590a2 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswspace.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswspace.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswspace() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswspace() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswspace_l.c b/testsuites/psxtests/psxhdrs/wctype/iswspace_l.c
index a5b8202cc9..214d36c365 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswspace_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswspace_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswspace_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswspace_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswupper.c b/testsuites/psxtests/psxhdrs/wctype/iswupper.c
index 1162db945c..69bfa40b10 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswupper.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswupper.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswupper() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswupper() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswupper_l.c b/testsuites/psxtests/psxhdrs/wctype/iswupper_l.c
index fff66af557..665a63facb 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswupper_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswupper_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswupper_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswupper_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswxdigit.c b/testsuites/psxtests/psxhdrs/wctype/iswxdigit.c
index 53bb4cc7b9..49b19548eb 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswxdigit.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswxdigit.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswxdigit() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswxdigit() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/iswxdigit_l.c b/testsuites/psxtests/psxhdrs/wctype/iswxdigit_l.c
index b8a6f75f65..ccd9e024f9 100755
--- a/testsuites/psxtests/psxhdrs/wctype/iswxdigit_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/iswxdigit_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief iswxdigit_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief iswxdigit_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/towctrans.c b/testsuites/psxtests/psxhdrs/wctype/towctrans.c
index bedd5c153f..7a1ffd0247 100755
--- a/testsuites/psxtests/psxhdrs/wctype/towctrans.c
+++ b/testsuites/psxtests/psxhdrs/wctype/towctrans.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief towctrans() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief towctrans() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/towctrans_l.c b/testsuites/psxtests/psxhdrs/wctype/towctrans_l.c
index 793cb3af96..d0993af7a1 100755
--- a/testsuites/psxtests/psxhdrs/wctype/towctrans_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/towctrans_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief towctrans_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief towctrans_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/towlower.c b/testsuites/psxtests/psxhdrs/wctype/towlower.c
index 55528cb500..c53e6d7f28 100755
--- a/testsuites/psxtests/psxhdrs/wctype/towlower.c
+++ b/testsuites/psxtests/psxhdrs/wctype/towlower.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief towlower() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief towlower() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/towlower_l.c b/testsuites/psxtests/psxhdrs/wctype/towlower_l.c
index e1712ff427..b16f8bcf7c 100755
--- a/testsuites/psxtests/psxhdrs/wctype/towlower_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/towlower_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief towlower_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief towlower_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/towupper.c b/testsuites/psxtests/psxhdrs/wctype/towupper.c
index 97833d450a..1d8e428bc7 100755
--- a/testsuites/psxtests/psxhdrs/wctype/towupper.c
+++ b/testsuites/psxtests/psxhdrs/wctype/towupper.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief towupper() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief towupper() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/towupper_l.c b/testsuites/psxtests/psxhdrs/wctype/towupper_l.c
index c95d342cf0..ab08d0f12d 100755
--- a/testsuites/psxtests/psxhdrs/wctype/towupper_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/towupper_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief towupper_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief towupper_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/wctrans.c b/testsuites/psxtests/psxhdrs/wctype/wctrans.c
index e84f027664..c185f39f79 100755
--- a/testsuites/psxtests/psxhdrs/wctype/wctrans.c
+++ b/testsuites/psxtests/psxhdrs/wctype/wctrans.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief wctrans() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief wctrans() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/wctrans_l.c b/testsuites/psxtests/psxhdrs/wctype/wctrans_l.c
index acc8aebc3b..1822a915cc 100755
--- a/testsuites/psxtests/psxhdrs/wctype/wctrans_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/wctrans_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief wctrans_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief wctrans_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/wctype.c b/testsuites/psxtests/psxhdrs/wctype/wctype.c
index 4318e38da9..ca0bc52cb6 100755
--- a/testsuites/psxtests/psxhdrs/wctype/wctype.c
+++ b/testsuites/psxtests/psxhdrs/wctype/wctype.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief wctype() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief wctype() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wctype/wctype_l.c b/testsuites/psxtests/psxhdrs/wctype/wctype_l.c
index aee5601a99..25b7d7ebe0 100755
--- a/testsuites/psxtests/psxhdrs/wctype/wctype_l.c
+++ b/testsuites/psxtests/psxhdrs/wctype/wctype_l.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief wctype_l() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief wctype_l() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wordexp/wordexp.c b/testsuites/psxtests/psxhdrs/wordexp/wordexp.c
index e9a16fa0ac..56b6528e7c 100644
--- a/testsuites/psxtests/psxhdrs/wordexp/wordexp.c
+++ b/testsuites/psxtests/psxhdrs/wordexp/wordexp.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief wordexp() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief wordexp() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxhdrs/wordexp/wordfree.c b/testsuites/psxtests/psxhdrs/wordexp/wordfree.c
index e05a590737..27ee9616ff 100644
--- a/testsuites/psxtests/psxhdrs/wordexp/wordfree.c
+++ b/testsuites/psxtests/psxhdrs/wordexp/wordfree.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief wordfree() API Conformance Test
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief wordfree() API Conformance Test
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxinttypes01/init.c b/testsuites/psxtests/psxinttypes01/init.c
index 030aa2aa57..bb8e634624 100644
--- a/testsuites/psxtests/psxinttypes01/init.c
+++ b/testsuites/psxtests/psxinttypes01/init.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief Test suite for inttypes.h methods
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief Test suite for inttypes.h methods
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/testsuites/psxtests/psxndbm01/init.c b/testsuites/psxtests/psxndbm01/init.c
index d696abf282..fdf430101e 100644
--- a/testsuites/psxtests/psxndbm01/init.c
+++ b/testsuites/psxtests/psxndbm01/init.c
@@ -1,8 +1,3 @@
-/**
- *  @file
- *  @brief Test suite for ndbm.h methods
- */
-
 /*
  * SPDX-License-Identifier: BSD-2-Clause
  *
@@ -30,6 +25,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ *  @file
+ *  @brief Test suite for ndbm.h methods
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-- 
2.16.4



More information about the devel mailing list