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/menu_text_layout.h | |
parent | 740a325fa0b93318b80891ad7c9167c6ac3d1dd4 (diff) | |
download | aptitude-18c40203d8466a9cc391a5d59d85fca645a656fc.tar.gz |
Modified most header files descriptions to be Doxygen-parsable.
Diffstat (limited to 'src/menu_text_layout.h')
-rw-r--r-- | src/menu_text_layout.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/menu_text_layout.h b/src/menu_text_layout.h index 917aaf0b..abd3ce9d 100644 --- a/src/menu_text_layout.h +++ b/src/menu_text_layout.h @@ -25,6 +25,9 @@ #include <cwidget/widgets/editline.h> #include <cwidget/widgets/text_layout.h> +/** \file menu_text_layout.h + */ + class menu_text_layout : public cwidget::widgets::text_layout, public menu_redirect { std::wstring last_search; |