mkdocumentation.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <AppConfig>
  2. <PocoDoc>
  3. <files>
  4. <include>
  5. ${PocoBuild}/*/include/Poco/*.h
  6. ${PocoBuild}/*/include/Poco/*/*.h
  7. ${PocoBuild}/*/include/Poco/*/*/*.h
  8. ${PocoBuild}/*/include/Poco/*/*.h
  9. ${PocoBuild}/*/*/include/Poco/*/*/*.h
  10. </include>
  11. <exclude>
  12. *_*.h,
  13. expat*.h,
  14. zconf.h,
  15. zlib.h,
  16. ${PocoBuild}/Util/include/Poco/Util/Units.h
  17. </exclude>
  18. </files>
  19. <pages>
  20. ${PocoBuild}/doc/*.page,
  21. ${PocoBuild}/*/doc/*.page
  22. ${PocoBuild}/*/*/doc/*.page
  23. </pages>
  24. <resources>
  25. ${PocoBase}/PocoDoc/resources/css,
  26. ${PocoBase}/PocoDoc/resources/js,
  27. ${PocoBase}/PocoDoc/resources/images,
  28. ${PocoBase}/PocoDoc/resources/index.thtml,
  29. ${PocoBuild}/*/doc/images
  30. </resources>
  31. <compiler>
  32. <exec>g++</exec>
  33. <options>
  34. ${Includes},
  35. -I/usr/local/mysql/include,
  36. -I/usr/include/mysql,
  37. -I/usr/include/postgresql,
  38. -D_DEBUG,
  39. -E,
  40. -C,
  41. -DPOCO_NO_GCC_API_ATTRIBUTE,
  42. -DPOCO_DOC
  43. </options>
  44. <path></path>
  45. <usePipe>true</usePipe>
  46. </compiler>
  47. <language>EN</language>
  48. <charset>utf-8</charset>
  49. <software>Applied Informatics C++ Libraries and Tools</software>
  50. <company>Applied Informatics Software Engineering GmbH and Contributors</company>
  51. <companyURI>http://www.appinf.com/</companyURI>
  52. <headerImage>images/headerlogo.png</headerImage>
  53. </PocoDoc>
  54. <Translations>
  55. <EN>
  56. <All_Base_Classes>All Base Classes</All_Base_Classes>
  57. <All_Symbols>All Symbols</All_Symbols>
  58. <Anonymous>Anonymous</Anonymous>
  59. <Constructors>Constructors</Constructors>
  60. <Class>Class</Class>
  61. <Deprecated>Deprecated</Deprecated>
  62. <Description>Description</Description>
  63. <Destructor>Destructor</Destructor>
  64. <Direct_Base_Classes>Direct Base Classes</Direct_Base_Classes>
  65. <Enumerations>Enumerations</Enumerations>
  66. <Functions>Functions</Functions>
  67. <Header>Header</Header>
  68. <iff>if and only if</iff>
  69. <Inheritance>Inheritance</Inheritance>
  70. <Inherited_Functions>Inherited Functions</Inherited_Functions>
  71. <is_deprecated>is deprecated and should no longer be used</is_deprecated>
  72. <Known_Derived_Classes>Known Derived Classes</Known_Derived_Classes>
  73. <Library>Library</Library>
  74. <Member_Functions>Member Functions</Member_Functions>
  75. <Member_Summary>Member Summary</Member_Summary>
  76. <more>more...</more>
  77. <Namespaces>Namespaces</Namespaces>
  78. <Namespace>Namespace</Namespace>
  79. <Nested_Classes>Nested Classes</Nested_Classes>
  80. <Package>Package</Package>
  81. <Packages>Packages</Packages>
  82. <Package_Index>Package Index</Package_Index>
  83. <See_also>See also</See_also>
  84. <Struct>Struct</Struct>
  85. <Symbol_Index>Symbol Index</Symbol_Index>
  86. <This>This</This>
  87. <Types>Types</Types>
  88. <Variables>Variables</Variables>
  89. <TOC>Contents</TOC>
  90. <Guides>User Guides and Tutorials</Guides>
  91. <AAAIntroduction>Introduction</AAAIntroduction>
  92. </EN>
  93. </Translations>
  94. <logging>
  95. <loggers>
  96. <root>
  97. <channel>c1</channel>
  98. <level>warning</level>
  99. </root>
  100. </loggers>
  101. <channels>
  102. <c1>
  103. <class>ConsoleChannel</class>
  104. <pattern>%s: [%p] %t</pattern>
  105. </c1>
  106. </channels>
  107. </logging>
  108. </AppConfig>