Ezvu (Easy View)
=============
Ezvu is a tool that helps the developer in analyzing others code in a way that it
converts the entire source files into HTML pages with all the user-defined functions converted to hyper links. This helps the developer/end-user to browse through the code very easily.
This frees a developer from finding for a function's definition in a bunch of source files and he can get at a function's definition just by a click ;)
Ezvu analyzes each 'C' file for a function definition and creates a HTML page for each of the source file.
You can always mail me at sguruprasanna@yahoo.com. Please let me know if you modify or improve this tool.
Using Ezvu
- Extract the files from the package you just downloaded.
tar -zxvf ezvu-<version>.tar.gz (for LINUX).
For windows you can use WinZip to extract the files.
2. Get all the .c files of the source you want to browse through under a folder. (Ezvu cannot scan the sub folders. This feature is to be implemented.)
3. Run ezvu (LINUX) or ezvu.exe (windows) specifying the path containing the .c files.
ezvu /home/s.guruprasanna/code (LINUX)
ezvu c:\code (windows)
4. Running ezvu will produce .html file for each .c file in the directory specified as argument.
Happy code browsing :)
