diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2015-07-07 16:59:20 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2015-07-07 17:12:02 +0200 |
commit | 12930c2f8c2f6382fea7ddf7d756284802d53f65 (patch) | |
tree | 7ac8af32d570b4fe5c539c44de76157a609f6c81 /gst/isomp4/properties.h | |
parent | 093e8f8a756129f2d8fbee9a45a054c3775907b3 (diff) | |
download | gstreamer-plugins-good-12930c2f8c2f6382fea7ddf7d756284802d53f65.tar.gz |
docs: fix "Symbol name not found at the start of the comment block"
Add symbols or change comment into a regular comment.
Diffstat (limited to 'gst/isomp4/properties.h')
-rw-r--r-- | gst/isomp4/properties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/isomp4/properties.h b/gst/isomp4/properties.h index 443288c54..c36fe4876 100644 --- a/gst/isomp4/properties.h +++ b/gst/isomp4/properties.h @@ -46,7 +46,7 @@ #include <glib.h> #include <string.h> -/** +/* * Functions for copying atoms properties. * * All of them receive, as the input, the property to be copied, the destination |