uavos / apx-gcs

APX Ground Control
GNU Lesser General Public License v3.0
13 stars 12 forks source link

Wrong API formatting #11

Closed smarttowel closed 9 months ago

smarttowel commented 3 years ago

When I develop some plugin for GCS, I have to read source code (headers), because we doesn't have API documentation. So, headers reading not simple work, because I need public methods and properties, that scattered around file. For example, Vehicles.h:

public private public signals private public protected signals

Common practice is place public methods and properties on the top of class in one section.

uavinda commented 3 years ago

confirmed