CVS commit by aclu: More doxygen fixes M +2 -0 configwidgetproxy.h 1.3 --- kdevelop/lib/util/configwidgetproxy.h #1.2:1.3 @@ -74,4 +74,5 @@ public: * @param title The title of the config page, shown in the settings dialog * @param pagenumber A per-proxy unique identifier, used when responding to insertConfigWidget() signal + * @param icon The name of the icon to use */ void createGlobalConfigPage( QString const & title, unsigned int pagenumber, QString const & icon = "kdevelop" ); @@ -81,4 +82,5 @@ public: * @param title The title of the config page, shown in the settings dialog * @param pagenumber A per-proxy unique identifier, used when responding to insertConfigWidget() signal + * @param icon The name of the icon to use */ void createProjectConfigPage( QString const & title, unsigned int pagenumber, QString const & icon = "kdevelop" );