From 4a2124889fb78009850759302f278fb0c1dc9c06 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 28 Aug 2004 18:18:59 +0000 Subject: [PATCH] + Do not write descr nodes for module when updating --- utils/fpdoc/makeskel.pp | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/utils/fpdoc/makeskel.pp b/utils/fpdoc/makeskel.pp index 53edb7f8db..220a841fee 100644 --- a/utils/fpdoc/makeskel.pp +++ b/utils/fpdoc/makeskel.pp @@ -97,9 +97,12 @@ begin WriteLn(f, '-->'); WriteLn(f); WriteLn(f, ''); - WriteLn(f, ''); - WriteLn(f, ''); - WriteLn(f, ''); + if not UpdateMode then + begin + WriteLn(f, ''); + WriteLn(f, ''); + WriteLn(f, ''); + end; end else if WriteThisNode(Result) then begin @@ -325,7 +328,10 @@ end. { $Log$ - Revision 1.10 2004-08-28 18:15:14 michael + Revision 1.11 2004-08-28 18:18:59 michael + + Do not write descr nodes for module when updating + + Revision 1.10 2004/08/28 18:15:14 michael + Check whether outputfile not in inputfilenames Revision 1.9 2004/08/28 18:04:06 michael