Skip to content

Commit ca4b75b

Browse files
committed
comments
1 parent 7d5ca4f commit ca4b75b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/ruis/util/content_wrapping.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace ruis {
3030
* The base class for widgets which are essentially containers,
3131
* but enchancing functionality of simple container widget,
3232
* for example, by adding padding to the contents or adding
33-
* some special control widgets on top of the content.
33+
* some special control widgets on top of the content like decorated window.
3434
*/
3535
class content_wrapping
3636
{

src/ruis/util/oriented.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2626

2727
namespace ruis {
2828

29+
/**
30+
* @brief Base class for oriented widgets.
31+
* This is a base class for widgets which can be either vertical or horizontal, like lists or sliders.
32+
*/
2933
class oriented
3034
{
3135
public:

0 commit comments

Comments
 (0)