Akim, I had been converting comments in the source code to doxygen format for a while now; for example,
/*-----------------------------------------------------------------. | Set the TYPE_NAME associated with SYM. Does nothing if passed 0 | | as TYPE_NAME. | `-----------------------------------------------------------------*/ becomes /*! * Set the TYPE_NAME associated with SYM. Does nothing if passed 0 * as TYPE_NAME. */ whenever I update from cvs, it is resulting in conflicts as new comments are added.. should I start submitting patches? or should I wait until I am done with the entire source code? Satya.
