[X] The "/xml2ui/xml2ui-0_2.zip" file could not be found or is not available. Please select another file.

C2html is a program which converts C source files to highlighted html-files. The produced html-files can be used for i.e. technical manuals. The highlighted source code is much easier to read.


http://c2html.sourceforge.net





Separate each tag with a space.

Release Date:

2004-12-19

Topics:

License:

Operating System:

Translations:

Intended Audience:

Programming Language:

C

Registered:

2004-04-03

Ratings and Reviews

Be the first to post a text review of c2html. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • c2html c2html 1.1.0 file released: c2html-1.1.0-1.i586.rpm

    Changed the code according to the suggestions of David Ireland: 1. You should change the </font> tag in write_end_tag to be at the end so the final file becomes valid HTML // Move this.... // fputs ("</font>", output_file); if (font.font_style.underlined) { fputs (underlined, output_file); } if (font.font_style.italic) { fputs (italic, output_file); } if (font.font_style.bold) { fputs (bold, output_file); } // ...to here fputs ("</font>", output_file); 2. If you have an identifier name like hello1234, the digits "234" will be highlighted like an integer - see xhello.c.html attached. I think you can solve this problem by adding a check_begin_identif and a check_end_identif function. This looks for an identifier beginning with either an alpha or underscore followed by zero or more alnums or underscores. It also gives you the opportunity to use a different style for such beasts. In the example `hello.c.html' attached I've used an underlined style to show it. It's not been extensively tested but it's a start.

    posted 1674 days ago

  • File released: /c2html/c2html 1.1.0/c2html-1.1.0-1.i586.rpm

    posted 1674 days ago

  • c2html c2html 1.1.0 file released: c2html_1.1.0.tar.gz

    Changed the code according to the suggestions of David Ireland: 1. You should change the </font> tag in write_end_tag to be at the end so the final file becomes valid HTML // Move this.... // fputs ("</font>", output_file); if (font.font_style.underlined) { fputs (underlined, output_file); } if (font.font_style.italic) { fputs (italic, output_file); } if (font.font_style.bold) { fputs (bold, output_file); } // ...to here fputs ("</font>", output_file); 2. If you have an identifier name like hello1234, the digits "234" will be highlighted like an integer - see xhello.c.html attached. I think you can solve this problem by adding a check_begin_identif and a check_end_identif function. This looks for an identifier beginning with either an alpha or underscore followed by zero or more alnums or underscores. It also gives you the opportunity to use a different style for such beasts. In the example `hello.c.html' attached I've used an underlined style to show it. It's not been extensively tested but it's a start.

    posted 1789 days ago

  • File released: /c2html/c2html 1.1.0/c2html_1.1.0.tar.gz

    posted 1789 days ago

  • c2html c2html 1.0.0 file released: c2html_1.0.0.tar.gz

    posted 1843 days ago

  • File released: /c2html/c2html 1.0.0/c2html_1.0.0.tar.gz

    posted 1843 days ago

  • Tracker comment added

    marvinr commented on the gcc with -Wall (gcc -I. -O3 -Wall) artifact

    posted by marvinr 1958 days ago

  • Tracker artifact added

    posted by mchirico 1989 days ago

  • File released: /documentation/Install guide-c2html 1.0/Installation_guide.pdf

    posted 2038 days ago

  • documentation Install guide-c2html 1.0 file released: Installation_guide.pdf

    posted 2039 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Thanks for your rating!

Would you also like to write a review?





Skip Review