lbl.dox 579 B

123456789101112131415161718192021222324
  1. /**
  2. * @mainpage Lbl
  3. * @tableofcontents
  4. *
  5. * @section abstract Abstract
  6. * Tool to resolve cross-references in *roff documents.
  7. *
  8. * @section help Help
  9. * See the man page.
  10. *
  11. * @section globals Globals
  12. * See externs.h
  13. *
  14. * @section files Files
  15. * <TABLE>
  16. * <TR><TH>File</TH><TH>Description</TH></TR>
  17. * <TR><TD>tempfile</TD><TD>Output of the 1st pass, input to the 2nd (see tempfile below</TD></TR>
  18. * </TABLE>
  19. *
  20. * @subsection tempfile tempfile
  21. * This contains the output of the 1st pass, the *roff document with
  22. * placeholders for the eventual cross-references.
  23. */