summaryrefslogtreecommitdiff
path: root/textscreen/txt_window.h
diff options
context:
space:
mode:
authorSimon Howard2009-03-08 22:51:25 +0000
committerSimon Howard2009-03-08 22:51:25 +0000
commitf9c51c1b5c78234a138f9f44c261990336b445e7 (patch)
tree606f15ff38d4eb354c43233c3678615cd002fd72 /textscreen/txt_window.h
parent11f92605356ae63a39b22917a11e714402fd07a5 (diff)
downloadchocolate-doom-f9c51c1b5c78234a138f9f44c261990336b445e7.tar.gz
chocolate-doom-f9c51c1b5c78234a138f9f44c261990336b445e7.tar.bz2
chocolate-doom-f9c51c1b5c78234a138f9f44c261990336b445e7.zip
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
Diffstat (limited to 'textscreen/txt_window.h')
-rw-r--r--textscreen/txt_window.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/textscreen/txt_window.h b/textscreen/txt_window.h
index 38c7a128..e183cf6d 100644
--- a/textscreen/txt_window.h
+++ b/textscreen/txt_window.h
@@ -23,10 +23,16 @@
#define TXT_WINDOW_H
/**
+ * @file txt_window.h
+ *
+ * Windows.
+ */
+
+/**
* A window.
*
* A window contains widgets, and may also be treated as a table
- * containing a single column.
+ * (@ref txt_table_t) containing a single column.
*
* Windows can be created using @ref TXT_NewWindow and closed using
* @ref TXT_CloseWindow. When a window is closed, it emits the