Fix a bunch of places where \arg was used instead of \param. Using \arg
commitd59825683ac7bea97b08047f5e09caa0d20ba004
authorrussell <russell@614ede4d-c843-0410-af14-a771ab80d22e>
Wed, 2 Jul 2008 14:50:45 +0000 (2 14:50 +0000)
committerrussell <russell@614ede4d-c843-0410-af14-a771ab80d22e>
Wed, 2 Jul 2008 14:50:45 +0000 (2 14:50 +0000)
treeeedb0c832e2091d52a827669bc93e9453bd0bde2
parent5b770ba04d4d71ba5eb369b50cb3aca3f27ee243
Fix a bunch of places where \arg was used instead of \param.  Using \arg
to document arguments seems logical, and does work, but is not the best
thing to use.

\arg in doxygen is simply for creating non-nested unordered lists.  \param is
the correct tag to use to document function parameters, and will come out
better in the generated documentation.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@127401 614ede4d-c843-0410-af14-a771ab80d22e
include/asterisk/astobj2.h
include/asterisk/devicestate.h
include/asterisk/dnsmgr.h
include/asterisk/logger.h
include/asterisk/slinfactory.h
include/asterisk/strings.h
include/asterisk/threadstorage.h
include/asterisk/time.h
include/asterisk/timing.h
main/libresample/include/libresample.h