hi all.
i have a class that uses several subclasses (mostly data containers) which 's definitions are in the same file like the main class.
now i remarked that phpDocumentor does not seem to find those sub classes.
might this be because it is no common to have more than one class in a file? what's your opinion, is it ok to have several classes in just one file? or should i have a file for each single class?
thank you for your opinions.
josh