From 18c40203d8466a9cc391a5d59d85fca645a656fc Mon Sep 17 00:00:00 2001 From: Obey Arthur Liu Date: Wed, 16 Apr 2008 14:53:58 +0200 Subject: Modified most header files descriptions to be Doxygen-parsable. --- src/pkg_columnizer.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/pkg_columnizer.h') 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 +/** \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; -- cgit v1.2.3