Doxyfile 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. # Doxyfile 1.5.5
  2. #---------------------------------------------------------------------------
  3. # Project related configuration options
  4. #---------------------------------------------------------------------------
  5. DOXYFILE_ENCODING = UTF-8
  6. PROJECT_NAME = "Boost.Geometry (aka GGL)"
  7. PROJECT_NUMBER =
  8. OUTPUT_DIRECTORY = ./doxygen_output
  9. CREATE_SUBDIRS = NO
  10. OUTPUT_LANGUAGE = English
  11. BRIEF_MEMBER_DESC = YES
  12. REPEAT_BRIEF = YES
  13. ABBREVIATE_BRIEF =
  14. ALWAYS_DETAILED_SEC = YES
  15. INLINE_INHERITED_MEMB = NO
  16. FULL_PATH_NAMES = YES
  17. STRIP_FROM_PATH = c:/_svn/boost/trunk/boost/geometry \
  18. c:/_svn/boost/trunk/libs/geometry/doc/doxygen_input/pages
  19. STRIP_FROM_INC_PATH =
  20. SHORT_NAMES = NO
  21. JAVADOC_AUTOBRIEF = NO
  22. QT_AUTOBRIEF = NO
  23. MULTILINE_CPP_IS_BRIEF = NO
  24. INHERIT_DOCS = YES
  25. SEPARATE_MEMBER_PAGES = NO
  26. TAB_SIZE = 8
  27. # The aliases are shortcuts for Doxygen documentation.
  28. # Within Boost.Geometry they are used in the top section, so for both
  29. # Doxygen documentation and QuickBook documentation.
  30. # They avoid repetations and make the documentation more structured.
  31. # There are also qbk expressions, which might qbk defines and templates.
  32. # There are sections for
  33. # \brief* for various brief descriptions
  34. # \tparam* for various template parameters
  35. # \param* for various parameters
  36. # \return* for various return cases
  37. ALIASES = qbk{1}="\xmlonly <qbk>\1</qbk> \endxmlonly" \
  38. qbk{2}="\xmlonly <qbk.\1>\2</qbk.\1> \endxmlonly" \
  39. brief_calc{1}="Calculates the \1 of a geometry" \
  40. brief_calc2{1}="Calculate the \1 of two geometries" \
  41. brief_calc2{2}="Calculate the \1 \2 two geometries" \
  42. brief_check{1}="Checks if a geometry \1" \
  43. brief_check2{1}="Checks if two geometries \1" \
  44. brief_check12{1}="Checks if the first geometry \1 the second geometry" \
  45. brief_strategy="using the specified strategy" \
  46. brief_macro{1}="Macro to register a \1" \
  47. brief_macro_const=" (const version)" \
  48. brief_macro_getset=" (having separate get/set methods)" \
  49. brief_meta{3}="Metafunction defining [*\1] as the \2 of the \3" \
  50. tparam_allocator="container-allocator-type" \
  51. tparam_box="Any type fulfilling a Box Concept" \
  52. tparam_box_or_segment="Any type fulfilling a Box Concept or a Segment Concept" \
  53. tparam_calculation="numeric type for calculation (e.g. high precision); if [*void] then it is extracted automatically from the coordinate type and (if necessary) promoted to floating point" \
  54. tparam_radius="numeric type for radius (of sphere, earth)" \
  55. tparam_radius_or_sphere="numeric type for radius (of sphere, earth) or sphere model" \
  56. tparam_container="container type, for example std::vector, std::deque" \
  57. tparam_dimension_required="Dimension, this template parameter is required. Should contain \\[0 .. n-1\\] for an n-dimensional geometry" \
  58. tparam_functor="Function or class with operator()" \
  59. tparam_output_collection="output collection, either a multi-geometry, or a std::vector<Geometry> / std::deque<Geometry> etc" \
  60. tparam_geometry="Any type fulfilling a Geometry Concept" \
  61. tparam_geometry{1}="A type fulfilling the \1 Concept" \
  62. tparam_index_required="Index, this template parameter is required. For a Box: either min_corner or max_corner. For a Segment: either 0 or 1 for first or last point." \
  63. tparam_numeric="numerical type (int, double, ttmath, ...)" \
  64. tparam_out{1}="A valid output iterator type, accepting geometries of \1 Concept" \
  65. tparam_point="Any type fulfilling a Point Concept" \
  66. tparam_range_point="Any type fulfilling a Range Concept where it range_value type fulfills the Point Concept" \
  67. tparam_first_point="first point type" \
  68. tparam_first_box="first box type" \
  69. tparam_second_point="second point type" \
  70. tparam_second_box="second box type" \
  71. tparam_segment_point="segment point type" \
  72. tparam_strategy{1}="Any type fulfilling a \1 Strategy Concept" \
  73. tparam_strategy_overlay="Compound strategy for segment intersection" \
  74. param_box="A model of the specified Box Concept" \
  75. param_box_or_segment="A box modelling the specified Box Concept or segment modelling the specified Segment Concept" \
  76. param_geometry="A model of the specified concept" \
  77. param_out{1}="The output iterator, to which \1 geometries are feeded" \
  78. param_point="A model of the specified Point Concept" \
  79. param_set{1}="which is set to the \1" \
  80. param_strategy{1}="The strategy which will be used for \1 calculations" \
  81. param_macro_type{1}="\1 type to be registered" \
  82. param_macro_coortype{1}="Type of the coordinates of the \1 (e.g. double)" \
  83. param_macro_coorsystem="Coordinate system (e.g. cs::cartesian)" \
  84. param_macro_member{1}="Member containing \1 coordinate" \
  85. param_macro_getset{2}="Method to \1 the \2 coordinate" \
  86. param_range_point="A range containg points fulfilling range and point concepts" \
  87. param_x="First coordinate (usually x-coordinate)" \
  88. param_y="Second coordinate (usually y-coordinate)" \
  89. param_z="Third coordinate (usually z-coordinate)" \
  90. constructor_default_no_init="Default constructor, no initialization" \
  91. constructor_default{1}="Default constructor, creating an empty \1" \
  92. constructor_begin_end{1}="Constructor with begin and end, filling the \1" \
  93. constructor_initializer_list{1}="Constructor taking std::initializer_list, filling the \1" \
  94. assignment_initializer_list{1}="Assignment operator taking std::initializer_list, assigning values to the \1" \
  95. details_calc{2}="The free function \1 calculates the \2 of a geometry" \
  96. details_calc{1}="The free function \1 calculates the \1 of a geometry" \
  97. details_calc2{2}="The free function \1 calculates the \2 of two geometries" \
  98. details_calc2{1}="The free function \1 calculates the \1 of two geometries" \
  99. details_check12{2}="The free function \1 checks if the first geometry \2 the second geometry" \
  100. details_macro{2}="The macro \1 registers a \2 such that it is recognized by Boost.Geometry and that Boost.Geometry functionality can used with the specified type." \
  101. details_macro_const="The const version registers only read access to the fields, the point type is therefore read-only" \
  102. details_macro_getset="The get/set version registers get and set methods separately and can be used for classes with protected member variables and get/set methods to change coordinates" \
  103. details_macro_templated{2}="The type must have one template parameter, which should be a \2 type, and should not be specified. Boost.Geometry takes care of inserting the template parameter. Hence all types of this templated \1 are registered, regardless of their point type." \
  104. details_default_strategy="It uses the default strategy, based on the coordinate system of the geometry." \
  105. details_strategy_reasons="Reasons to specify a strategy include: use another coordinate system for calculations; construct the strategy beforehand (e.g. with the radius of the Earth); select a strategy when there are more than one available for a calculation." \
  106. details_return{1}="This version with the return_ prefix returns the \1, and a template parameter must therefore be specified in the call." \
  107. details_insert{1}="This version with the _insert suffix outputs the \1 to an output iterator, and a template parameter must therefore be specified in the call." \
  108. details_get_set="The free functions [*get] and [*set] are two of the most important functions of Boost.Geometry, both within the library, as also for the library user. With these two functions you normally get and set coordinate values from and for a point, box, segment or sphere." \
  109. details_make="Boost.Geometry uses concepts for all its geometries. It does not rely on constructors. The "make" functions are object generators creating geometries. There are overloads, currently with two or three coordinate values or ranges, to construct geometry instances" \
  110. return_calc{1}="The calculated \1" \
  111. return_check{1}="Returns true if the geometry \1" \
  112. return_check2{1}="Returns true if two geometries \1" \
  113. return_out="The output iterator" \
  114. meta_geometry_type="specified geometry type" \
  115. meta_point_type="point type making up the specified geometry type" \
  116. brf_for_each{1}="Applies function [*f] to each \1" \
  117. det_envelope="envelope (also known as axis aligned bounding box, aabb, or minimum bounding rectangle, mbr)" \
  118. det_buffer="buffer (a polygon being the spatial point set collection within a specified maximum distance from a geometry)" \
  119. det_for_each{1}="Applies a function [*f] (functor, having operator() defined) to each \1 making up the geometry" \
  120. par_for_each_f{1}="Unary function, taking a \1 as argument" \
  121. macro_x="first (usually x)" \
  122. macro_y="second (usually y)" \
  123. macro_z="third (usually z)" \
  124. p_l_or_c="Point, LineString or Polygon"
  125. OPTIMIZE_OUTPUT_FOR_C = NO
  126. OPTIMIZE_OUTPUT_JAVA = NO
  127. OPTIMIZE_FOR_FORTRAN = NO
  128. OPTIMIZE_OUTPUT_VHDL = NO
  129. BUILTIN_STL_SUPPORT = YES
  130. CPP_CLI_SUPPORT = NO
  131. SIP_SUPPORT = NO
  132. DISTRIBUTE_GROUP_DOC = NO
  133. SUBGROUPING = YES
  134. TYPEDEF_HIDES_STRUCT = NO
  135. #---------------------------------------------------------------------------
  136. # Build related configuration options
  137. #---------------------------------------------------------------------------
  138. EXTRACT_ALL = YES
  139. EXTRACT_PRIVATE = NO
  140. EXTRACT_STATIC = YES
  141. EXTRACT_LOCAL_CLASSES = NO
  142. EXTRACT_LOCAL_METHODS = NO
  143. EXTRACT_ANON_NSPACES = NO
  144. HIDE_UNDOC_MEMBERS = NO
  145. HIDE_UNDOC_CLASSES = NO
  146. HIDE_FRIEND_COMPOUNDS = NO
  147. HIDE_IN_BODY_DOCS = NO
  148. INTERNAL_DOCS = NO
  149. CASE_SENSE_NAMES = NO
  150. HIDE_SCOPE_NAMES = NO
  151. SHOW_INCLUDE_FILES = NO
  152. INLINE_INFO = NO
  153. SORT_MEMBER_DOCS = NO
  154. SORT_BRIEF_DOCS = YES
  155. SORT_GROUP_NAMES = YES
  156. SORT_BY_SCOPE_NAME = YES
  157. GENERATE_TODOLIST = NO
  158. GENERATE_TESTLIST = YES
  159. GENERATE_BUGLIST = YES
  160. GENERATE_DEPRECATEDLIST= YES
  161. ENABLED_SECTIONS =
  162. MAX_INITIALIZER_LINES = 30
  163. SHOW_USED_FILES = NO
  164. FILE_VERSION_FILTER =
  165. #---------------------------------------------------------------------------
  166. # configuration options related to warning and progress messages
  167. #---------------------------------------------------------------------------
  168. QUIET = YES
  169. WARNINGS = YES
  170. WARN_IF_UNDOCUMENTED = YES
  171. WARN_IF_DOC_ERROR = YES
  172. WARN_NO_PARAMDOC = NO
  173. WARN_FORMAT = "$file:$line: $text"
  174. WARN_LOGFILE =
  175. #---------------------------------------------------------------------------
  176. # configuration options related to the input files
  177. #---------------------------------------------------------------------------
  178. INPUT = . .. ../../../../boost/geometry/core \
  179. ../../../../boost/geometry/algorithms \
  180. ../../../../boost/geometry/algorithms/detail \
  181. ../../../../boost/geometry/algorithms/detail/buffer \
  182. ../../../../boost/geometry/algorithms/detail/comparable_distance \
  183. ../../../../boost/geometry/algorithms/detail/covered_by \
  184. ../../../../boost/geometry/algorithms/detail/disjoint \
  185. ../../../../boost/geometry/algorithms/detail/distance \
  186. ../../../../boost/geometry/algorithms/detail/envelope \
  187. ../../../../boost/geometry/algorithms/detail/equals \
  188. ../../../../boost/geometry/algorithms/detail/expand \
  189. ../../../../boost/geometry/algorithms/detail/intersection \
  190. ../../../../boost/geometry/algorithms/detail/intersects \
  191. ../../../../boost/geometry/algorithms/detail/is_simple \
  192. ../../../../boost/geometry/algorithms/detail/is_valid \
  193. ../../../../boost/geometry/algorithms/detail/overlaps \
  194. ../../../../boost/geometry/algorithms/detail/overlay \
  195. ../../../../boost/geometry/algorithms/detail/relate \
  196. ../../../../boost/geometry/algorithms/detail/relation \
  197. ../../../../boost/geometry/algorithms/detail/sections \
  198. ../../../../boost/geometry/algorithms/detail/touches \
  199. ../../../../boost/geometry/algorithms/detail/turns \
  200. ../../../../boost/geometry/algorithms/detail/within \
  201. ../../../../boost/geometry/arithmetic \
  202. ../../../../boost/geometry/geometries/concepts \
  203. ../../../../boost/geometry/geometries \
  204. ../../../../boost/geometry/geometries/adapted \
  205. ../../../../boost/geometry/geometries/register \
  206. ../../../../boost/geometry/iterators \
  207. ../../../../boost/geometry/io/dsv \
  208. ../../../../boost/geometry/io/wkt \
  209. ../../../../boost/geometry/io/svg \
  210. ../../../../boost/geometry/policies \
  211. ../../../../boost/geometry/policies/relate \
  212. ../../../../boost/geometry/srs \
  213. ../../../../boost/geometry/strategies \
  214. ../../../../boost/geometry/strategies/concepts \
  215. ../../../../boost/geometry/strategies/agnostic \
  216. ../../../../boost/geometry/strategies/cartesian \
  217. ../../../../boost/geometry/strategies/spherical \
  218. ../../../../boost/geometry/strategies/geographic \
  219. ../../../../boost/geometry/strategies/transform \
  220. ../../../../boost/geometry/util \
  221. ../../../../boost/geometry/views \
  222. ./doxygen_input/pages \
  223. ./doxygen_input/groups
  224. INPUT_ENCODING = UTF-8
  225. FILE_PATTERNS = *.hpp
  226. RECURSIVE = NO
  227. EXCLUDE = ../../../../boost/geometry/util/builder.hpp \
  228. ../../../../boost/geometry/algorithms/parse.hpp \
  229. ../../../../boost/geometry/algorithms/point_on_line.hpp \
  230. ../../../../boost/geometry/strategies/cartesian/cart_intersect.hpp \
  231. ../../../../boost/geometry/util/distance_sort.hpp \
  232. ./doxygen_extension_examples.hpp
  233. EXCLUDE_SYMLINKS = NO
  234. EXCLUDE_PATTERNS =
  235. EXCLUDE_SYMBOLS =
  236. EXAMPLE_PATH = . .. ../../example ../../example/with_external_libs \
  237. doxygen_input/sourcecode \
  238. ../../../../boost/geometry/geometries \
  239. ../../../../boost/geometry/strategies \
  240. ../../../../boost/geometry/strategies/cartesian \
  241. ../../../../boost/geometry/algorithms
  242. EXAMPLE_PATTERNS =
  243. EXAMPLE_RECURSIVE = NO
  244. IMAGE_PATH = doxygen_input/images
  245. INPUT_FILTER =
  246. FILTER_PATTERNS =
  247. FILTER_SOURCE_FILES = NO
  248. #---------------------------------------------------------------------------
  249. # configuration options related to source browsing
  250. #---------------------------------------------------------------------------
  251. SOURCE_BROWSER = NO
  252. INLINE_SOURCES = NO
  253. STRIP_CODE_COMMENTS = YES
  254. REFERENCED_BY_RELATION = NO
  255. REFERENCES_RELATION = NO
  256. REFERENCES_LINK_SOURCE = NO
  257. USE_HTAGS = NO
  258. VERBATIM_HEADERS = NO
  259. #---------------------------------------------------------------------------
  260. # configuration options related to the alphabetical class index
  261. #---------------------------------------------------------------------------
  262. COLS_IN_ALPHA_INDEX = 3
  263. IGNORE_PREFIX =
  264. #---------------------------------------------------------------------------
  265. # configuration options related to the HTML output
  266. #---------------------------------------------------------------------------
  267. GENERATE_HTML = YES
  268. HTML_OUTPUT = html_by_doxygen
  269. HTML_FILE_EXTENSION = .html
  270. HTML_HEADER = doxygen_input/ggl_doxygen_header.html
  271. HTML_FOOTER = doxygen_input/ggl_doxygen_footer.html
  272. HTML_STYLESHEET =
  273. GENERATE_HTMLHELP = NO
  274. GENERATE_DOCSET = NO
  275. DOCSET_FEEDNAME = "Generated documentation, by Doxygen"
  276. DOCSET_BUNDLE_ID = org.doxygen.Project
  277. HTML_DYNAMIC_SECTIONS = NO
  278. CHM_FILE =
  279. HHC_LOCATION =
  280. GENERATE_CHI = NO
  281. BINARY_TOC = NO
  282. TOC_EXPAND = NO
  283. DISABLE_INDEX = NO
  284. ENUM_VALUES_PER_LINE = 4
  285. GENERATE_TREEVIEW = NO
  286. TREEVIEW_WIDTH = 250
  287. #---------------------------------------------------------------------------
  288. # configuration options related to the XML output
  289. #---------------------------------------------------------------------------
  290. GENERATE_XML = YES
  291. XML_OUTPUT = xml
  292. XML_PROGRAMLISTING = NO
  293. #---------------------------------------------------------------------------
  294. # Configuration options turned off
  295. #---------------------------------------------------------------------------
  296. GENERATE_LATEX = NO
  297. GENERATE_MAN = NO
  298. GENERATE_RTF = NO
  299. GENERATE_AUTOGEN_DEF = NO
  300. GENERATE_PERLMOD = NO
  301. #---------------------------------------------------------------------------
  302. # Configuration options related to the preprocessor
  303. #---------------------------------------------------------------------------
  304. ENABLE_PREPROCESSING = YES
  305. MACRO_EXPANSION = YES
  306. EXPAND_ONLY_PREDEF = YES
  307. SEARCH_INCLUDES = YES
  308. INCLUDE_PATH =
  309. INCLUDE_FILE_PATTERNS =
  310. PREDEFINED = BOOST_CONCEPT_REQUIRES(x)= \
  311. BOOST_CONCEPT_ASSERT(x) = \
  312. BOOST_STATIC_ASSERT(x) = \
  313. DOXYGEN_SHOULD_SKIP_THIS \
  314. DOXYGEN_NO_DISPATCH \
  315. DOXYGEN_NO_IMPL \
  316. DOXYGEN_NO_DETAIL \
  317. DOXYGEN_NO_CONCEPT_MEMBERS \
  318. DOXYGEN_NO_TRAITS_SPECIALIZATIONS \
  319. DOXYGEN_NO_STRATEGY_SPECIALIZATIONS \
  320. DOXYGEN_NO_SPECIALIZATIONS \
  321. DOXYGEN_INVOKED
  322. EXPAND_AS_DEFINED =
  323. SKIP_FUNCTION_MACROS = YES
  324. #---------------------------------------------------------------------------
  325. # Configuration::additions related to the search engine
  326. #---------------------------------------------------------------------------
  327. SEARCHENGINE = NO
  328. HAVE_DOT = NO