Revision: 5648 http://geany.svn.sourceforge.net/geany/?rev=5648&view=rev Author: ntrel Date: 2011-03-29 17:55:26 +0000 (Tue, 29 Mar 2011)
Log Message: ----------- Fix undocumented parameter.
Modified Paths: -------------- trunk/src/sciwrappers.c
Modified: trunk/src/sciwrappers.c =================================================================== --- trunk/src/sciwrappers.c 2011-03-29 16:48:37 UTC (rev 5647) +++ trunk/src/sciwrappers.c 2011-03-29 17:55:26 UTC (rev 5648) @@ -826,10 +826,11 @@ }
-/** Sets the font for a particular style - * @param style The style - * @param font The font name - * @param size The font size */ +/** Sets the font for a particular style. + * @param sci Scintilla widget. + * @param style The style. + * @param font The font name. + * @param size The font size. */ void sci_set_font(ScintillaObject *sci, gint style, const gchar *font, gint size) { SSM(sci, SCI_STYLESETFONT, style, (sptr_t) font);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.