Simplify code that uses g_queue_insert_before() and insert_after()
[platform/upstream/glib.git] / glib / gerror.h
index 37ab437..574eaf5 100644 (file)
@@ -36,8 +36,8 @@ G_BEGIN_DECLS
  * @code: error code, e.g. %G_FILE_ERROR_NOENT
  * @message: human-readable informative error message
  *
- * The <structname>GError</structname> structure contains
- * information about an error that has occurred.
+ * The `GError` structure contains information about
+ * an error that has occurred.
  */
 typedef struct _GError GError;