-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is neededtaskWork that needs completingWork that needs completing
Description
The indenting for comments is out of alignment after code is pushed and pulled again. We need to go through and rectify the spacing in all the files.
gedit
to insert 5 spaces instead of an indent when using the tab
button, so you should configure your IDE to do the same.
FYI my current style is:
function()
{
5 space indenting for new scope // Comments beginning at 100th column on right hand side (yes I know this is not exactly 100 spaces across, it just doesn't fit neatly in the tiny github window)
}
Here's the list:
- Math
- /include/Math.h
- Model
- /include/Joint.h
- /include/KinematicTree.h
- /include/Link.h
- /include/Pose.h
- /include/RigidBody.h
- /test/urdf_test.cpp
- Trajectory
- /include/CartesianTrajectory.h
- /include/MultiTrapezoid.h
- /include/Polynomial.h
- /include/Spline.h
- /include/TrajectoryBase.h
- /include/TrapezoidalVelocity.h
- /include/Waypoints/h
- /test/multi_trapezoid_test.cpp
- /test/polynomial_test.cpp
- /test/spline_test.cpp
- /test/trapezoidal_test.cpp
Metadata
Metadata
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is neededtaskWork that needs completingWork that needs completing