I knew you could do this, but never took the time to find out exactly which sys... table the comments got stored in. sysProperties is what you want, and this article on SQLServerCentral tells you how...
The easiest way to get them 'in' is in Enterprise Manager, and someone posted a slightly amended version of the code to get them out (I also added IsNullable)...