Browse Source

Doc++

pull/7/head
Vladimír Vondruš 14 years ago
parent
commit
c460fdc059
  1. 2
      src/AbstractShaderProgram.h
  2. 4
      src/Trade/AbstractImporter.h
  3. 2
      src/Trade/AbstractMaterialData.h

2
src/AbstractShaderProgram.h

@ -46,7 +46,7 @@ namespace Implementation {
#endif
/**
@brief Base class for shader program implementations
@brief Base for shader program implementations
@section AbstractShaderProgram-subclassing Subclassing workflow

4
src/Trade/AbstractImporter.h

@ -42,12 +42,12 @@ typedef ImageData<2> ImageData2D;
typedef ImageData<3> ImageData3D;
/**
@brief Base class for importer plugins
@brief Base for importer plugins
Importer is used for importing data like scenes, lights, objects, images,
textures etc.
@section AbstractImporterSubclassing Subclassing
@section AbstractImporter-subclassing Subclassing
Plugin implements function features(), one or more open() functions,
function close() and one or more pairs of data access functions, based on
which features are supported in given format.

2
src/Trade/AbstractMaterialData.h

@ -24,7 +24,7 @@
namespace Magnum { namespace Trade {
/**
@brief Base class for material data
@brief Base for material data
Subclasses provide access to parameters for given material type.
*/

Loading…
Cancel
Save