X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_gif%2Ftrgt_gif.h;h=ae10e31d3a7407ffd4778ec22f6bd0d77cb9243e;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=1efa36326845b57e707dfe69e304023c647b75d7;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_gif/trgt_gif.h b/synfig-core/trunk/src/modules/mod_gif/trgt_gif.h index 1efa363..ae10e31 100644 --- a/synfig-core/trunk/src/modules/mod_gif/trgt_gif.h +++ b/synfig-core/trunk/src/modules/mod_gif/trgt_gif.h @@ -1,8 +1,10 @@ -/*! ======================================================================== -** Synfig -** Template Header File -** $Id: trgt_gif.h,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $ +/* === S Y N F I G ========================================================= */ +/*! \file trgt_gif.h +** \brief Template Header ** +** $Id$ +** +** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** ** This package is free software; you can redistribute it and/or @@ -14,6 +16,7 @@ ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. +** \endlegal ** ** === N O T E S =========================================================== ** @@ -65,7 +68,7 @@ private: empty(); } - // Emptys out the current pool into + // Empties out the current pool into // the buffer. Calls 'dump()' if the // buffer is full. void empty() @@ -148,7 +151,7 @@ private: } // Destructor just deletes any - // children and sibblings. + // children and siblings. ~lzwcode() { if(kids) @@ -165,7 +168,7 @@ private: int i, // General-purpose index codesize, // Current code size - rootsize, // Size of pixel bits (will be recalculted) + rootsize, // Size of pixel bits (will be recalculated) nextcode; // Next code to use lzwcode *table,*next,*node;