[vlc-commits] misc: fix invalid Doxygen tags
Rémi Denis-Courmont
git at videolan.org
Sun Jun 14 18:04:59 CEST 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jun 14 17:54:11 2015 +0300| [1e9710dc6b6895efd607e51076485cb4a62e7e38] | committer: Rémi Denis-Courmont
misc: fix invalid Doxygen tags
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e9710dc6b6895efd607e51076485cb4a62e7e38
---
src/misc/variables.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/misc/variables.c b/src/misc/variables.c
index 1be1f71..7cadfa5 100644
--- a/src/misc/variables.c
+++ b/src/misc/variables.c
@@ -1201,7 +1201,7 @@ cleanup:
#undef var_LocationParse
/**
* Parses a set of colon-separated or semicolon-separated
- * <variable name>=<value> pairs.
+ * <code>name=value</code> pairs.
* Some access (or access_demux) plugins uses this scheme
* in media resource location.
* @note Only trusted/safe variables are allowed. This is intended.
More information about the vlc-commits
mailing list