Fixes for doxgen warnings

This commit is contained in:
Robert Osfield
2009-02-11 10:41:55 +00:00
parent c9b61a63b8
commit f8636d8006
5 changed files with 31 additions and 36 deletions

View File

@@ -64,7 +64,7 @@ class OSGTERRAIN_EXPORT Terrain : public osg::Group
/** Get the const TerrainTile for a given TileID.*/
const TerrainTile* getTile(const TileID& tileID) const;
/** Set the TerrainTechnique prototype from which TerrainTiles can clone the techniques from..*/
/** Set the TerrainTechnique prototype from which TerrainTiles can clone the techniques from.*/
void setTerrainTechniquePrototype(TerrainTechnique* technique) { _terrainTechnique = technique; }
/** Get the TerrainTechnique prototype */