Results 1 to 2 of 2

Thread: Is there something to convert a Javadoc HTML file to the .java file?

Hybrid View

  1. #1
    Reemer's Avatar
    Joined
    Dec 2011
    Posts
    639
    Userbars
    8
    Thanks
    364
    Thanked
    446/256
    DL/UL
    39/0
    Mentioned
    203 times
    Time Online
    4d 13h 47m
    Avg. Time Online
    1m

    Is there something to convert a Javadoc HTML file to the .java file?

    That'd save me a lot of time. I found one but it doesn't work anymore. If that's impossible that's fine too lol, I just want to know if its possible or impossible.

  2. #2

    Joined
    Dec 2011
    Posts
    488
    Thanks
    303
    Thanked
    559/263
    DL/UL
    13/4
    Mentioned
    34 times
    Time Online
    1h 58m
    Avg. Time Online
    N/A
    Javadoc is a tool for generating API documentation in HTML format from doc comments in source code
    I'm assuming by this it just goes based off of methods. I don't think you'll get full source code out of it, but I think it would be possible to at least create a container class without code within the methods to do it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •