Menu

Comment indenting problem

Help
2002-01-30
2002-01-30
  • Stephen Blake

    Stephen Blake - 2002-01-30

    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

     
    • Stephen Blake

      Stephen Blake - 2002-01-30

      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

       
    • Stephen Blake

      Stephen Blake - 2002-01-30

      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

       
      • Stephen Blake

        Stephen Blake - 2002-01-30

        Seems I had Fld minor mode on which was screwing things up. All's right now. Sorry for the noise. *sheepish grin*

        Stephen

         
        • Ryan T. Sammartino

          Hey... glad to be of service :)

           

Log in to post a comment.