[geany/geany] 07c67d: Fixed doc-comment for sci_set_font_fract.

Pedro Henrique Antunes de Oliveira git-noreply at xxxxx
Fri Aug 9 07:11:59 UTC 2019


Branch:      refs/heads/fractional_fonts
Author:      Pedro Henrique Antunes de Oliveira <phao1989 at gmail.com>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 09 Aug 2019 07:11:59 UTC
Commit:      07c67dba42d3e93e40942ead20d0b65d152ada35
             https://github.com/geany/geany/commit/07c67dba42d3e93e40942ead20d0b65d152ada35

Log Message:
-----------
Fixed doc-comment for sci_set_font_fract.


Modified Paths:
--------------
    src/sciwrappers.c

Modified: src/sciwrappers.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -939,7 +939,7 @@ gint sci_find_text(ScintillaObject *sci, gint flags, struct Sci_TextToFind *ttf)
 	return (gint) SSM(sci, SCI_FINDTEXT, (uptr_t) flags, (sptr_t) ttf);
 }
 
-/** Sets the font for a particular style.
+/* * Sets the font for a particular style.
  * @param sci Scintilla widget.
  * @param style The style.
  * @param font The font name.



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list