From bd9d279686bf1adfee3090103ffec1545730dc86 Mon Sep 17 00:00:00 2001 From: Michael Sweet Date: Thu, 8 Jun 2017 11:30:17 -0400 Subject: [PATCH] Fix some more parsing issues with void functions - was keeping static void functions... --- doc/mxml.man | 22 ---------------------- doc/reference.html | 28 ---------------------------- mxmldoc.c | 2 +- 3 files changed, 1 insertion(+), 51 deletions(-) diff --git a/doc/mxml.man b/doc/mxml.man index ee86c9c..8d4586c 100644 --- a/doc/mxml.man +++ b/doc/mxml.man @@ -232,18 +232,6 @@ MXML_TEXT .br Text fragment .SH FUNCTIONS -.SS index_sort -Sort the nodes in the index... -.PP -.nf -void index_sort ( - mxml_index_t *ind, - int left, - int right -); -.fi -.PP -This function implements the classic quicksort algorithm... .SS mxmlAdd Add a node to a tree. .PP @@ -1262,16 +1250,6 @@ mxml_node_t * mxmlWalkPrev ( The descend argument controls whether the previous node's last child is considered to be the previous node. The top node argument constrains the walk to the node's children. -.SS mxml_free -Free the memory used by a node. -.PP -.nf -void mxml_free ( - mxml_node_t *node -); -.fi -.PP -Note: Does not free child nodes, does not remove from parent. .SH TYPES .SS mxml_custom_destroy_cb_t Custom data destructor diff --git a/doc/reference.html b/doc/reference.html index 6f041d5..9b85e27 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -176,7 +176,6 @@ h3.title {

Contents