ProjectDefinition.st
changeset 10774 c99a6da52fe4
parent 10745 4ac84a1c1516
child 10785 da5023cdf55b
--- a/ProjectDefinition.st	Wed Oct 31 16:28:17 2007 +0100
+++ b/ProjectDefinition.st	Mon Nov 05 16:44:36 2007 +0100
@@ -3794,6 +3794,17 @@
     "
 ! !
 
+!ProjectDefinition class methodsFor:'queries-privacy'!
+
+showClassDocumentationOf:aClass
+    "used by the HTMLDoc-generator to ask if a classes' protocol is to be documented.
+     (used by expecco, to suppress documentation of workflow- and expecco classes"
+
+    ^ true
+
+    "Created: / 05-11-2007 / 16:44:16 / cg"
+! !
+
 !ProjectDefinition class methodsFor:'sanity checks'!
 
 validateDescription
@@ -3861,7 +3872,7 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.165 2007-10-19 14:24:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.166 2007-11-05 15:44:36 cg Exp $'
 ! !
 
 ProjectDefinition initialize!