From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id p39FrmNs013104 for ; Sat, 9 Apr 2011 11:53:48 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id p39FrmOl005576; Sat, 9 Apr 2011 11:53:48 -0400 (EDT) Date: Sat, 9 Apr 2011 11:53:48 -0400 (EDT) Message-Id: <201104091553.p39FrmOl005576@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Skeleton of documentation functions, types, and variables in X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Skeleton of documentation functions, types, and variables in mandoc.h. Modified Files: -------------- mdocml: mandoc.3 Revision Data ------------- Index: mandoc.3 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandoc.3,v retrieving revision 1.2 retrieving revision 1.3 diff -Lmandoc.3 -Lmandoc.3 -u -p -r1.2 -r1.3 --- mandoc.3 +++ mandoc.3 @@ -20,6 +20,7 @@ .Os .Sh NAME .Nm mandoc , +.Nm mandoc_escape , .Nm man_meta , .Nm man_node , .Nm mdoc_meta , @@ -36,6 +37,12 @@ .In man.h .In mdoc.h .In mandoc.h +.Ft "enum mandoc_esc" +.Fo mandoc_escape +.Fa "const char **in" +.Fa "const char **seq" +.Fa "int *len" +.Fc .Ft "const struct man_meta *" .Fo man_meta .Fa "const struct man *man" @@ -130,6 +137,40 @@ free all allocated memory with or invoke .Fn mparse_reset and parse new files. +.El +.Sh REFERENCE +This section documents the functions, types, and variables available +via +.In mandoc.h . +.Ss Types +.Bl -ohang +.It Vt "enum mandoc_esc" +.It Vt "enum mandocerr" +.It Vt "enum mandoclevel" +.It Vt "enum mparset" +.It Vt "struct mparse" +.It Vt "mandocmsg" +.El +.Ss Functions +.Bl -ohang +.It Fn mandoc_escape +.It Fn man_meta +.It Fn man_node +.It Fn mdoc_meta +.It Fn mdoc_node +.It Fn mparse_alloc +.It Fn mparse_free +.It Fn mparse_readfd +.It Fn mparse_reset +.It Fn mparse_result +.It Fn mparse_strerror +.It Fn mparse_strlevel +.El +.Ss Variables +.Bl -ohang +.It Va man_macronames +.It Va mdoc_argnames +.It Va mdoc_macronames .El .Sh IMPLEMENTATION NOTES This section consists of structural documentation for -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv