X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Fimporter.h;h=ce89da5e8fca0c8502135a0566c8956dede8aeb5;hb=c3a2303f1f90cd98d333d05bda3256e6d9111d53;hp=18c53a4d9e8684f05a6864d1f35a4755ac5b030b;hpb=52a41ca116b89d7393ffe3d21b4ee3845cbe4d1c;p=synfig.git 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_;