diff options
Diffstat (limited to 'src/pkg_columnizer.h')
-rw-r--r-- | src/pkg_columnizer.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/pkg_columnizer.h b/src/pkg_columnizer.h index 0a0f35e0..b676db10 100644 --- a/src/pkg_columnizer.h +++ b/src/pkg_columnizer.h @@ -17,8 +17,6 @@ // the Free Software Foundation, Inc., 59 Temple Place - Suite 330, // Boston, MA 02111-1307, USA. // -// The rather hefty pkg_columnizer class and associated data (eg, info about -// column sizes) lives here. #ifndef PKG_COLUMNIZER_H #define PKG_COLUMNIZER_H @@ -26,6 +24,15 @@ #include "pkg_item.h" #include <cwidget/config/column_definition.h> +/** \brief pkg_columnizer class and associated data + * + * + * The rather hefty pkg_columnizer class and associated data (eg, info about + * column sizes) lives here. + * + * \file pkg_columnizer.h + */ + class pkg_item::pkg_columnizer : public cwidget::config::column_generator { class pkg_genheaders; |