375 - It is also possible to document symbols 
on the same 
line by 
using a slash
 
  376   followed by two asterisks and a left angular bracket:
 
  387 - Do not refer to multiple objects of the 
type "Manager" 
  388   as 
"Managers" or 
"manager". Instead, say 
"Manager objects".
 
  389   Doxygen will automatically link to 
class documentation
 
  390   whenever it finds class 
names in comments,
 
  391   but will not do so if you do not use their proper 
names.
 
  393 - Many <a href=
"http://www.stack.nl/~dimitri/doxygen/commands.html">Doxygen commands</a>
 
  394   can be used 
in comments to enhance the generated documentation and structure the comments.
 
  396 - There is a balance between readable autogenerated documentation and readable code,
 
  397   so beware of overdoing it.
 
  411 int divide(
int a, 
int b)
 
unsigned in
If equal to search_counter, the node is off the list.
 
std::vector< std::string > names
 
Sort-of-Singleton that many classes, both GUI and non-GUI, use to access the game data.
 
void line(int from_x, int from_y, int to_x, int to_y)
Draw a line.
 
ADDON_TYPE
Values used for add-on classification; UI-only at the moment, in the future it could be used for dire...
 
@ ADDON_SP_SCENARIO
Single-player scenario.
 
@ ADDON_MP_SCENARIO
Multiplayer scenario.
 
@ ADDON_MP_CAMPAIGN
Multiplayer campaign.
 
@ ADDON_SP_CAMPAIGN
Single-player campaign.