docs: Improve docs for gtkversion.h
authorMaximiliano Sandoval R <msandova@gnome.org>
Wed, 5 Jan 2022 11:24:41 +0000 (12:24 +0100)
committerMaximiliano Sandoval R <msandova@gnome.org>
Wed, 5 Jan 2022 12:24:32 +0000 (13:24 +0100)
gtk/gtkversion.h.in

index a8d3729d23ba22b739b5fb75d371942d04f0b171..992863dd7af55ae906e53e6d6279bc4ee261cedd 100644 (file)
@@ -36,7 +36,7 @@ G_BEGIN_DECLS
 /**
  * GTK_MAJOR_VERSION:
  *
- * Like gtk_get_major_version(), but from the headers used at
+ * Like [func@get_major_version], but from the headers used at
  * application compile time, rather than from the library linked
  * against at application run time.
  */
@@ -45,7 +45,7 @@ G_BEGIN_DECLS
 /**
  * GTK_MINOR_VERSION:
  *
- * Like gtk_get_minor_version(), but from the headers used at
+ * Like [func@get_minor_version], but from the headers used at
  * application compile time, rather than from the library linked
  * against at application run time.
  */
@@ -54,7 +54,7 @@ G_BEGIN_DECLS
 /**
  * GTK_MICRO_VERSION:
  *
- * Like gtk_get_micro_version(), but from the headers used at
+ * Like [func@get_micro_version], but from the headers used at
  * application compile time, rather than from the library linked
  * against at application run time.
  */
@@ -63,7 +63,7 @@ G_BEGIN_DECLS
 /**
  * GTK_BINARY_AGE:
  *
- * Like gtk_get_binary_age(), but from the headers used at
+ * Like [func@get_binary_age], but from the headers used at
  * application compile time, rather than from the library linked
  * against at application run time.
  */
@@ -72,7 +72,7 @@ G_BEGIN_DECLS
 /**
  * GTK_INTERFACE_AGE:
  *
- * Like gtk_get_interface_age(), but from the headers used at
+ * Like [func@get_interface_age], but from the headers used at
  * application compile time, rather than from the library linked
  * against at application run time.
  */