[Libreoffice-commits] .: bin/find-undocumented-classes

Tor Lillqvist tml at kemper.freedesktop.org
Wed Jan 26 15:26:31 PST 2011


 bin/find-undocumented-classes |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 84a58c3750acddd2e57dbd1793b106662c1168d5
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Thu Jan 27 01:26:19 2011 +0200

    Exit early if there is no doxygen

diff --git a/bin/find-undocumented-classes b/bin/find-undocumented-classes
index 3040660..8bab72b 100755
--- a/bin/find-undocumented-classes
+++ b/bin/find-undocumented-classes
@@ -2,6 +2,8 @@
 
 # finds undocumented classes in the current directory (recursive)
 
+type -p doxygen >/dev/null || exit
+
 filter=
 quiet=n
 if [ "$1" = "-q" ]; then


More information about the Libreoffice-commits mailing list