]> Dogcows Code - chaz/yoink/blobdiff - src/Animation.hh
pch support
[chaz/yoink] / src / Animation.hh
index c8cdca8ed752c4b3addfdc4ee0ccd61906cabc19..d49dfb5f785f99d13b99ca2940a4fc967f1c3a6d 100644 (file)
 #ifndef _ANIMATION_HH_
 #define _ANIMATION_HH_
 
-/**
- * @file Animation.hh
- * Motion picture!!
- */
-
 #include <string>
 
 #include <boost/shared_ptr.hpp>
 #include <moof/math.hh>
 
 
+/**
+ * \file Animation.hh
+ * Motion picture!!
+ */
+
 class Animation;
 typedef boost::shared_ptr<Animation> AnimationP;
 
This page took 0.017683 seconds and 4 git commands to generate.