mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
Remove Doxygen comment.
The comment didn't fit with the function. The issue was found by Clang 3.4.
This commit is contained in:
parent
63ad4d9728
commit
7d8e659670
@ -31,17 +31,6 @@ public:
|
||||
|
||||
typedef implementation::tbuilder_tree_view::tnode tnode_definition;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param has_minimum Does the listbox need to have one item
|
||||
* selected.
|
||||
* @param has_maximum Can the listbox only have one item
|
||||
* selected.
|
||||
* @param placement How are the items placed.
|
||||
* @param select Select an item when selected, if false it
|
||||
* changes the visible state instead.
|
||||
*/
|
||||
explicit ttree_view(const std::vector<tnode_definition>& node_definitions);
|
||||
|
||||
using tscrollbar_container::finalize_setup;
|
||||
|
Loading…
x
Reference in New Issue
Block a user