diff options
author | Obey Arthur Liu <arthur@milliways.fr> | 2008-04-16 14:53:58 +0200 |
---|---|---|
committer | Obey Arthur Liu <arthur@milliways.fr> | 2008-04-16 14:53:58 +0200 |
commit | 18c40203d8466a9cc391a5d59d85fca645a656fc (patch) | |
tree | e4ac65108d86b9cec2ae9d799b1c473d99f7314e /src/pkg_subtree.h | |
parent | 740a325fa0b93318b80891ad7c9167c6ac3d1dd4 (diff) | |
download | aptitude-18c40203d8466a9cc391a5d59d85fca645a656fc.tar.gz |
Modified most header files descriptions to be Doxygen-parsable.
Diffstat (limited to 'src/pkg_subtree.h')
-rw-r--r-- | src/pkg_subtree.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pkg_subtree.h b/src/pkg_subtree.h index c9abfbcb..b70bca60 100644 --- a/src/pkg_subtree.h +++ b/src/pkg_subtree.h @@ -17,7 +17,6 @@ // the Free Software Foundation, Inc., 59 Temple Place - Suite 330, // Boston, MA 02111-1307, USA. // -// A subtree which contains packages (and other subtrees) #ifndef PKG_SUBTREE_H #define PKG_SUBTREE_H @@ -26,6 +25,11 @@ #include "pkg_node.h" +/** \brief A subtree which contains packages (and other subtrees) + * + * \file pkg_subtree.h + */ + class pkg_subtree:public cwidget::widgets::subtree<pkg_tree_node>, public pkg_tree_node { |