Index: jostle.c =================================================================== --- jostle.c (revision 15717) +++ jostle.c (revision 15718) @@ -1,11 +1,9 @@ -/*! - * \file jostle.c +/* + * jostle plug-in for PCB. * - * \brief jostle plug-in for PCB. + * Copyright (C) 2007 Ben Jackson * - * \author Copyright (C) 2007 Ben Jackson - * - * \copyright Licensed under the terms of the GNU General Public + * Licensed under the terms of the GNU General Public * License, version 2 or later. * * Ported to pcb-rnd by Tibor 'Igor2' Palinkas in 2016. @@ -121,13 +119,11 @@ ddraw->finish_debug_draw(); } -/*! - * \brief Find the bounding box of a pcb_polyarea_t. +/* Find the bounding box of a pcb_polyarea_t. * * pcb_polyarea_ts linked by ->f/b are outlines.\n * n->contours->next would be the start of the inner holes (irrelevant - * for bounding box). - */ + * for bounding box). */ static pcb_box_t pcb_polyarea_t_boundingBox(pcb_polyarea_t * a) { pcb_polyarea_t *n;