Skip to content

Commit

Permalink
add doxygen ignore line conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed Apr 24, 2024
1 parent 37fbdcd commit d358f59
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/modules/src/collision_avoidance.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,10 @@ void collisionAvoidanceUpdateSetpointCore(
// Everything below this comment will only be compiled in a firware build made
// with the standard Makefile. Everything depending on FreeRTOS, ARM, params,
// etc. must go here.
//
#ifdef CRAZYFLIE_FW
// \\cond

#ifdef CRAZYFLIE_FW
// \endcond
#include "FreeRTOS.h"
#include "task.h"

Expand Down Expand Up @@ -427,4 +428,6 @@ PARAM_GROUP_START(colAv)
PARAM_ADD(PARAM_INT32, vorIters, &params.voronoiProjectionMaxIters)
PARAM_GROUP_STOP(colAv)

// \\cond
#endif // CRAZYFLIE_FW
// \\endcond

0 comments on commit d358f59

Please sign in to comment.