More doxygen. Add const where appropriate.

This commit is contained in:
Jason Felds
2011-02-26 02:14:35 -05:00
parent 3fe58a3668
commit 6a3bf42bca
7 changed files with 114 additions and 26 deletions
+5 -5
View File
@@ -1,11 +1,9 @@
/* ActorSound - RageSound Actor interface. */
#ifndef ACTOR_SOUND_H
#define ACTOR_SOUND_H
#include "Actor.h"
#include "RageSound.h"
/** @brief RageSound Actor interface. */
class ActorSound: public Actor
{
public:
@@ -30,8 +28,10 @@ private:
#endif
/*
* (c) 2005 Glenn Maynard
/**
* @file
* @author Glenn Maynard (c) 2005
* @section LICENSE
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a