doc: Cannot reference GST_PACKAGE_RELEASE_DATETIME

So simply remove the % sign.
This commit is contained in:
Nicolas Dufresne 2015-06-13 21:02:20 -04:00
parent b059520926
commit 781865e0da

View file

@ -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