]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Tools.class.php
added commentsand fixed something forgotten
[github/wallabag/wallabag.git] / inc / poche / Tools.class.php
index 1c55459082c439cd0a1bf77644bccac135337fa2..f34e8bebe885dede2bad79bce859499542d68546 100755 (executable)
@@ -420,6 +420,14 @@ final class Tools
         return str_replace('+', '', $token);
     }
 
+    /** 
+    *
+    * Returns the doctype for an HTML document (used for Mozilla Bookmarks)
+    * @param simple_html_dom $doc
+    * @return doctype $el
+    *
+    */
+
     function get_doctype($doc)
     {
         $els = $doc->find('unknown');