diff options
author | Thomas Thurman <tthurman@gnome.org> | 2008-08-18 10:25:17 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2008-08-18 10:25:17 +0000 |
commit | 8736f61579e7b1771bf53039a1041caccee98892 (patch) | |
tree | 6472899dfbda516c36d7d9c04f6338181273ee5b /src/core/main.c | |
parent | 233237f0982a53a85c6b9d49e391a9663804a46f (diff) | |
download | metacity-8736f61579e7b1771bf53039a1041caccee98892.tar.gz |
Adding doxygen headers to some files.
2008-08-18 Thomas Thurman <tthurman@gnome.org>
Adding doxygen headers to some files.
* src/core/metacity-Xatomtype.h
* src/core/main.c
* src/core/screen-private.h
* src/core/window-private.h
* src/core/keybindings.h
* src/core/session.h
* src/core/workspace.h
* src/core/window-props.h ()
svn path=/trunk/; revision=3818
Diffstat (limited to 'src/core/main.c')
-rw-r--r-- | src/core/main.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/main.c b/src/core/main.c index 23ab8e56..ee524585 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -23,14 +23,15 @@ */ /** - * \file core/main.c Program startup - * + * \file + * Program startup. * Functions which parse the command-line arguments, create the display, * kick everything off and then close down Metacity when it's time to go. */ /** - * \mainpage Metacity - a boring window manager for the adult in you + * \mainpage + * Metacity - a boring window manager for the adult in you * * Many window managers are like Marshmallow Froot Loops; Metacity * is like Cheerios. |