Help, Documentation tools
Software Documentation is an important part of software engineering that isoften overlooked. Types of documentation include: * Architecture - Architectural overview of software; including relations to an environment, construction principles to be used in design and technical documentation, etc. * Design - The design of software components.* Technical - Documentation of code, algorithms, interfaces, APIs.* End User - Manuals for the end-user.* Operator - Manuals for the systems administrator.
From : en.wikipedia.org/wiki/Software_Documentation
Code2Web
Code2Web is a set of utilities and classes that convert source code (Java, JavaScript, HTML) into HTML. It is the successor of the java2web set, which was limited to the java language. Unlike its predecessor, Code2Web is designed so that new language definitions can be added on the fly.
Code2Web has currently the following features:
- Uses an external CSS for all styling, with configurable set of style names
- Styles set to null will make the parser not generate HTML markup, thus creating a more compact output.
- Toggle on/off line numbers
- Can generate an outline with all top-level declarations
- Can show or highlight only a subset of the file (useful for highlighting a specific portion)
- Can insert hyperlinks to user-configured Javadocs.
- Parses Java 5 code, including annotations, generics, etc.
- Parses both complete programs AND code snippets.
- Comes with several predefined CSS ("skins") for various flavours of formatting, including eclipse, netbeans, monochrome and others
- Fully extensible - additional languages can be defined easily
visit
Code2Web
Code2Web was visited : 71 times
Loading .....