mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[m] Lots of Doxygen fixes/additions - thanks to lfxGroove
This commit is contained in:
parent
b134615f92
commit
c94dbc84c2
960 changed files with 5905 additions and 6171 deletions
|
|
@ -489,7 +489,7 @@ ACE_Service_Repository::suspend (const ACE_TCHAR name[],
|
|||
return this->service_array_[i]->suspend ();
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* @brief Completely remove a @a name entry from the Repository and
|
||||
* dynamically unlink it if it was originally dynamically linked.
|
||||
*/
|
||||
|
|
@ -513,7 +513,7 @@ ACE_Service_Repository::remove (const ACE_TCHAR name[], ACE_Service_Type **ps)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* @brief Completely remove a @a name entry from the Repository and
|
||||
* dynamically unlink it if it was originally dynamically linked.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue