90 Commits

Author SHA1 Message Date
Vissarion Fisikopoulos
46add594af Restore previous version in Doxyfiles 2022-01-12 10:49:08 +02:00
Vissarion Fisikopoulos
f1dd78071e [documentation] Add closest_points directory in doc/doxy/Doxyfile and upgrade from 1.5.5 to 1.8.17 to avoid deprecation warnings 2021-12-02 16:45:36 +02:00
Vissarion Fisikopoulos
09c5132e84 [closest_points] Add documentation and examples 2021-11-18 11:15:48 +02:00
Adam Wulkiewicz
1c9e1933b4 [doc][convex_hull] Fix documentation of convex_hull algorithm. 2021-03-26 02:24:43 +01:00
ayushgupta138
5144d6cb5f Fix Documentation error in Area strategy 2021-03-02 16:06:18 +05:30
Adam Wulkiewicz
c267547e2e [doc] Add documentation for azimuth() algorithm. 2021-01-20 02:49:40 +01:00
Barend Gehrels
3272220a3c [test][doc] Clean up numeric types in tests and adapt documentation 2020-09-30 11:20:44 +02:00
Mateusz Łoskot
0bd18a98c8
Remove superfluous = from Doxygen PREDEFINE
Doxygen 1.8.17 reporst this as error:

   error: Illegal PREDEFINED format '=', no define name specified

It seems Doxygen output is not affected by removal of the `=` sign.
Closes #678
2020-03-07 00:16:38 +01:00
Mateusz Łoskot
7f83533d57
Add documentation generated files to .gitignore
Closes #674
2020-03-05 22:51:06 +01:00
Tinko Bartels
8baddd3634 Add headers for touches, covered_by, intersects, overlaps to doc Doxyfile. 2019-04-04 16:49:50 +02:00
Vissarion Fysikopoulos
03036b4b62 [algorithm] [strategy] [test] [doc] Rename line_interpolate_point to line_interpolate 2019-02-19 16:32:22 +02:00
Vissarion Fysikopoulos
d553d82d56 Resolve conflicts and merge with develop 2018-12-17 14:02:20 +02:00
Adam Wulkiewicz
18ee92853e [io][doc] Add documentation for DSV stream output. 2018-11-29 02:20:01 +01:00
Vissarion Fysikopoulos
87dfbe07a8 [doc] Line interpolate point algorithm and strategies 2018-10-26 17:03:24 +03:00
Yaghyavardhan singh khangarot
50ca27ebb9 [doc][similarity] Updated documentation for the similarity algorithms 2018-08-12 05:07:16 +05:30
Yaghyavardhan singh khangarot
fc0f5525ae [doc][similarity] Add documentation for algorithm for finding similarity between geometries 2018-08-06 05:41:12 +05:30
Yaghyavardhan singh khangarot
0591e109ce [doc][similarity] add documentation for discrete_frechet_disatance and discrete_hausdorff_distance. 2018-08-02 19:52:40 +05:30
Adam Wulkiewicz
2a2e0ac41e [doc][srs][strategies] Add/improve docs of geographic strategies and spheroid. 2018-03-02 23:22:36 +01:00
Adam Wulkiewicz
88aeb64fe5 [strategy] Take RadiusTypeOrSphere tparam in spherial strategies. 2018-01-23 18:43:56 +01:00
Adam Wulkiewicz
f35a4f927e [doc][densify] Add documentation for densify algorithm and strategies.
Change strategies from structs to classes as this is the requirement of
the docs generating tool.
2018-01-12 03:01:01 +01:00
Adam Wulkiewicz
60592cff99 [doc] Update reference (area strategy, set operations, is_simple, is_valid).
Remove area::huiller, add area::spherical strategy.
Distinguish between versions of algorithms taking and not taking strategies.
2017-03-05 20:24:23 +01:00
barendgehrels
51d1a48ca1 [doc] update for doxygen 2016-12-04 16:40:04 +01:00
Barend Gehrels
7ee7296114 Rename concepts in documentation samples 2016-07-27 16:31:13 +02:00
Menelaos Karavelas
bd6cc0e5d3 [doc][algorithms][is_empty] add documentation for is_empty algorithm 2015-06-03 01:08:33 +03:00
Menelaos Karavelas
dbc1b5af21 [doc][envelope][expand] fix doxyegen path for envelope and expand 2015-06-02 14:30:56 +03:00
Adam Wulkiewicz
e338fa5f61 [doc] Improve indentation in Doxyfile. 2015-05-13 17:58:24 +02:00
Adam Wulkiewicz
2c3ad250e0 [doc] Small changes - indentation in Doxyfile and copyright in example. 2015-05-13 17:51:17 +02:00
Adam Wulkiewicz
45dc5fd0e4 [doc] Add documentation and examples for relate() and relation() algorithms.
Add also documentation for DE-9IM classes.
2015-05-01 16:49:11 +02:00
Adam Wulkiewicz
aa58f4a022 [geometries][doc] Improve the description of constructors of non-complex geometries.
Add missing descriptions.
Unify the non-initializing default constructors descriptions.
2015-04-09 16:25:59 +02:00
Menelaos Karavelas
5b09619b4c [doc][doxygen_input] remove deprecated includes referring to the
include/boost/geometry/multi/ directory
2015-03-12 10:03:04 +02:00
Menelaos Karavelas
821c9ef172 [doc][Doxyfile] remove deprecated multi/ directories from input path 2015-03-12 10:01:24 +02:00
Adam Wulkiewicz
9cbedc03b3 Merge branch 'develop' into feature/initializer_list
Conflicts:
	include/boost/geometry/geometries/point.hpp
