mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-02 11:56:38 +02:00
docs: Fix various minor syntax errors in gtk-doc comments
This will fix a few broken links in the documentation, and shut up a load of gtk-doc warnings (but certainly not all of them). Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=790015
This commit is contained in:
@@ -1999,6 +1999,8 @@
|
||||
|
||||
/**
|
||||
* G_GNUC_CHECK_VERSION:
|
||||
* @major: major version to check against
|
||||
* @minor: minor version to check against
|
||||
*
|
||||
* Expands to a a check for a compiler with __GNUC__ defined and a version
|
||||
* greater than or equal to the major and minor numbers provided. For example,
|
||||
|
Reference in New Issue
Block a user