diff --git a/userspace/SWUTS.h b/userspace/SWUTS.h index c13e5d88c..cbf75dd54 100644 --- a/userspace/SWUTS.h +++ b/userspace/SWUTS.h @@ -38,6 +38,8 @@ * - @ref SWUTS-mm-nvgpu-mem * - @ref SWUTS-mm-vm * - @ref SWUTS-fuse + * - @ref SWUTS-posix-sizes + * - @ref SWUTS-posix-thread * - @ref SWUTS-sdl * */ diff --git a/userspace/SWUTS.sources b/userspace/SWUTS.sources index 721b59282..878be8a66 100644 --- a/userspace/SWUTS.sources +++ b/userspace/SWUTS.sources @@ -9,3 +9,5 @@ INPUT += ../../../userspace/units/mm/allocators/bitmap_allocator/bitmap_allocato INPUT += ../../../userspace/units/mm/allocators/buddy_allocator/buddy_allocator.h INPUT += ../../../userspace/units/mm/nvgpu_mem/nvgpu_mem.h INPUT += ../../../userspace/units/mm/vm/vm.h +INPUT += ../../../userspace/units/posix/sizes/posix-sizes.h +INPUT += ../../../userspace/units/posix/thread/posix-thread.h diff --git a/userspace/units/posix/sizes/posix-sizes.h b/userspace/units/posix/sizes/posix-sizes.h index 83233a9b6..c574762b0 100644 --- a/userspace/units/posix/sizes/posix-sizes.h +++ b/userspace/units/posix/sizes/posix-sizes.h @@ -21,10 +21,10 @@ */ /** - * @addtogroup SWUTS-posix.sizes + * @addtogroup SWUTS-posix-sizes * @{ * - * Software Unit Test Specification for posix.sizes + * Software Unit Test Specification for posix-sizes */ #ifndef __UNIT_POSIX_SIZES_H__ diff --git a/userspace/units/posix/thread/posix-thread.h b/userspace/units/posix/thread/posix-thread.h index d577e172b..71b2c0816 100644 --- a/userspace/units/posix/thread/posix-thread.h +++ b/userspace/units/posix/thread/posix-thread.h @@ -21,11 +21,10 @@ */ /** - * @file + * @addtogroup SWUTS-posix-thread + * @{ * - * Software Unit Test Specification for posix.thread - * - * @page swuts-posix.thread + * Software Unit Test Specification for posix-thread */ #ifndef __UNIT_POSIX_THREAD_H__ #define __UNIT_POSIX_THREAD_H__