diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | Doxyfile | 6 | ||||
-rw-r--r-- | src/core/display.c | 2 |
3 files changed, 11 insertions, 5 deletions
@@ -1,9 +1,15 @@ 2008-01-12 Thomas Thurman <tthurman@gnome.org> + * src/core/display.c: reinstated missing first character! + * Doxyfile: correct reordering of blank fields. + +2008-01-12 Thomas Thurman <tthurman@gnome.org> + * src/core/display.c: change comments from /*! to /** because the other way makes doxygen think they are Qt comments, which messes up brief descriptions. - * Doxyfile: check in so other people can generate documentation too. + * Doxyfile: check in so other people can generate documentation + too. 2008-01-07 Thomas Thurman <tthurman@gnome.org> @@ -27,14 +27,14 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -# Do not enter a setting here; it will only get out of date. -PROJECT_NAME = +PROJECT_NAME = metacity # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.21 +# Do not enter a setting here; it will only get out of date. +PROJECT_NUMBER = # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/src/core/display.c b/src/core/display.c index 30638aac..454da3cb 100644 --- a/src/core/display.c +++ b/src/core/display.c @@ -1,4 +1,4 @@ -* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ +/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ /* Metacity X display handler */ |