summaryrefslogtreecommitdiff
path: root/src/pkg_columnizer.h
diff options
context:
space:
mode:
authorObey Arthur Liu <arthur@milliways.fr>2008-04-16 14:53:58 +0200
committerObey Arthur Liu <arthur@milliways.fr>2008-04-16 14:53:58 +0200
commit18c40203d8466a9cc391a5d59d85fca645a656fc (patch)
treee4ac65108d86b9cec2ae9d799b1c473d99f7314e /src/pkg_columnizer.h
parent740a325fa0b93318b80891ad7c9167c6ac3d1dd4 (diff)
downloadaptitude-18c40203d8466a9cc391a5d59d85fca645a656fc.tar.gz
Modified most header files descriptions to be Doxygen-parsable.
Diffstat (limited to 'src/pkg_columnizer.h')
-rw-r--r--src/pkg_columnizer.h11
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;