 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Lorenzo Bettini Guest
|
Posted: Tue Jul 29, 2003 8:56 am Post subject: Re: cpp to html (*nix preferred) |
|
|
Danny Anderson wrote:
| Quote: | Hola coders,
Forgive me if this is veering off topic, but I am looking for suggestions
on converting cpp to html.
|
GNU Source-highlight?
http://www.gnu.org/software/src-highlite/
Lorenzo
--
+-----------------------------------------------------+
|
|
| Back to top |
|
 |
Greg P. Guest
|
Posted: Tue Jul 29, 2003 9:29 am Post subject: Re: cpp to html (*nix preferred) |
|
|
Try this:
http://www.source2html.org
--
Regards,
Greg P.
Golden Rule of Open Source Programming:
"Don't whine about something unless you plan to implement it yourself"
|
|
| Back to top |
|
 |
Adam Fineman Guest
|
Posted: Tue Jul 29, 2003 1:58 pm Post subject: Re: cpp to html (*nix preferred) |
|
|
Danny Anderson wrote:
| Quote: | Hola coders,
Forgive me if this is veering off topic, but I am looking for suggestions
on converting cpp to html.
snip
|
enscript will give you basic colorized HTML of your source, with a table
of contents:
find . -name "*.cpp" -or -name "*.h*" | xargs
enscript -E --color -Whtml --toc -pfoo.html
If you want something resembling actual documentation, you could take a
look at doxygen.
--
Adam Fineman
(Reverse domain name to reply.)
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|