ferdnyc / rpms / root

Forked from rpms/root 4 years ago
Clone
b8c8500
--- root-6.16.00.orig/documentation/doxygen/filter.cxx	2019-02-14 14:44:47.132678348 +0100
b8c8500
+++ root-6.16.00/documentation/doxygen/filter.cxx	2019-02-14 14:45:00.596532589 +0100
b8c8500
@@ -367,16 +367,7 @@
ea3d333
 
ea3d333
       // notebook found
ea3d333
       if (gLineString.find("\\notebook") != string::npos) {
b8c8500
-         ExecuteCommand(StringFormat("%s converttonotebook.py %s %s/notebooks/",
b8c8500
-                                          gPythonExec.c_str(),
ea3d333
-                                          gFileName.c_str(), gOutDir.c_str()));
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
+         gLineString = "";
ea3d333
       }
b8c8500
 
ea3d333
       // \macro_output found