Looking for a C/C++ comment formatting tool 
Author Message
 Looking for a C/C++ comment formatting tool

Hi,

is anybody aware of a tool, that supports C/C++ programmers by
(re-)formatting
their comments in a nice manner - like doing a word-wrap and surrounding
the comment with user-definable characters.

Indent and other code beautifiers leave comments untouched and are not of
help for this problem.

- Juergen


--



Mon, 01 Jan 2001 03:00:00 GMT  
 Looking for a C/C++ comment formatting tool

Quote:

>Hi,

>is anybody aware of a tool, that supports C/C++ programmers by
>(re-)formatting
>their comments in a nice manner - like doing a word-wrap and surrounding
>the comment with user-definable characters.

>Indent and other code beautifiers leave comments untouched and are not of
>help for this problem.

C-Vision, by Gimpel Software, includes a program called C-Comment that
does format comments. You have some control over how it re-formats
comments. However, even the manual warns:

"A key caveat: Reformatting comments is a tricky business, and no
general scheme is completely foolproof. While C-COMMENT is pretty good
at reformatting comments, you will probably find that it sometines
guesses incorrectly."

I found that it did help on code I used it on, but there was still a
fair bit of manual editing necessary even oafter processing the source
through C-Comment.

I do not work for Gimpel Software.

--

All opinions expressed are my own and not my employer's.
--
--



Fri, 05 Jan 2001 03:00:00 GMT  
 Looking for a C/C++ comment formatting tool
Hmm..., here is a suggestion...  If you know how to program in C try
making one yourself, that would probably be a cool project to try...

Quote:

> Hi,

> is anybody aware of a tool, that supports C/C++ programmers by
> (re-)formatting
> their comments in a nice manner - like doing a word-wrap and surrounding
> the comment with user-definable characters.

> Indent and other code beautifiers leave comments untouched and are not of
> help for this problem.

> - Juergen


> --


--
It's 2:00 am, do you know where your slackware linux is?
--



Fri, 05 Jan 2001 03:00:00 GMT  
 Looking for a C/C++ comment formatting tool
: Hmm..., here is a suggestion...  If you know how to program in C try
: making one yourself, that would probably be a cool project to try...

I know this is a C newsgroup, but if I had to write such a tool, I would
use Perl.

--Stu Anderson
_______________________________________________________________________

                      http://www.halcyon.com/stuander/
--



Mon, 15 Jan 2001 03:00:00 GMT  
 Looking for a C/C++ comment formatting tool
If you work in the Unix environment, 'par' will help you.

Go to the homepage http://www.cs.wustl.edu/~amc/Par/

Par and  vim(vi) combination works  in a nice  manner. And I  don't know
about emacs, but I think emacs can do in the same manner. ;-)


: Hi,

: is anybody aware of a tool, that supports C/C++ programmers by
: (re-)formatting
: their comments in a nice manner - like doing a word-wrap and surrounding
: the comment with user-definable characters.

: Indent and other code beautifiers leave comments untouched and are not of
: help for this problem.

: - Juergen


: --

------------------------------------------------------------------+-->>>--+
Tab Q  W  E  R  T *Nam Sedong CS Dept., KAIST, South Korea     ~~~| Stamp |
CL   () () () () G            pager : 015-235-2948                | Here  |

Ctrl || || ||_||__( )_______] Web Home: http://sparcs.kaist.ac.kr/~dgtgrade
--



Mon, 15 Jan 2001 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Looking for a C/C++ comment formatting tool

2. Newbie: separate big .cs file into small .cs files

3. Looking for Tools witch count the number of lines of my files cpp and comments

4. File format at ftp.cs.su.oz.au

5. Looking for good textbook for CS course

6. looking for add-in / tools to make Visual C++ a good ASP/HTML editor

7. looking for c/c++ db xref tool

8. Looking for c/c++ tool to find db xref

9. Change C++ comments to C-comments

10. changing C++ comments // to C comments /*

11. changing C++ comments // to C comments /*

12. Converting C++ comments to C comments

 

 
Powered by phpBB® Forum Software