@@ -46,6 +46,45 @@ To see all issues & pull requests closed by this release see the
4646 :local:
4747 :depth: 1
4848
49+ Build
50+ ...............................................................................
51+
52+ * C++ standard is std17
53+
54+ * Using this standard all versions of boost will work
55+ * The code is not yet modified to use std17:
56+
57+ * If needed: ``-DCMAKE_CXX_STANDARD=14 `` to lower the standard.
58+
59+ * The user's documentation is build by default
60+ * The doxygen documentation is build by default
61+
62+ For developers:
63+
64+ * Set `-DUSE_CLANG_TIDY=ON ` for clang tidy checks.
65+ * Tidy checks are done on CI.
66+
67+ Documentation build
68+ ...............................................................................
69+
70+ * The doxygen documentation is build by default
71+ * The HTML documentation is build by default
72+ * The translated languages (en, es, zh_Hans) HTML documentation is build by default
73+ * `WITH-DOC ` is not used anymore
74+
75+ User's Documentation is not build when
76+
77+ * Sphinx is not found
78+ * When all Sphinx formats are OFF
79+ * When all languages are OFF
80+ * Documentation output changed location to `build/doc/_build/<format> ` directory
81+
82+ * For example: for HTML output is on `build/doc/_build/html ` directory
83+
84+ Developers's Documentation is not build when
85+
86+ * Doxygen is not found
87+
4988Summary of changes by function
5089...............................................................................
5190
@@ -524,26 +563,6 @@ Summary of functions and signatures no longer on pgrouting
524563* :issue: `2919 ` pgr_withpoints(text,text,text,boolean,character,boolean)
525564* :issue: `2919 ` pgr_withpointsvia(text,text,anyarray,boolean,boolean,boolean,character,boolean)
526565
527- Documentation build
528- ...............................................................................
529-
530- WITH-DOC is not used anymore
531-
532- * The doxygen documentation is build by default
533- * The HTML documentation is build by default
534- * The translated languages (en, es, zh_Hans) HTML documentation is build by default
535-
536- User's Documentation is not build when
537-
538- * Sphinx is not found
539- * When all Sphinx formats are OFF
540- * When all languages are OFF
541- * Output is on build/doc/_build/<format> directory
542-
543- Developers's Documentation is not build when
544-
545- * Doxygen is not found
546-
547566Code enhancements
548567...............................................................................
549568
0 commit comments