From 83eff614aa43300775b968afddcb84074071a1c2 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Wed, 10 Jul 2002 23:39:34 +0200 Subject: [PATCH] AutoDoc fix. Rev: lib/modules/_Image_DWG.pmod:1.3 --- lib/modules/_Image_DWG.pmod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/modules/_Image_DWG.pmod b/lib/modules/_Image_DWG.pmod index f88101957f..e9aa776938 100644 --- a/lib/modules/_Image_DWG.pmod +++ b/lib/modules/_Image_DWG.pmod @@ -1,10 +1,9 @@ // AutoCAD R13/R14/R2000 DWG file decoder -// $Id: _Image_DWG.pmod,v 1.2 2002/07/10 20:40:33 nilsson Exp $ +// $Id: _Image_DWG.pmod,v 1.3 2002/07/10 21:39:34 nilsson Exp $ #pike __REAL_VERSION__ //! @appears Image.DWG - //! This module decodes the thumbnail raster images embedded in AutoCAD DWG files for //! AutoCAD version R13, R14 and R2000 (which equals to file version 12, 14 and 15). //! Implemented according to specifications from @url{http://www.opendwg.org/@}. -- GitLab