Jump to content

Uploading HTML files to the WIKI


Guest xionmark

Recommended Posts

Guest xionmark
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

Link to comment
Share on other sites

Guest xionmark

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...