@@ -32,13 +32,13 @@ For developers:
3232
3333Documentation build
3434
35- * The doxygen documentation is build by default
36- * The HTML documentation is build by default
37- * The translated languages (en, es, sv, zh_Hans) HTML documentation is build by
35+ * The doxygen documentation is built by default
36+ * The HTML documentation is built by default
37+ * The translated languages (en, es, sv, zh_Hans) HTML documentation are built by
3838 default
3939* ` WITH-DOC ` is not used anymore
4040
41- User's Documentation is not build when
41+ User Documentation is not built when
4242
4343* Sphinx is not found
4444* When all Sphinx formats are OFF
@@ -53,7 +53,7 @@ User's Documentation is not build when
5353
5454 * For example: for HTML output is on ` build/doc/_build/html ` directory
5555
56- Developers's Documentation is not build when
56+ Developers' Documentation is not built when
5757
5858* Doxygen is not found
5959* To not build Doxygen documentation: ` -DBUILD_DOXY=OFF `
@@ -336,7 +336,7 @@ SQL signatures and output standardization
336336* [ #2907 ] ( https://github.com/pgRouting/pgrouting/issues/2907 ) : pgr_bellmanFord
337337* [ #2908 ] ( https://github.com/pgRouting/pgrouting/issues/2908 ) : pgr_binaryBreadthFirstSearch
338338* [ #2910 ] ( https://github.com/pgRouting/pgrouting/issues/2910 ) : pgr_edwardMoore
339- * [ #2913 ] ( https://github.com/pgRouting/pgrouting/issues/2913 ) : pgr_DAGshortestPath
339+ * [ #2913 ] ( https://github.com/pgRouting/pgrouting/issues/2913 ) : pgr_dagShortestPath
340340
341341** Standardized to `` (start_vid, end_vid, agg_cost) `` **
342342
@@ -346,7 +346,7 @@ SQL signatures and output standardization
346346** Standardized to `` (seq, path_id, path_seq, start_vid, end_vid, node, edge, cost, agg_cost) `` **
347347
348348* [ #2909 ] ( https://github.com/pgRouting/pgrouting/issues/2909 ) : pgr_edgeDisjointPaths
349- * [ #2909 ] ( https://github.com/pgRouting/pgrouting/issues/2909 ) : pgr_turnRestrictedPaths
349+ * [ #2909 ] ( https://github.com/pgRouting/pgrouting/issues/2909 ) : pgr_turnRestrictedPath
350350
351351** Standardized to `` (edge, color) `` **
352352
0 commit comments