Our aerospace business is developing some fairly strict revision control requirements. For documentation, I use the standard LabVIEW tools and send the information to a *.rtf file. I edit that as required in WORD format.
I provide at least a front panel and instructions for the operator. If you enter control descriptions (right click the control, Description and Tip), you can either activate the automatic help or have the documentation tools print it. That gives a headstart for operator instructions.
If I need a software design document, I can add block diagrams with explanations.
I've developed LabVIEW utilities to extract hierarchy information exportable to word processor or spreadsheet format.
I set the VIs to prompt for a comment
at each revision level. I have other utilities to extract comments after any date. Makes it easy to track revisions.
Import front panels, block diagrams, or hierarchies directly into WORD using
Print Screen to copy them to the clipboard. V pastes them into WORD. WORD's edit functions allow you to annotate them.