[PATCH 1/3] Prefer ///< doxygen inline syntax over /**< ... */.
Stefano Sabatini
stefano.sabatini-lala
Sat Mar 13 15:33:28 CET 2010
---
libavutil/error.h | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/libavutil/error.h b/libavutil/error.h
index a386c1f..d2cd740 100644
--- a/libavutil/error.h
+++ b/libavutil/error.h
@@ -33,15 +33,15 @@
#define AVERROR(e) (e)
#define AVUNERROR(e) (e)
#endif
-#define AVERROR_UNKNOWN AVERROR(EINVAL) /**< unknown error */
-#define AVERROR_IO AVERROR(EIO) /**< I/O error */
-#define AVERROR_NUMEXPECTED AVERROR(EDOM) /**< Number syntax expected in filename. */
-#define AVERROR_INVALIDDATA AVERROR(EINVAL) /**< invalid data found */
-#define AVERROR_NOMEM AVERROR(ENOMEM) /**< not enough memory */
-#define AVERROR_NOFMT AVERROR(EILSEQ) /**< unknown format */
-#define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */
-#define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */
-#define AVERROR_EOF AVERROR(EPIPE) /**< End of file. */
-#define AVERROR_PATCHWELCOME (-MKTAG('P','A','W','E')) /**< Not yet implemented in FFmpeg. Patches welcome. */
+#define AVERROR_UNKNOWN AVERROR(EINVAL) ///< unknown error
+#define AVERROR_IO AVERROR(EIO) ///< I/O error
+#define AVERROR_NUMEXPECTED AVERROR(EDOM) ///< Number syntax expected in filename.
+#define AVERROR_INVALIDDATA AVERROR(EINVAL) ///< invalid data found
+#define AVERROR_NOMEM AVERROR(ENOMEM) ///< not enough memory
+#define AVERROR_NOFMT AVERROR(EILSEQ) ///< unknown format
+#define AVERROR_NOTSUPP AVERROR(ENOSYS) ///< Operation not supported.
+#define AVERROR_NOENT AVERROR(ENOENT) ///< No such file or directory.
+#define AVERROR_EOF AVERROR(EPIPE) ///< End of file.
+#define AVERROR_PATCHWELCOME (-MKTAG('P','A','W','E')) ///< Not yet implemented in FFmpeg. Patches welcome.
#endif /* AVUTIL_ERROR_H */
--
1.6.6.1
--bjuZg6miEcdLYP6q
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="0002-Add-a-notice-clarifying-the-difference-between-AVERR.patch"
More information about the ffmpeg-devel
mailing list