mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-19 09:55:41 -07:00
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:
committed by
Friendly Automation
parent
8c0b7fd45a
commit
dfdbf5007d
@@ -16,9 +16,11 @@
|
||||
* at the top of the source tree.
|
||||
*/
|
||||
|
||||
/*! \file enum.h
|
||||
\brief DNS and ENUM functions
|
||||
*/
|
||||
/*!
|
||||
* \file
|
||||
*
|
||||
* \brief DNS and ENUM functions
|
||||
*/
|
||||
|
||||
#ifndef _ASTERISK_ENUM_H
|
||||
#define _ASTERISK_ENUM_H
|
||||
|
||||
Reference in New Issue
Block a user