SF.net SVN: geany: [2310] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Fri Mar 7 14:20:26 UTC 2008


Revision: 2310
          http://geany.svn.sourceforge.net/geany/?rev=2310&view=rev
Author:   eht16
Date:     2008-03-07 06:20:25 -0800 (Fri, 07 Mar 2008)

Log Message:
-----------
Use doxygen option QUIET to disable non-warning messages instead of redirecting output to /dev/null.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/Doxyfile.in
    trunk/doc/Makefile.am

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-03-06 15:47:43 UTC (rev 2309)
+++ trunk/ChangeLog	2008-03-07 14:20:25 UTC (rev 2310)
@@ -1,3 +1,13 @@
+2008-03-07  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * doc/Doxyfile.in, doc/Makefile.am:
+   Use doxygen option QUIET to disable non-warning messages instead of
+   redirecting output to /dev/null.
+ * src/keyfile.c:
+   When opening session files, don't try to set document properties if
+   the document can't be opened.
+
+
 2008-03-06  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * src/callbacks.c:

Modified: trunk/doc/Doxyfile.in
===================================================================
--- trunk/doc/Doxyfile.in	2008-03-06 15:47:43 UTC (rev 2309)
+++ trunk/doc/Doxyfile.in	2008-03-07 14:20:25 UTC (rev 2310)
@@ -85,7 +85,7 @@
 #---------------------------------------------------------------------------
 # configuration options related to warning and progress messages
 #---------------------------------------------------------------------------
-QUIET                  = NO
+QUIET                  = YES
 WARNINGS               = YES
 WARN_IF_UNDOCUMENTED   = YES
 WARN_IF_DOC_ERROR      = YES

Modified: trunk/doc/Makefile.am
===================================================================
--- trunk/doc/Makefile.am	2008-03-06 15:47:43 UTC (rev 2309)
+++ trunk/doc/Makefile.am	2008-03-07 14:20:25 UTC (rev 2310)
@@ -11,7 +11,7 @@
 	mv $(srcdir)/geany.pdf geany-$(VERSION).pdf
 
 api-doc: Doxyfile
-	doxygen >/dev/null
+	doxygen
 
 doc: geany.txt
 	rst2html -stg --stylesheet=geany.css $(srcdir)/geany.txt geany.html


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list