mirror of https://github.com/mosra/magnum.git
Browse Source
* Grouping lengthy documentation into "Feature overview" page. * Link only to example index, where all the disclaimers are. * Also minor documentation updates.vectorfields
5 changed files with 14 additions and 12 deletions
@ -0,0 +1,8 @@
|
||||
namespace Magnum { |
||||
/** @page features Feature overview |
||||
@brief Fundamental principles and design goals |
||||
|
||||
- @subpage matrix-vector - @copybrief matrix-vector |
||||
- @subpage collision-detection - @copybrief collision-detection |
||||
*/ |
||||
} |
||||
@ -1,7 +0,0 @@
|
||||
namespace Magnum { namespace Physics { |
||||
/** @page physics Physics library |
||||
@brief Collision detection and rigid body dynamics. |
||||
|
||||
@subpage collision-detection |
||||
*/ |
||||
}} |
||||
Loading…
Reference in new issue