]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pango-select-scheme.cc
Improve and correct documentation strings.
[lilypond.git] / lily / pango-select-scheme.cc
index 613cd01caeba114b232959665260e724639aab59..6c8bcd42cdbbad8b7958ceecc690ce73c5e770b2 100644 (file)
@@ -13,7 +13,8 @@
 
 LY_DEFINE (ly_make_pango_description_string, "ly:make-pango-description-string",
           2, 0, 0, (SCM chain, SCM size),
-          "Make a PangoFontDescription string for the property alist @var{chain} at size @var{size}.")
+          "Make a @code{PangoFontDescription} string for the property"
+          " alist @var{chain} at size @var{size}.")
 {
   LY_ASSERT_TYPE (scm_is_number, size, 1);
   PangoFontDescription *pfd = properties_to_pango_description (chain, scm_to_double (size));