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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user