[m] Lots of Doxygen fixes/additions - thanks to lfxGroove

This commit is contained in:
billy1arm 2013-06-23 21:43:27 +01:00 committed by Antz
parent b134615f92
commit c94dbc84c2
960 changed files with 5905 additions and 6171 deletions

View file

@ -1,4 +1,4 @@
/*
/**
@file Box2D.h
@maintainer Morgan McGuire, http://graphics.cs.williams.edu
@ -23,7 +23,7 @@ typedef class CoordinateFrame CFrame;
class Rect2D;
typedef class Rect2D AABox2D;
/*
/**
2D oriented box
@cite http://www.flipcode.com/archives/2D_OBB_Intersection.shtml
*/