From 94a4d29caf88eff5070f376813932a2ddbfe9e25 Mon Sep 17 00:00:00 2001 From: Bert Timmerman Date: Fri, 6 Jan 2012 21:22:06 +0100 Subject: [PATCH 1/1] src/file.h: Converted plain comments into doxygen comments. Signed-off-by: Bert Timmerman --- src/file.h | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/file.h b/src/file.h index 4056bc9..bde0fae 100644 --- a/src/file.h +++ b/src/file.h @@ -50,18 +50,20 @@ void PreLoadElementPCB (void); void PostLoadElementPCB (void); void sort_netlist (void); -/* +/*! + * \brief This is the version needed by the file we're saving. + */ +int PCBFileVersionNeeded (void); + +/*! + * This is the version we support. + * * Whenever the pcb file format is modified, this version number * should be updated to the date when the new code is committed. * It will be written out to the file and also used by pcb to give * guidance to the user as to what the minimum version of pcb required * is. */ - -/* This is the version needed by the file we're saving. */ -int PCBFileVersionNeeded (void); - -/* This is the version we support. */ #define PCB_FILE_VERSION 20110603 -- 1.7.3.4