]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkFactory.cxx
BUG HTML in windows + Cast float int
[bbtk.git] / kernel / src / bbtkFactory.cxx
index 7cda690e1aaa71d50690300928fefc2d9ef88d46..aa3ee5c2fbc3073d45e7c036de6f89594ca99e43 100644 (file)
@@ -4,8 +4,8 @@ Program:   bbtk
 Module:    $RCSfile: bbtkFactory.cxx,v $
 Language:  C++
 
-Date:      $Date: 2008/02/18 10:41:02 $
-Version:   $Revision: 1.22 $
+Date:      $Date: 2008/02/21 09:37:23 $
+Version:   $Revision: 1.23 $
                                                                                 
 
 Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
@@ -823,7 +823,6 @@ namespace bbtk
   //===================================================================
   void Factory::WriteDotFilePackagesList(FILE *ff)
   {
-printf("EED Factory::WriteDotFilePackagesList 01\n");
 
     bbtkDebugMessageInc("Kernel",9,"Factory::WriteDotFilePackagesList()"
                          <<std::endl);
@@ -844,14 +843,12 @@ printf("EED Factory::WriteDotFilePackagesList 01\n");
     }
     fprintf( ff , "}\n\n");
     bbtkDebugDecTab("Kernel",9);
-printf("EED Factory::WriteDotFilePackagesList 02\n");
   }
   //===================================================================
 
 
  void Factory::ShowGraphTypes(const std::string& name) const
  {
-printf("EED Factory::ShowGraphTypes 01\n");
 
    bool found = false;
    PackageMapType::const_iterator i;
@@ -893,7 +890,6 @@ printf("EED Factory::ShowGraphTypes 01\n");
       bbtkError("No package of the factory contains any black box <"
                 <<name<<">");
    }
-printf("EED Factory::ShowGraphTypes 02\n");
  }
     
 
@@ -1022,6 +1018,11 @@ printf("EED Factory::ShowGraphTypes 02\n");
            s << "<a name=\""<<ii->first<<"\"></a>\n"; 
            s << "<p><a href=\""<<ii->first<<"/index.html\">"
              << ii->first<<"</a>\n"; 
+
+           s << "&nbsp;&nbsp;-&nbsp;&nbsp;\n"; 
+
+           s << "<a name=\"doxygen\"></a>\n"; 
+           s << "<a href=..\\doxygen\\" << ii->first << "/main.html>(Doxygen documentation of the source)</a>\n"; 
          }
        else 
          {