Skip to content

Commit

Permalink
Prefix remaining kernel doxygroups with 'kernel_'
Browse files Browse the repository at this point in the history
  • Loading branch information
jermar committed Oct 5, 2018
1 parent c5429fe commit e88eb48
Show file tree
Hide file tree
Showing 37 changed files with 40 additions and 44 deletions.
2 changes: 1 addition & 1 deletion abi/include/abi/synch.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup abi_generic
* @{
*/
/** @file
Expand Down
8 changes: 2 additions & 6 deletions kernel/doc/doxygroups.h
Expand Up @@ -8,15 +8,11 @@
* @ingroup kernel
*/

/** @defgroup main Kernel initialization
* @ingroup others
*/

/** @defgroup kernel_generic_console Kernel console
* @ingroup others
*/

/** @defgroup time Time management
/** @defgroup kernel_time Time management
* @ingroup kernel
*/

Expand Down Expand Up @@ -91,7 +87,7 @@
* @endcond
*/

/** @defgroup sync Synchronization
/** @defgroup kernel_sync Synchronization
* @ingroup kernel
*/

Expand Down
6 changes: 3 additions & 3 deletions kernel/generic/include/adt/hash_table.h
Expand Up @@ -28,14 +28,14 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup libc
/** @addtogroup kernel_generic
* @{
*/
/** @file
*/

#ifndef LIBC_HASH_TABLE_H_
#define LIBC_HASH_TABLE_H_
#ifndef KERNEL_HASH_TABLE_H_
#define KERNEL_HASH_TABLE_H_

#include <adt/list.h>
#include <stdbool.h>
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/main/kinit.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup main
/** @addtogroup kernel_generic
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/main/main.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup main
/** @addtogroup kernel_generic
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/main/uinit.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup main
/** @addtogroup kernel_generic
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/main/version.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup main
/** @addtogroup kernel_generic
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/synch/condvar.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/synch/futex.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/synch/mutex.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/synch/rcu.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/synch/rcu_types.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/synch/semaphore.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/synch/smc.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/synch/smp_memory_barrier.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/synch/spinlock.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/synch/waitq.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/time/clock.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup time
/** @addtogroup kernel_time
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/time/delay.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup time
/** @addtogroup kernel_time
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/include/time/timeout.h
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup time
/** @addtogroup kernel_time
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/adt/hash_table.c
Expand Up @@ -28,7 +28,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup libc
/** @addtogroup kernel_generic
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/main/kinit.c
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup main
/** @addtogroup kernel_generic
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/main/main.c
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup main
/** @addtogroup kernel_generic
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/main/shutdown.c
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup main
/** @addtogroup kernel_generic
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/main/uinit.c
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup main
/** @addtogroup kernel_generic
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/main/version.c
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup main
/** @addtogroup kernel_generic
* @{
*/
/** @file
Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/synch/condvar.c
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/synch/futex.c
Expand Up @@ -27,7 +27,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/synch/mutex.c
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/synch/rcu.c
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/synch/semaphore.c
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/synch/smc.c
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/synch/spinlock.c
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/synch/waitq.c
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup sync
/** @addtogroup kernel_sync
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/time/clock.c
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup time
/** @addtogroup kernel_time
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/time/delay.c
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup time
/** @addtogroup kernel_time
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion kernel/generic/src/time/timeout.c
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/** @addtogroup time
/** @addtogroup kernel_time
* @{
*/

Expand Down

0 comments on commit e88eb48

Please sign in to comment.