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
This commit is contained in:
Alexander Traud
2021-11-12 19:41:09 +01:00
committed by Friendly Automation
parent 8c0b7fd45a
commit dfdbf5007d
20 changed files with 47 additions and 28 deletions

View File

@@ -24,8 +24,8 @@
#if defined(OPTIONAL_API)
/*
* \file Optional API innards.
/*!
* \file
*
* The calls to ast_optional_api_*() happen implicitly from \c __constructor__
* calls which are defined in header files. This means that some number of them