Improve doxygen comments

This commit is contained in:
hasufell 2014-05-13 00:53:12 +02:00
parent 563b0a5814
commit a7c3fe4f82
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,8 @@ HE_obj *read_obj_file(char const * const filename)
* Reads a file and returns a newly allocated string.
*
* @param filename file to open
* @return newly allocated string, must be freed by the caller
* @return a newly allocated string which must be freed by the caller
* or NULL on failure
*/
char *read_file(char const * const filename)
{

View File

@ -169,7 +169,6 @@ static void draw_obj(int32_t const myxrot,
glRotatef(zrot, 0.0f, 0.0f, 1.0f);
glTranslatef(0.0f, 0.0f, SYSTEM_POS_Z_BACK);
/* pull into middle of universe */
glTranslatef(-center_vert.x,
-center_vert.y,