mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 03:18:30 +00:00
progdocs: Avoid 'name' with Doxygen \file.
Fixes one misuse 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: I1a915713d39223b03532549e6c16a98cefb4fc23
This commit is contained in:
committed by
George Joseph
parent
94575f9a9a
commit
79cb1cdb65
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user