summaryrefslogtreecommitdiff
path: root/strdup_compat.h
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2017-12-06 00:20:59 -0500
committerEric Haszlakiewicz <erh+git@nimenees.com>2017-12-06 00:20:59 -0500
commitf2f103b98663d63ff8a9f60b2e1432f78463f486 (patch)
tree341c13a5a92b711f9ad78686126e6d553fac564f /strdup_compat.h
parentd6d81e6ece30def7a3977d191f70dcd80bc29b1b (diff)
downloadjson-c-f2f103b98663d63ff8a9f60b2e1432f78463f486.tar.gz
Add a brief overview of each file to the docs.
Diffstat (limited to 'strdup_compat.h')
-rw-r--r--strdup_compat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/strdup_compat.h b/strdup_compat.h
index 51af81e..9c52359 100644
--- a/strdup_compat.h
+++ b/strdup_compat.h
@@ -1,6 +1,11 @@
#ifndef __strdup_compat_h
#define __strdup_compat_h
+/**
+ * @file
+ * @brief Do not use, json-c internal, may be changed or removed at any time.
+ */
+
#if !defined(HAVE_STRDUP) && defined(_MSC_VER)
/* MSC has the version as _strdup */
# define strdup _strdup