Kaydet (Commit) c8d99c4b authored tarafından Enrico Tröger's avatar Enrico Tröger

Use doxygen option QUIET to disable non-warning messages instead of redirecting…

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


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2310 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst eba6d2c9
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> 2008-03-06 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/callbacks.c: * src/callbacks.c:
......
...@@ -85,7 +85,7 @@ FILE_VERSION_FILTER = ...@@ -85,7 +85,7 @@ FILE_VERSION_FILTER =
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# configuration options related to warning and progress messages # configuration options related to warning and progress messages
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
QUIET = NO QUIET = YES
WARNINGS = YES WARNINGS = YES
WARN_IF_UNDOCUMENTED = YES WARN_IF_UNDOCUMENTED = YES
WARN_IF_DOC_ERROR = YES WARN_IF_DOC_ERROR = YES
......
...@@ -11,7 +11,7 @@ pdf: geany.txt ...@@ -11,7 +11,7 @@ pdf: geany.txt
mv $(srcdir)/geany.pdf geany-$(VERSION).pdf mv $(srcdir)/geany.pdf geany-$(VERSION).pdf
api-doc: Doxyfile api-doc: Doxyfile
doxygen >/dev/null doxygen
doc: geany.txt doc: geany.txt
rst2html -stg --stylesheet=geany.css $(srcdir)/geany.txt geany.html rst2html -stg --stylesheet=geany.css $(srcdir)/geany.txt geany.html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment