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/download_list.h | |
parent | 740a325fa0b93318b80891ad7c9167c6ac3d1dd4 (diff) | |
download | aptitude-18c40203d8466a9cc391a5d59d85fca645a656fc.tar.gz |
Modified most header files descriptions to be Doxygen-parsable.
Diffstat (limited to 'src/download_list.h')
-rw-r--r-- | src/download_list.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/download_list.h b/src/download_list.h index 9ea7cf5b..0735d6b6 100644 --- a/src/download_list.h +++ b/src/download_list.h @@ -17,7 +17,6 @@ // the Free Software Foundation, Inc., 59 Temple Place - Suite 330, // Boston, MA 02111-1307, USA. // -// A better download manager. (..finally..) #ifndef DOWNLOAD_LIST_H #define DOWNLOAD_LIST_H @@ -33,6 +32,14 @@ #include <time.h> +/** \brief A download manager + * + * + * A better download manager. (..finally..) + * + * \file download_list.h + */ + class download_signal_log; class download_list:public cwidget::widgets::widget |