Skip to content

Commit de95610

Browse files
committed
pbio: Add namespace name to title.
This makes the relevant doc page easier to find via the menu or search.
1 parent 016b377 commit de95610

25 files changed

+29
-29
lines changed

lib/pbio/include/pbio/angle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2022 The Pybricks Authors
33

44
/**
5-
* @addtogroup Angle pbio: Long high resolution position type
5+
* @addtogroup Angle pbio/angle: Long high resolution position type
66
*
77
* Type definition and math operations for long position type.
88
* @{

lib/pbio/include/pbio/battery.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2021-2022 The Pybricks Authors
33

44
/**
5-
* @addtogroup Battery pbio: Battery functions
5+
* @addtogroup Battery pbio/battery: Battery functions
66
*
77
* Provides functions for accessing battery state.
88
* @{

lib/pbio/include/pbio/button.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2018-2021 The Pybricks Authors
2+
// Copyright (c) 2018-2022 The Pybricks Authors
33

44
/**
5-
* @addtogroup Button pbio: Brick and Remote Control Buttons
5+
* @addtogroup Button pbio/button: Brick and Remote Control Buttons
66
*
77
* Provides functions to test when a button is pressed.
88
* @{

lib/pbio/include/pbio/color.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2020,2022 The Pybricks Authors
33

44
/**
5-
* @addtogroup Color pbio: Color Conversion Functions
5+
* @addtogroup Color pbio/color: Color Conversion Functions
66
*
77
* Provides generic functions to manipulate colors.
88
* @{

lib/pbio/include/pbio/control.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2018-2022 The Pybricks Authors
33

44
/**
5-
* @addtogroup Control pbio: PID-like control
5+
* @addtogroup Control pbio/control: PID-like control
66
*
77
* Provides application-agnostic controllers for fully-actuated mechanical systems.
88
* @{

lib/pbio/include/pbio/control_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <pbio/error.h>
1111

1212
/**
13-
* @addtogroup ControlSettings pbio: Control settings
13+
* @addtogroup ControlSettings pbio/control_settings: Control settings
1414
*
1515
* Provides getters, setters, and scalers for control settings.
1616
* @{

lib/pbio/include/pbio/dcmotor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2018-2022 The Pybricks Authors
33

44
/**
5-
* @addtogroup DCMotor pbio: DC Motor
5+
* @addtogroup DCMotor pbio/dcmotor: DC Motor
66
*
77
* Interface for basic interaction with an encoderless brushed DC Motor.
88
* @{

lib/pbio/include/pbio/drivebase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2018-2022 The Pybricks Authors
33

44
/**
5-
* @addtogroup Drivebase pbio: Drivebase motion control
5+
* @addtogroup Drivebase pbio/drivebase: Drivebase motion control
66
*
77
* Precision driving and steering using odometry.
88
* @{

lib/pbio/include/pbio/error.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2018-2020 The Pybricks Authors
2+
// Copyright (c) 2018-2022 The Pybricks Authors
33

44
/**
5-
* @addtogroup Error pbio: Error handling
5+
* @addtogroup Error pbio/error: Error handling
66
* @{
77
*/
88

lib/pbio/include/pbio/integrator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) 2018-2022 The Pybricks Authors
33

44
/**
5-
* @addtogroup Integrator pbio: Integration of speed and angle signals
5+
* @addtogroup Integrator pbio/integrator: Integration of speed and angle signals
66
*
77
* Numeric and exact integration tools used by PID controllers.
88
* @{

0 commit comments

Comments
 (0)