mkdocumentation.xml 3.0 KB

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