From 6da40d919babcaf36006d0b9dec94240a841ce9c Mon Sep 17 00:00:00 2001 From: Thomas Thurman Date: Sun, 13 Jan 2008 01:10:12 +0000 Subject: [PATCH] reinstated missing first character! correct reordering of blank fields. 2008-01-12 Thomas Thurman * src/core/display.c: reinstated missing first character! * Doxyfile: correct reordering of blank fields. svn path=/trunk/; revision=3514 --- ChangeLog | 8 +++++++- Doxyfile | 6 +++--- src/core/display.c | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1b97bdcbf..f4112ce15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,15 @@ +2008-01-12 Thomas Thurman + + * src/core/display.c: reinstated missing first character! + * Doxyfile: correct reordering of blank fields. + 2008-01-12 Thomas Thurman * 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 diff --git a/Doxyfile b/Doxyfile index 6be11bf84..d2509b313 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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 30638aac1..454da3cb2 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 */