From af41d29b176e03bc8baabb0a3913e79defd31639 Mon Sep 17 00:00:00 2001
From: Olivier Couet <olivier.couet@cern.ch>
Date: Tue, 27 Sep 2016 18:41:56 +0200
Subject: [PATCH] - the script used to generate the notebooks should not appear
 in the doc. - remove white space

---
 documentation/doxygen/Doxyfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/documentation/doxygen/Doxyfile b/documentation/doxygen/Doxyfile
index fd380be2a2a..b279a999077 100644
--- a/documentation/doxygen/Doxyfile
+++ b/documentation/doxygen/Doxyfile
@@ -937,7 +937,10 @@ EXCLUDE_PATTERNS       =  */G__* \
                           */doc/v6* */doc/v5* \
                           */win32gdk/gdk/* \
                           */bindings/pyroot/*.py \
-                          makeimage.C filter.cxx
+                          makeimage.C filter.cxx \
+                          converttonotebook.py \
+                          makeimage.py \
+                          parallelNotebooks.py
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the
@@ -1242,7 +1245,7 @@ HTML_EXTRA_STYLESHEET  = ROOT.css
 
 HTML_EXTRA_FILES       =  ./rootlogo_s.gif \
                           ./notebook.gif
-			
+
 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
 # will adjust the colors in the stylesheet and background images according to
 # this color. Hue is specified as an angle on a color-wheel, see
-- 
GitLab