2014-11-03 20:06:20 +01:00
Adam Wulkiewicz
74a38b84dd Merge pull request #126 from mkaravel/feature/num_segments
Feature/num segments
2014-08-06 23:10:35 +02:00
Adam Wulkiewicz
a2ff852a28 [doc] Add algorithms/detail buffer and intersection directories to Doxyfile 2014-08-06 20:31:16 +02:00
Menelaos Karavelas
de09e21a53 [doc][num_segments] add group for num_segments algorithm 2014-07-17 03:03:39 +03:00
Menelaos Karavelas
ff8d26e3e9 [doc][is_simple, is_valid] add doxygen and qbk support for documentation
of is_simple and is_valid; add qbk doc for is_simple and is_valid;
add example for is_simple and is_valid;
2014-06-27 02:35:33 +03:00
Menelaos Karavelas
4ddbe46ec4 Merge branch 'feature/doc' into feature/is_simple 2014-06-26 23:05:27 +03:00
Menelaos Karavelas
6ad8760295 [doc] add documentation support for is_valid and is_simple 2014-06-26 22:56:29 +03:00
Menelaos Karavelas
f9f1387efa [doc] add algorithms/detail/comparable_distance to the doxygen input
path
2014-06-26 22:40:21 +03:00
Adam Wulkiewicz
81bcdc34ed [geometries] Define assignment operators taking initializer lists.
Add constructor taking initializer list for multi_point.
2014-06-16 23:54:16 +02:00
Adam Wulkiewicz
9aaffa5f78 [geometries] Add support for std::initializer_list 2014-06-16 19:06:19 +02:00
Barend Gehrels
d44df9b813 [doc] small update for disjoint and contribution 2014-05-26 12:25:56 +02:00
Barend Gehrels
422c6c7129 [doc] Added Samuel and fixed some doc issues for distance 2014-05-16 23:00:13 +02:00
Barend Gehrels
432a4bc6a2 [doc] Moved Doxygen html files (conform index) such that they can be deleted more convenient. 2014-05-07 12:18:37 +02:00
Adam Wulkiewicz
d3f8ea2f6b [crosses] add bg::crosses() algorithm 2014-04-09 01:33:37 +02:00
Mateusz Loskot
84d8419cf0 [geometry] Remove files generated by Doxygen
[SVN r86764]
2013-11-19 10:37:46 +00:00
Barend Gehrels
52db334352 [geometry] fixed documentation: removed template parameters, made pythagoras back to a class, remove xml files in make_qbk to avoid using old ones
[SVN r85412]
2013-08-20 20:22:33 +00:00
Barend Gehrels
fdccdbff5e [geometry] cleanup, removing MSVC proj-files where were for version 2005
[SVN r85375]
2013-08-17 15:43:41 +00:00
Barend Gehrels
49a4d0c0a3 [geometry] pending change, changed name of group (for doxygen)
[SVN r84693]
2013-06-08 17:14:34 +00:00
Barend Gehrels
881fb2d33d [geometry] added Mats' example of adapting a legacy hierarchy, added SVG samples
[SVN r84393]
2013-05-20 17:42:36 +00:00