Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Remove defaulting to "John Does" as airframe maintainer #24203

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# @type VTOL Tiltrotor
# @class VTOL
#
# @maintainer
#
# @board px4_fmu-v2 exclude
# @board bitcraze_crazyflie exclude
# @board holybro_kakutef7 exclude
Expand Down
1 change: 0 additions & 1 deletion ROMFS/px4fmu_common/init.d/airframes/4061_atl_mantis_edu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# @type Quadrotor x
# @class Copter
#
# @maintainer
# @board px4_fmu-v2 exclude
# @board cuav_x7pro exclude
# @board px4_fmu-v4pro exclude
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
# @output Motor1 throttle
# @output Servo1 steering
#
# @maintainer
#
# @board bitcraze_crazyflie exclude
#

Expand Down
2 changes: 1 addition & 1 deletion Tools/px4airframes/srcparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def Parse(self, path, contents):

# Process parsed content
airframe_type = None
maintainer = "John Doe <[email protected]>"
maintainer = None
airframe_name = None
airframe_class = None

Expand Down
Loading