Index: trunk/src_plugins/autocrop/autocrop.c =================================================================== --- trunk/src_plugins/autocrop/autocrop.c (revision 15012) +++ trunk/src_plugins/autocrop/autocrop.c (revision 15013) @@ -1,13 +1,11 @@ -/*! - * \file autocrop.c - * - * \brief Autocrop plug-in for PCB. +/* + * Autocrop plug-in for PCB. * Reduce the board dimensions to just enclose the elements. * - * \author Copyright (C) 2007 Ben Jackson based on teardrops.c by + * Copyright (C) 2007 Ben Jackson based on teardrops.c by * Copyright (C) 2006 DJ Delorie * - * \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. @@ -114,8 +112,7 @@ return Text; } -/*! - * \brief Move everything. +/* Move everything. * * Call our own 'MyMove*LowLevel' where they don't exist in move.c. * This gets very slow if there are large polygons present, since every