iucar / rpms / root

Forked from rpms/root 3 years ago
Clone
ea3d333
diff -ur root-6.08.02.orig/documentation/doxygen/filter.cxx root-6.08.02/documentation/doxygen/filter.cxx
ea3d333
--- root-6.08.02.orig/documentation/doxygen/filter.cxx	2016-12-03 00:07:29.000000000 +0100
ea3d333
+++ root-6.08.02/documentation/doxygen/filter.cxx	2016-12-06 20:59:12.642635390 +0100
ea3d333
@@ -306,18 +306,9 @@
ea3d333
 
ea3d333
       // notebook found
ea3d333
       if (gLineString.find("\\notebook") != string::npos) {
ea3d333
-         ExecuteCommand(StringFormat("python converttonotebook.py %s %s/notebooks/",
ea3d333
-                                          gFileName.c_str(), gOutDir.c_str()));
ea3d333
-
ea3d333
-         if (gPython){
ea3d333
-             gLineString = "## ";
ea3d333
-         }
ea3d333
-         else{
ea3d333
-             gLineString = "/// ";
ea3d333
-         }
ea3d333
-         gLineString += StringFormat( "\\htmlonly \"View \"Open \\endhtmlonly \n", gMacroName.c_str() , gMacroName.c_str());
ea3d333
-
ea3d333
+         gLineString = "";
ea3d333
       }
ea3d333
+
ea3d333
       // \macro_output found
ea3d333
       if (gLineString.find("\\macro_output") != string::npos) {
ea3d333
          if (!gPython) ExecuteCommand(StringFormat("root -l -b -q %s", gFileName.c_str()).c_str());