]> git.ipfire.org Git - thirdparty/asterisk.git/commit
progdocs: Avoid 'name' with Doxygen \file.
authorAlexander Traud <pabstraud@compuserve.com>
Fri, 12 Nov 2021 18:41:09 +0000 (19:41 +0100)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 18 Nov 2021 14:17:56 +0000 (08:17 -0600)
commit57fef28dc9c7dec0096a74cab808905362a8d675
tree08af9f63d8cab6c0a85449f8aa1173cfa5f294f3
parentad67f6966e8c05c59acfb4a56706aa9e46fe0d9a
progdocs: Avoid 'name' with Doxygen \file.

Fixes four misuses of the parameter 'name'. Additionally, for
consistency and to avoid such an issue in future, those few other
places, which used '\file name', were changed just to '\file'. Then,
Doxygen uses the name of the current file.

ASTERISK-29733

Change-Id: I0c18b4c863c6988b138c77448057349a9ee7052d
20 files changed:
include/asterisk/calendar.h
include/asterisk/dlinkedlists.h
include/asterisk/enum.h
include/asterisk/http.h
include/asterisk/http_websocket.h
include/asterisk/iostream.h
include/asterisk/linkedlists.h
include/asterisk/logger.h
include/asterisk/res_prometheus.h
include/asterisk/sdp_srtp.h
include/asterisk/srv.h
include/asterisk/stun.h
include/asterisk/syslog.h
include/asterisk/taskprocessor.h
include/asterisk/tcptls.h
include/asterisk/threadstorage.h
include/asterisk/timing.h
main/optional_api.c
res/prometheus/prometheus_internal.h
res/res_srtp.c