From: Carlos Lopez Date: Mon, 14 Jun 2010 19:28:08 +0000 (+0200) Subject: Documentation typo X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=c2f4ed7dd055d8503ace2d680b5fb5c4a904aedb;hp=e9cc6b654ed5dc96ac97ee8ed91d2891b4237090;p=synfig.git Documentation typo --- diff --git a/synfig-core/src/synfig/importer.h b/synfig-core/src/synfig/importer.h index 18c53a4..ce89da5 100644 --- a/synfig-core/src/synfig/importer.h +++ b/synfig-core/src/synfig/importer.h @@ -80,6 +80,8 @@ class ProgressCallback; class Importer : public etl::shared_object { public: + //! Type that represents a pointer to a Importer's constructor. + //! As a pointer to the constructor, it represents a "factory" of importers. typedef Importer* (*Factory)(const char *filename); typedef std::map Book; static Book* book_; @@ -98,7 +100,7 @@ public: typedef etl::handle ConstHandle; private: - //! Gamm of the imoporter. + //! Gamma of the importer. //! \todo Do not hardcode the gamma to 2.2 Gamma gamma_;