From f9c51c1b5c78234a138f9f44c261990336b445e7 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 8 Mar 2009 22:51:25 +0000 Subject: Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags to start of header files so that Doxygen will process them. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1451 --- textscreen/txt_checkbox.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'textscreen/txt_checkbox.h') diff --git a/textscreen/txt_checkbox.h b/textscreen/txt_checkbox.h index b786ad61..d9ba8d02 100644 --- a/textscreen/txt_checkbox.h +++ b/textscreen/txt_checkbox.h @@ -22,6 +22,12 @@ #ifndef TXT_CHECKBOX_H #define TXT_CHECKBOX_H +/** + * @file txt_checkbox.h + * + * Checkbox widget. + */ + /** * Checkbox widget. * -- cgit v1.2.3