Author: mordante
Date: Thu Jun 19 21:21:48 2008
New Revision: 27327

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27327&view=rev
Log:
Update doxygen comment style.

Modified:
    trunk/src/addon_management.hpp

Modified: trunk/src/addon_management.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/addon_management.hpp?rev=27327&r1=27326&r2=27327&view=diff
==============================================================================
--- trunk/src/addon_management.hpp (original)
+++ trunk/src/addon_management.hpp Thu Jun 19 21:21:48 2008
@@ -28,25 +28,34 @@
 
 void remove_local_addon(const std::string& addon);
 
-//! Gets the publish information for an add-on
-//! @param addon_name The add-on's main directory/file name.
-//! @param cfg A config object to store the add-on's properties.
+/**
+ * Gets the publish information for an add-on.
+ *
+ * @param addon_name              The add-on's main directory/file name.
+ * @param cfg                     A config object to store the add-on's
+ *                                properties.
+ */
 void get_addon_info(const std::string& addon_name, class config& cfg);
 
-//! Sets the publish information for an add-on
-//! @param addon_name The add-on's main directory/file name.
-//! @param cfg A config object from which the add-on's properties are copied.
+/**
+ * Sets the publish information for an add-on
+ *
+ * @param addon_name              The add-on's main directory/file name.
+ * @param cfg                     A config object from which the add-on's
+ *                                properties are copied.
+ */
 void set_addon_info(const std::string& addon_name, const class config& cfg);
 
-//! Returns a list of local add-ons that can be published.
+/** Returns a list of local add-ons that can be published. */
 std::vector<std::string> available_addons();
 
-//! Retrieves the names of all installed add-ons.
+/** Retrieves the names of all installed add-ons. */
 std::vector<std::string> installed_addons();
 
-//! Archives an add-on into a config object for campaignd transactions.
+/** Archives an add-on into a config object for campaignd transactions. */
 void archive_addon(const std::string& addon_name, class config& cfg);
-//! Unarchives an add-on from campaignd's retrieved config object.
+
+/** Unarchives an add-on from campaignd's retrieved config object. */
 void unarchive_addon(const class config& cfg);
 
 #endif /* !ADDON_MANAGEMENT_HPP_INCLUDED */


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to