From 3289ca5fe5db296d2c4171885381948e1e5cd85e Mon Sep 17 00:00:00 2001 From: bert Date: Mon, 18 Jul 2016 00:17:28 +0200 Subject: [PATCH] gcode/decompose.h: Converted plain comments into doxygen comments. Signed-off-by: bert --- src/hid/gcode/decompose.h | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/hid/gcode/decompose.h b/src/hid/gcode/decompose.h index 9c11429fdc..10955901eb 100644 --- a/src/hid/gcode/decompose.h +++ b/src/hid/gcode/decompose.h @@ -1,6 +1,19 @@ -/* Copyright (C) 2001-2007 Peter Selinger. - This file is part of Potrace. It is free software and it is covered - by the GNU General Public License. See the file COPYING for details. */ +/*! + * \file src/hid/gcode/decompose.h + * + * \brief Header file for auxiliary bitmap manipulations. + * + *
+ * + *

Copyright.

\n + * + * PCB, interactive printed circuit board design + * + * Copyright (C) 2001-2007 Peter Selinger. + * + * This file is part of Potrace. It is free software and it is covered + * by the GNU General Public License. See the file COPYING for details. + */ /* decompose.h 147 2007-04-09 00:44:09Z selinger */ -- 2.11.4.GIT