Guest xionmark Posted March 28, 2005 Share Posted March 28, 2005 Hey Hok thank You for rerl!I have just tested it. It works great but $string =~ s/\*\/\s/\*\/\*/g; # Replace "*/ " to "*/*" should be replaced with $string =~ s/\*\/\s/\*\/\*/g; # Replace "/* " to "/*!" 14017[/snapback] Hi there, Would you mind reposting the Perl code (h2doxygen.zip) again? I can't find the copy I thought I had saved and I'd like to regenerate the HDK docs again. Thanks! --Mark Quote Link to comment Share on other sites More sharing options...
Guest xionmark Posted March 28, 2005 Share Posted March 28, 2005 Never mind ... 5 minutes after I posted this I found it ... Quote Link to comment Share on other sites More sharing options...
Guest xionmark Posted April 1, 2005 Share Posted April 1, 2005 I just finished processing the HDK header files again using the Perl code and it does in fact reveal some interesting remarks in the comments. It doesn't handle the standard C type of commenting, i.e. /* .. some comment ... */ which in many cases has a lot on info too. I'll see if I can post these new docs and look into modifying the script for the C style comments later, it also needs a way to read a list of directories instead being prompted (maybe it's already in there ?). I'll see if I can get these posted on the Wiki soon. Thanks for the Perl code! --Mark Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.