svn:eol-style native + comment fixes
authormathnerd314 <mathnerd314@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Wed, 23 Dec 2009 19:35:43 +0000 (19:35 +0000)
committermathnerd314 <mathnerd314@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Wed, 23 Dec 2009 19:35:43 +0000 (19:35 +0000)
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6222 837edb03-e0f3-0310-88ca-d4d4e8b29345

src/addon/addon.hpp

index 10f72e8..bfe6066 100644 (file)
@@ -33,9 +33,12 @@ public:
   std::string author;
   std::string license;
   std::string http_url;
-  std::string suggested_filename; /**< filename suggested by addon author, e.g. "pak0.zip" */
-  std::string installed_physfs_filename; /**< PhysFS filename on disk, e.g. "pak0.zip" */
-  std::string installed_absolute_filename; /**< complete path and filename on disk, e.g. "/home/sommer/.supertux2/pak0.zip" */
+  /** filename suggested by addon author, e.g. "pak0.zip" */
+  std::string suggested_filename;
+  /** PhysFS filename on disk, e.g. "pak0.zip" */
+  std::string installed_physfs_filename;
+  /** complete path and filename on disk, e.g. "/home/sommer/.supertux2/pak0.zip" */
+  std::string installed_absolute_filename;
   std::string stored_md5;
   bool installed;
   bool loaded;