Explain what is Cross reference list in software documentation?
I have a problem in the theory part of software engineering. I need to know what is 'Cross reference list' Anyone who knows tell me the answer. Thank you,
Public Comments
- It probably refers to documenting software by cross referencing functions to their particular documentation. For example in UNIX, you can cross reference a C program by cross referencing functions like strcpy, perror, printf, etc. to their corresponding manpages. This could also refer to referring to documentation from another document outside of the scope. It really depends on the context and the documentation you're trying to write.
Powered by Yahoo! Answers