|
NAMElowdown_doc_free —
free a Markdown parser instance
LIBRARYlibrary “liblowdown”SYNOPSIS#include <sys/queue.h>
#include <stdio.h>
#include <lowdown.h>
void
DESCRIPTIONFrees a parser created with lowdown_doc_new(3). If doc isNULL , the function
does nothing.
SEE ALSOlowdown(3), lowdown_doc_new(3)
Visit the GSP FreeBSD Man Page Interface. |