Skip to content

Commit

Permalink
Documentation|World|Map|Surface: Minor apidoc improvements for Surfac…
Browse files Browse the repository at this point in the history
…e; to-do comment
  • Loading branch information
danij-deng committed Aug 9, 2013
1 parent 47123f5 commit fab3b17
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doomsday/client/include/world/surface.h
Expand Up @@ -35,7 +35,8 @@
class BspLeaf;

/**
* World map surface.
* Models a "boundless" but otherwise geometric map surface. Boundless in the
* sense that surface has no edges.
*
* @ingroup world
*/
Expand Down Expand Up @@ -86,7 +87,10 @@ class Surface : public de::MapElement
};
#endif // __CLIENT__

public: /// @todo make private:
public:
/// @todo Decorations do not belong at this level. Plotting decorations
/// requires knowledge of the geometry (a BiasSurface-like abstraction
/// is needed one level up from this).
#ifdef __CLIENT__
struct DecorationData
{
Expand Down

0 comments on commit fab3b17

Please sign in to comment.