Skip to content

Commit

Permalink
doc: enable doxygen doc in various submodule
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Danjou <[email protected]>
  • Loading branch information
jd committed Sep 16, 2008
1 parent 7cf4451 commit 044d75c
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 155 deletions.
6 changes: 5 additions & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,11 @@ WARN_LOGFILE =
# with spaces.

INPUT = xcb_util_intro \
image/
event/ \
icccm/ \
image/ \
property/ \
reply/

# This tag can be used to specify the character encoding of the source files that
# doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default
Expand Down
12 changes: 12 additions & 0 deletions event/xcb_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
* prior written authorization from the authors.
*/

/**
* @defgroup xcb__event_t XCB Event Functions
*
* These functions ease the handling of X events received.
*
* @{
*/

#ifndef __XCB_EVENT_H__
#define __XCB_EVENT_H__

Expand Down Expand Up @@ -155,4 +163,8 @@ XCB_EVENT_MAKE_EVENT_HANDLER(mapping_notify, MAPPING_NOTIFY)
}
#endif

/**
* @}
*/

#endif /* __XCB_EVENT_H__ */
Loading

0 comments on commit 044d75c

Please sign in to comment.