Typica is a free program for professional coffee roasters. https://typica.us
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

qextserialport.qdocconf 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # Run qdoc3 from the directory that contains this file.
  2. project = qesp
  3. description = QextSerialPort Reference Documentation
  4. url = http://code.google.com/p/qextserialport
  5. outputencoding = UTF-8
  6. language = Cpp
  7. #Paths are relative to the location of this file
  8. headerdirs = . ../src
  9. sourcedirs = . ../src
  10. exampledirs = ../examples ..
  11. imagedirs = ./examples/images images
  12. Cpp.ignoretokens = QEXTSERIALPORT_EXPORT
  13. indexes = $QTDIR/doc/html/qt.index
  14. qhp.projects = qesp
  15. qhp.qesp.file = qesp.qhp
  16. qhp.qesp.namespace = com.google.code.qextserialport.120
  17. qhp.qesp.virtualFolder = qdoc
  18. qhp.qesp.indexTitle = QextSerialPort Reference Documentation
  19. qhp.qesp.indexRoot =
  20. qhp.qesp.extraFiles = style/style.css
  21. #------------------------------------------------------------------
  22. outputdir = html
  23. outputformats = HTML
  24. headers.fileextensions = "*.h"
  25. sources.fileextensions = "*.cpp *.qdoc"
  26. HTML.templatedir = .
  27. HTML.stylesheets = style/style.css
  28. HTML.headerstyles = " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/style.css\" />\n"
  29. HTML.endheader = "</head>\n"
  30. HTML.postheader = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n" \
  31. "<tr>\n" \
  32. "<td class=\"postheader\" valign=\"center\">" \
  33. "<a href=\"index.html\">Home</a> &middot;" \
  34. " <a href=\"classes.html\">All Classes</a> &middot;" \
  35. "</td></tr></table>"
  36. HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \
  37. "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \
  38. "<td width=\"40%\" align=\"left\">Copyright &copy; 2000-2012</td>\n" \
  39. "<td width=\"20%\" align=\"center\"><a href=\"http://code.google.com/p/qextserialport\">QextSerialPort Project</a></td>\n" \
  40. "<td width=\"40%\" align=\"right\"><div align=\"right\">QextSerialPort Manual</div></td>\n" \
  41. "</tr></table></div></address>"