Save time documenting your source code or application. There are a huge number of documentation generators that can save you huge amounts of time when creating documentation for your software or project.
If developing software then there are a wide range of documentation generators for documenting application source code. The latest programming languages such as Java (JavaDoc) and the .NET Framework (XML Comments in VB.NET and C#) have official code documentation standards that make it easy to write inline software documentation that is fully integrated with the application source code. A documentation generator utility can then extract all of the code comments from the source code and create a nicely formatted document from these comments.