My company does custom software for several companies. We have dozens of small software projects (and some larger ones), each with its own history, quirks and processes. We document this in an instance of MediaWiki), and that has worked wonderfully. Code documentation, on the other hand, is usually put with the code in source control. That is, through comments, diagram files, etc., and also a readme file that usually just describes how to set up the dev environment.
My problem is this: The wiki is much better than plain text files or word processor docs for higher level code and development documentation, but it bugs me that it's not in the source control system with the code. I couldn't easily bring the wiki with me on a plane, for instance.
So where and in what format should I keep code documentation?
