From c0374b8a48c18ee6b1ea86e1ac4192c496b2f669 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sun, 22 Mar 2015 10:40:18 -0700 Subject: docs: Minor API reference improvements --- docs/manual.adoc | 64 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 35 insertions(+), 29 deletions(-) (limited to 'docs') diff --git a/docs/manual.adoc b/docs/manual.adoc index ee749ac..4a29352 100644 --- a/docs/manual.adoc +++ b/docs/manual.adoc @@ -2454,7 +2454,8 @@ First private release for testing purposes This is the reference for all macros, types, enumerations, classes and functions in pugixml. Each symbol is a link that leads to the relevant section of the manual. -Macros: +[[apiref.macros]] +=== Macros [source,subs="+macros"] ---- @@ -2472,7 +2473,8 @@ Macros: #define +++PUGIXML_HAS_LONG_LONG+++ ---- -Types: +[[apiref.types]] +=== Types [source,subs="+macros"] ---- @@ -2482,7 +2484,8 @@ typedef void* (*+++allocation_function+++)(si typedef void (*+++deallocation_function+++)(void* ptr); ---- -Enumerations: +[[apiref.enums]] +=== Enumerations [source,subs="+macros"] ---- @@ -2536,39 +2539,41 @@ enum +++xpath_value_type+++ +++xpath_type_boolean+++ ---- -Constants: +[[apiref.constants]] +=== Constants [source,subs="+macros"] ---- // Formatting options bit flags: - +++format_default+++ - +++format_indent+++ - +++format_no_declaration+++ - +++format_no_escapes+++ - +++format_raw+++ - +++format_save_file_text+++ - +++format_write_bom+++ +const unsigned int +++format_default+++ +const unsigned int +++format_indent+++ +const unsigned int +++format_no_declaration+++ +const unsigned int +++format_no_escapes+++ +const unsigned int +++format_raw+++ +const unsigned int +++format_save_file_text+++ +const unsigned int +++format_write_bom+++ // Parsing options bit flags: - +++parse_cdata+++ - +++parse_comments+++ - +++parse_declaration+++ - +++parse_default+++ - +++parse_doctype+++ - +++parse_eol+++ - +++parse_escapes+++ - +++parse_fragment+++ - +++parse_full+++ - +++parse_minimal+++ - +++parse_pi+++ - +++parse_trim_pcdata+++ - +++parse_ws_pcdata+++ - +++parse_ws_pcdata_single+++ - +++parse_wconv_attribute+++ - +++parse_wnorm_attribute+++ +const unsigned int +++parse_cdata+++ +const unsigned int +++parse_comments+++ +const unsigned int +++parse_declaration+++ +const unsigned int +++parse_default+++ +const unsigned int +++parse_doctype+++ +const unsigned int +++parse_eol+++ +const unsigned int +++parse_escapes+++ +const unsigned int +++parse_fragment+++ +const unsigned int +++parse_full+++ +const unsigned int +++parse_minimal+++ +const unsigned int +++parse_pi+++ +const unsigned int +++parse_trim_pcdata+++ +const unsigned int +++parse_ws_pcdata+++ +const unsigned int +++parse_ws_pcdata_single+++ +const unsigned int +++parse_wconv_attribute+++ +const unsigned int +++parse_wnorm_attribute+++ ---- -Classes: +[[apiref.classes]] +=== Classes [source,subs="+macros"] ---- @@ -2910,7 +2915,8 @@ class +++xpath_variable_set+++ const xpath_variable* +++get+++(const char_t* name) const; ---- -Functions: +[[apiref.functions]] +=== Functions [source,subs="+macros"] ---- -- cgit v1.2.3