cscript aspdoc.vbs %OUTPUT_PATH% %SOURCE_PATH% %ASPDOC_OPTS%
| -v | Verbose |
| -r | Recursive |
| -a | A | Include|Exclude .asp files |
| -f | F | Include|Exclude .frm files |
| -b | B | Include|Exclude .vbs files |
| -c | C | Include|Exclude .cls files |
| '/** | Start a documentation comment. |
| '/* | Documentation comments following the start comment. |
| @return | Return value of a function. |
| @param | Parameter of a method. |
| @private | Do not document this function. |
| @deprecated | Deprecated |