doc nipticks - force testing of CD pipeline
authorgggeek <giunta.gaetano@gmail.com>
Sat, 7 Jan 2023 18:14:06 +0000 (18:14 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 7 Jan 2023 18:14:06 +0000 (18:14 +0000)
doc/manual/index.html
doc/manual/phpxmlrpc_manual.adoc
src/Helper/Http.php

index 9695b97..c318b91 100644 (file)
@@ -12,7 +12,7 @@
     const content = "include::phpxmlrpc_manual.adoc[]"
     try {
         let html = asciidoctor.convert(content, {safe: 'safe'});
-        /// @todo we should make this error parsing more robust, in case we want to load a different version  of jsmin above
+        /// @todo we should make this error parsing more robust, in case we want to load a different version of asciidoctor.min.js above
         if (html.includes('Unresolved directive in &lt;stdin&gt; - include::phpxmlrpc_manual.adoc[]')) {
             html = 'ERROR: you are most likely viewing this file by loading it from the filesystem. You need to view it via an http request, ie. use a webserver.'
         }
index c7960b2..7fe5ab5 100644 (file)
@@ -1,7 +1,7 @@
 = XML-RPC for PHP User Manual
 Gaetano Giunta; Edd Dumbill
 4.9.4
-:keywords: xmlrpc, xml, rpc, webservices, http
+:keywords: xml-rpc, xml, rpc, webservices, http
 :title-page:
 :toc:
 :toclevels: 3
index 38cfab6..ca0f4ae 100644 (file)
@@ -5,7 +5,10 @@ namespace PhpXmlRpc\Helper;
 use PhpXmlRpc\Exception\HttpException;
 use PhpXmlRpc\PhpXmlRpc;
 
-/// @todo allow usage of a custom Logger via the DIC(ish) pattern we use in other classes
+/**
+ *
+ * @todo allow usage of a custom Logger via the DIC(ish) pattern we use in other classes
+ */
 class Http
 {
     /**