mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-01 09:41:47 +03:00
Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%
Cleanup, cleanup .. * configure.in Makefile.am: removed libxml softlink for good * include/libxml/*.h *.c doc/Makefile.am: cleanup to get 100% coverage by gtk-doc Daniel
This commit is contained in:
@ -1785,6 +1785,9 @@ static int areBlanks(htmlParserCtxtPtr ctxt, const xmlChar *str, int len) {
|
||||
* @URI: URI for the dtd, or NULL
|
||||
* @ExternalID: the external ID of the DTD, or NULL
|
||||
*
|
||||
* Creates a new HTML document without a DTD node if @URI and @ExternalID
|
||||
* are NULL
|
||||
*
|
||||
* Returns a new document, do not intialize the DTD if not provided
|
||||
*/
|
||||
htmlDocPtr
|
||||
@ -1827,6 +1830,8 @@ htmlNewDocNoDtD(const xmlChar *URI, const xmlChar *ExternalID) {
|
||||
* @URI: URI for the dtd, or NULL
|
||||
* @ExternalID: the external ID of the DTD, or NULL
|
||||
*
|
||||
* Creates a new HTML document
|
||||
*
|
||||
* Returns a new document
|
||||
*/
|
||||
htmlDocPtr
|
||||
|
Reference in New Issue
Block a user