Code

fix for bug #1600900, freetype internals must not be used.
[inkscape.git] / src / extension / prefdialog.h
index 371f06376a677eb4263ff41d7a444b7596e6f82a..8092a83d9c1715409755f9ef50a95ece789184b9 100644 (file)
@@ -20,6 +20,7 @@
 namespace Inkscape {
 namespace Extension {
 
+/** \brief  A class to represent the preferences for an extension */
 class PrefDialog : public Gtk::Dialog {
     /** \brief  Help string if it exists */
     gchar const * _help;