fix(Docs/Doxygen): improve some comments (#7118)
This commit is contained in:
parent
df7230748d
commit
275b107fea
5 changed files with 12 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#ifndef ACORE_WAYPOINTMOVEMENTGENERATOR_H
|
||||
#define ACORE_WAYPOINTMOVEMENTGENERATOR_H
|
||||
|
||||
/** @page PathMovementGenerator is used to generate movements
|
||||
/** PathMovementGenerator is used to generate movements
|
||||
* of waypoints and flight paths. Each serves the purpose
|
||||
* of generate activities so that it generates updated
|
||||
* packets for the players.
|
||||
|
|
|
|||
|
|
@ -4,6 +4,11 @@
|
|||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||
*/
|
||||
|
||||
/** \addtogroup u2w User to World Communication
|
||||
* @{
|
||||
* \file WorldSocketMgr.h
|
||||
*/
|
||||
|
||||
#ifndef __WORLDSOCKETMGR_H
|
||||
#define __WORLDSOCKETMGR_H
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||
*/
|
||||
|
||||
/// \addtogroup Trinityd
|
||||
/// \addtogroup Acored
|
||||
/// @{
|
||||
/// \file
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||
*/
|
||||
|
||||
/// \addtogroup Trinityd
|
||||
/// \addtogroup Acored
|
||||
/// @{
|
||||
/// \file
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,10 @@
|
|||
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
|
||||
*/
|
||||
|
||||
/// \addtogroup Acored Acore Daemon
|
||||
/// @{
|
||||
/// \file
|
||||
|
||||
#include "ACSoap.h"
|
||||
#include "AppenderDB.h"
|
||||
#include "AsyncAcceptor.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue