From: Nicolas Dufresne Date: Sun, 14 Jun 2015 01:02:20 +0000 (-0400) Subject: doc: Cannot reference GST_PACKAGE_RELEASE_DATETIME X-Git-Tag: 1.6.1~202 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=781865e0dae6d187785cb07084a4e3482230461d;p=platform%2Fupstream%2Fgstreamer.git doc: Cannot reference GST_PACKAGE_RELEASE_DATETIME So simply remove the % sign. --- diff --git a/gst/gstplugin.h b/gst/gstplugin.h index 6e49332..c76302f 100644 --- a/gst/gstplugin.h +++ b/gst/gstplugin.h @@ -149,7 +149,7 @@ typedef gboolean (*GstPluginInitFullFunc) (GstPlugin *plugin, gpointer user_data * format (or rather, a subset thereof), or %NULL. Allowed are the * following formats: "YYYY-MM-DD" and "YYY-MM-DDTHH:MMZ" (with * 'T' a separator and 'Z' indicating UTC/Zulu time). This field - * should be set via the %GST_PACKAGE_RELEASE_DATETIME + * should be set via the GST_PACKAGE_RELEASE_DATETIME * preprocessor macro. * * A plugin should export a variable of this type called plugin_desc. The plugin