[STYLE] some style

This commit is contained in:
Edouard DUPIN 2014-10-19 23:03:08 +02:00
parent 4fde0a8462
commit 06521163f6

View File

@ -18,9 +18,6 @@
namespace ewol { namespace ewol {
namespace widget { namespace widget {
/**
* @ingroup ewolWidgetGroup
*/
class Scroll : public ewol::widget::Container { class Scroll : public ewol::widget::Container {
public: public:
enum highSpeedMode { enum highSpeedMode {
@ -58,7 +55,9 @@ namespace ewol {
* @brief get the limit of scrolling * @brief get the limit of scrolling
* @return scrolling limit * @return scrolling limit
*/ */
const vec2& getLimit() const { return m_limit; }; const vec2& getLimit() const {
return m_limit;
};
public: // Derived function public: // Derived function
void calculateMinMaxSize(); void calculateMinMaxSize();