Subversion Repositories DevTools

Rev

Rev 2106 | Rev 2110 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2106 Rev 2108
Line 408... Line 408...
408
         if (  EA_DocGenOptions.opt_ConsiderAPIDiagramsOnly 
408
         if (  EA_DocGenOptions.opt_ConsiderAPIDiagramsOnly 
409
            && !theDiagram.Stereotype.Equals("API") )
409
            && !theDiagram.Stereotype.Equals("API") )
410
         {
410
         {
411
            displayProgress( "SKIPPED DIAGRAM: ", theDiagram.Name.ToString() );
411
            displayProgress( "SKIPPED DIAGRAM: ", theDiagram.Name.ToString() );
412
         }
412
         }
-
 
413
         else if (theDiagram.StyleEx != null && theDiagram.StyleEx.IndexOf("ExcludeRTF=1") >= 0)
-
 
414
         {
-
 
415
            displayProgress( "EXCLUDED DIAGRAM: ", theDiagram.Name.ToString() );
-
 
416
         }
413
         // open the diagram in EA and copy it's image to the clipboard
417
            // open the diagram in EA and copy it's image to the clipboard
414
         else if (EA_Project.PutDiagramImageOnClipboard(theDiagram.DiagramGUID,0))
418
         else if (EA_Project.PutDiagramImageOnClipboard(theDiagram.DiagramGUID,0))
415
         {
419
         {
416
            object startLocation;
420
            object startLocation;
417
            object endLocation;
421
            object endLocation;
418
 
422