]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 226305 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 28 Oct 2009 18:05:43 +0000 (18:05 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 28 Oct 2009 18:05:43 +0000 (18:05 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

................
  r226305 | tilghman | 2009-10-28 13:04:05 -0500 (Wed, 28 Oct 2009) | 9 lines

  Merged revisions 226304 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r226304 | tilghman | 2009-10-28 13:02:25 -0500 (Wed, 28 Oct 2009) | 2 lines

    Fix documentation (pointed out by TheDavidFactor on #-dev)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@226306 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/linkedlists.h

index 4a34e1717c5ee2d8805eff2fbabd18721308afa2..e4b6a6024787ae6f6db1413dc9cd4a2a6087177e 100644 (file)
@@ -436,11 +436,11 @@ struct {                                                          \
 #define AST_RWLIST_NEXT AST_LIST_NEXT
 
 /*!
-  \brief Checks whether the specified list contains any entries.
-  \param head This is a pointer to the list head structure
-
 \return non-zero if the list has entries
 \return zero if not.
* \brief Checks whether the specified list contains any entries.
* \param head This is a pointer to the list head structure
+ *
* \return zero if the list has entries
* \return non-zero if not.
  */
 #define        AST_LIST_EMPTY(head)    (AST_LIST_FIRST(head) == NULL)