From caf17373026a9de07ccd72edc282d46486257fb5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Oct 2020 17:54:55 +0100 Subject: Clean up installed man pages --- include/pugl/cairo.h | 2 +- include/pugl/gl.h | 2 +- include/pugl/pugl.h | 6 +++--- include/pugl/stub.h | 2 +- include/pugl/vulkan.h | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'include/pugl') diff --git a/include/pugl/cairo.h b/include/pugl/cairo.h index 2022c21..da9f724 100644 --- a/include/pugl/cairo.h +++ b/include/pugl/cairo.h @@ -29,7 +29,7 @@ PUGL_BEGIN_DECLS /** @defgroup cairo Cairo Cairo graphics support. - @ingroup pugl_c + @ingroup pugl @{ */ diff --git a/include/pugl/gl.h b/include/pugl/gl.h index dca9a45..36b2887 100644 --- a/include/pugl/gl.h +++ b/include/pugl/gl.h @@ -58,7 +58,7 @@ PUGL_BEGIN_DECLS /** @defgroup gl OpenGL OpenGL graphics support. - @ingroup pugl_c + @ingroup pugl @{ */ diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h index 814b39b..14985b9 100644 --- a/include/pugl/pugl.h +++ b/include/pugl/pugl.h @@ -70,12 +70,12 @@ PUGL_BEGIN_DECLS /** - @defgroup pugl Pugl + @defgroup pugldoc Pugl A minimal portable API for embeddable GUIs. @{ - @defgroup pugl_c C API - Public C API. + @defgroup pugl Pugl C API + Pugl C API. @{ */ diff --git a/include/pugl/stub.h b/include/pugl/stub.h index fd62ff0..61791fd 100644 --- a/include/pugl/stub.h +++ b/include/pugl/stub.h @@ -29,7 +29,7 @@ PUGL_BEGIN_DECLS /** @defgroup stub Stub Native graphics support. - @ingroup pugl_c + @ingroup pugl @{ */ diff --git a/include/pugl/vulkan.h b/include/pugl/vulkan.h index a2755f9..487ecda 100644 --- a/include/pugl/vulkan.h +++ b/include/pugl/vulkan.h @@ -41,7 +41,7 @@ PUGL_BEGIN_DECLS Vulkan library, and a portable function to create a Vulkan surface for a view, which hides the platform-specific implementation details. - @ingroup pugl_c + @ingroup pugl @{ */ -- cgit v1.2.1