1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-20 03:52:25 +03:00

doc: Misc improvements

This commit is contained in:
Nick Wellnhofer
2025-05-14 00:29:19 +02:00
parent 87087def4e
commit 2d83a84ca6
34 changed files with 449 additions and 257 deletions

View File

@@ -117,8 +117,10 @@ typedef xmlOutputBufferPtr
(*xmlOutputBufferCreateFilenameFunc)(const char *URI,
xmlCharEncodingHandlerPtr encoder, int compression);
/*
* This struct and all related functions should be ultimately
/**
* Parser input buffer
*
* This struct and all related functions should ultimately
* be removed from the public interface.
*/
struct _xmlParserInputBuffer {
@@ -154,6 +156,8 @@ struct _xmlOutputBuffer {
};
#endif /* LIBXML_OUTPUT_ENABLED */
/** @cond ignore */
XML_DEPRECATED
XMLPUBFUN xmlParserInputBufferCreateFilenameFunc *
__xmlParserInputBufferCreateFilenameValue(void);
@@ -168,6 +172,8 @@ __xmlOutputBufferCreateFilenameValue(void);
(*__xmlOutputBufferCreateFilenameValue())
#endif
/** @endcond */
/*
* Interfaces for input
*/