code cleanup: headers - doxy comments.

This commit is contained in:
2013-09-12 03:02:50 +00:00
parent 30695da261
commit 8beb565c59
42 changed files with 209 additions and 69 deletions

View File

@@ -26,6 +26,10 @@
#ifndef __TEXTURE_OCEAN_H__
#define __TEXTURE_OCEAN_H__
/** \file blender/render/intern/include/texture_ocean.h
* \ingroup render
*/
int ocean_texture(struct Tex *tex, const float texvec[2], struct TexResult *texres);
#endif /* __TEXTURE_OCEAN_H__ */