Skip to content

Commit 6cb0780

Browse files
committed
[doc] Block the generation of doc for the tutorials
to workaround #17923
1 parent d1cfaef commit 6cb0780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/doxygen/makeinput.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ echo " ../../tmva/ \\" >> Doxyfile_INPUT
7171
echo " ../../roofit/ \\" >> Doxyfile_INPUT
7272
echo " ../../tree/ \\" >> Doxyfile_INPUT
7373
echo " ../../sql/ \\" >> Doxyfile_INPUT
74-
echo " ../../tutorials/ \\" >> Doxyfile_INPUT
7574
echo " ../../bindings/tpython/ \\" >> Doxyfile_INPUT
7675
echo " ../../bindings/pyroot/ \\" >> Doxyfile_INPUT
7776
echo " ../../bindings/pyroot/pythonizations/python/ROOT/_pythonization/__init__.py \\" >> Doxyfile_INPUT
7877
echo " ../../bindings/r/ \\" >> Doxyfile_INPUT
7978

79+
#echo " ../../tutorials/ \\" >> Doxyfile_INPUT
8080
# echo " ../../core/clib/ \\" >> Doxyfile_INPUT
8181
# echo " ../../core/lzma/ \\" >> Doxyfile_INPUT
8282
# echo " ../../core/newdelete/ \\" >> Doxyfile_INPUT

0 commit comments

Comments
 (0)