Author: mordante
Date: Sat Mar 19 23:03:02 2011
New Revision: 48943
URL: http://svn.gna.org/viewcvs/wesnoth?rev=48943&view=rev
Log:
Fix a doxygen warning.
Modified:
trunk/src/gui/widgets/generator_private.hpp
Modified: trunk/src/gui/widgets/generator_private.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/widgets/generator_private.hpp?rev=48943&r1=48942&r2=48943&view=diff
==============================================================================
--- trunk/src/gui/widgets/generator_private.hpp (original)
+++ trunk/src/gui/widgets/generator_private.hpp Sat Mar 19 23:03:02 2011
@@ -89,20 +89,20 @@
: public virtual tgenerator_
{
- /** See tone::set_item_shown(). */
+ /** See @ref minimum_selection::tone::set_item_shown(). */
void set_item_shown(const unsigned index, const bool show);
- /** See minimum_selection::tone::create_item() */
+ /** See @ref minimum_selection::tone::create_item() */
void create_item(const unsigned /*index*/) {}
- /** See minimum_selection::tone::deselect_item() */
+ /** See @ref minimum_selection::tone::deselect_item() */
bool deselect_item(const unsigned index)
{
do_deselect_item(index);
return true;
}
- /** See ::minimum_selection::tone::delete_item() */
+ /** See @ref minimum_selection::tone::delete_item() */
void delete_item(const unsigned index)
{
if(is_selected(index)) {
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits