aboutsummaryrefslogtreecommitdiffstats
path: root/help/devel/importer/tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Removing these files which belong in doc/ not help/Aaron Weber2001-08-173-190/+0
| | | | svn path=/trunk/; revision=12105
* Removed generated files from CVS, updated .cvsignore files to includeJon Trowbridge2001-04-262-0/+11
| | | | | | | | | 2001-04-25 Jon Trowbridge <trow@ximian.com> * Removed generated files from CVS, updated .cvsignore files to include generated files. svn path=/trunk/; revision=9569
* More docs...Iain Holmes2001-02-023-47/+39
| | | | svn path=/trunk/; revision=7939
* Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enumFederico Mena Quintero2001-01-182-48/+41
| | | | | | | | | | 2001-01-17 Federico Mena Quintero <federico@ximian.com> * importer/evolution-importer.h: Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enum _Blah { ... };" so that gtk-doc can parse it. Sigh. svn path=/trunk/; revision=7600
* Some API documentation for the importerIain Holmes2001-01-183-0/+194
svn path=/trunk/; revision=7589