mkdoc-poco.xml 3.0 KB

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