Thanks for a cool program. I have a question about comment indentation. This might not be Doxymacs' problem, but maybe you can help. When I create a Doxygen/Javadoc style multi-line comment, emacs indents it really funny:
/**
* @author Stephen Blake
* @see how wierd this indents things?
* I can't figure it out.
*/
Any ideas?
Stephen Blake
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Thanks for a cool program. I have a question about comment indentation. This might not be Doxymacs' problem, but maybe you can help. When I create a Doxygen/Javadoc style multi-line comment, emacs indents it really funny:
/**
* @author Stephen Blake
* @see how wierd this indents things?
* I can't figure it out.
*/
Any ideas?
Stephen Blake
Hmmm, that didn't work. :) Let's try this:
<pre>
/**
* @author Stephen Blake
* @see how wierd this indents things?
* I can't figure it out.
*/
</pre>
Stephen
OK, wierd. How about if I use the character W as a space. Just pretend.
WW/**
WWWW* @author Stephen Blake
WWWWWW* @see how wierd this indents things?
WWWWWW* I can't figure it out.
WWWWWW*/
That will give you an idea.
Sorry about all this. First time poster. :)
Stephen
Seems I had Fld minor mode on which was screwing things up. All's right now. Sorry for the noise. *sheepish grin*
Stephen
Hey... glad to be of service :)