I have Java source code in the standard src / lib / test / structure for my project. I want to create a web view of my source code, where I can launch the browser and see the syntax highlighted by the line number. I not only want this, but also want the files to be properly linked (for example, by clicking on the name of the method / class / interface, etc. In the web page view of the code, I will need the "Eclipse style" on the corresponding page). Is there any piece of software that is already doing this? I know that there are tons of js and css syntax highlighting there, so the part is easy, and so I'm more interested in the connecting part.
pathikrit
source share