summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2014-07-24 17:50:46 +0000
committerCorey Farrell <git@cfware.com>2014-07-24 17:50:46 +0000
commitd074a9390273910c4b6c40896a6af10bd97e306d (patch)
tree811975f654bda4bdbce29b96e29c4dcbb4fceb67
parent5bea6c1b1cdfe7d9fc1f9b8f22f8df8d915e34d9 (diff)
Deprecate astobj.h
This flags astobj.h as deprecated, warns people to use astobj2.h instead. Only netsock.c (also deprecated) still uses astobj.h. ASTERISK-24069 #close Reported by: Corey Farrell Review: https://reviewboard.asterisk.org/r/3818/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@419439 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--include/asterisk/astobj.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asterisk/astobj.h b/include/asterisk/astobj.h
index a18d70658..5959d40d0 100644
--- a/include/asterisk/astobj.h
+++ b/include/asterisk/astobj.h
@@ -16,8 +16,10 @@
* at the top of the source tree.
*/
-/*
- * Object Model for Asterisk
+/*! \file
+ * \brief Object Model for Asterisk
+ *
+ * \deprecated Use astobj2.h instead
*/
#ifndef _ASTERISK_ASTOBJ_H