X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcsvtodiag.tcl;h=3224647958a939be210b88f70b43c3fc805e24d5;hp=0066a3f9e4e267738f323046f0c8424d9875ab02;hb=abd3118d2280ffe01b4ff3a7b36428b7b5c91827;hpb=d02fa05385c5bc77f4faafd2117bdba699e15cbf diff --git a/src/csvtodiag.tcl b/src/csvtodiag.tcl index 0066a3f..3224647 100644 --- a/src/csvtodiag.tcl +++ b/src/csvtodiag.tcl @@ -1,8 +1,8 @@ # This file is part of the YAZ toolkit -# Copyright (c) Index Data 1996-2005 +# Copyright (c) Index Data 1996-2006 # See the file LICENSE for details. # -# $Id: csvtodiag.tcl,v 1.2 2005-04-22 14:51:11 adam Exp $ +# $Id: csvtodiag.tcl,v 1.3 2006-04-20 20:50:51 adam Exp $ # # Converts a CSV file with diagnostics to C+H file for easy # maintenance @@ -17,7 +17,9 @@ proc csvtodiag {ifiles name alias} { set cfile [open [lindex $ifiles 1] w] set hfile [open [lindex $ifiles 2] w] set lineno 0 - set preamble "/* Generated automatically by csvtodiag.tcl from [lindex $ifiles 0] */" + puts $cfile "/** \\file [lindex $ifiles 1]" + puts $hfile "/** \\file [lindex $ifiles 2]" + set preamble " \\brief Diagnostics: Generated by csvtodiag.tcl from [lindex $ifiles 0] */" puts $cfile $preamble puts $cfile " #include \"diag-entry.h\"