mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Mark doc'd headers with: /* API Doc :: <api-name> */
This commit is contained in:
parent
d1ab45d479
commit
2d80258f72
@ -4,6 +4,8 @@
|
|||||||
#include "dom/string.h"
|
#include "dom/string.h"
|
||||||
#include "util/error.h"
|
#include "util/error.h"
|
||||||
|
|
||||||
|
/* API Doc :: dom-scanner */
|
||||||
|
|
||||||
/* Define if you want a talking scanner */
|
/* Define if you want a talking scanner */
|
||||||
/* #define DEBUG_DOM_SCANNER */
|
/* #define DEBUG_DOM_SCANNER */
|
||||||
|
|
||||||
|
@ -11,6 +11,8 @@ struct sgml_parser;
|
|||||||
struct string;
|
struct string;
|
||||||
struct uri;
|
struct uri;
|
||||||
|
|
||||||
|
/* API Doc :: dom-sgml-parser */
|
||||||
|
|
||||||
/** SGML parser type
|
/** SGML parser type
|
||||||
*
|
*
|
||||||
* There are two kinds of parser types: One that optimises one-time access to
|
* There are two kinds of parser types: One that optimises one-time access to
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
|
|
||||||
struct dom_stack;
|
struct dom_stack;
|
||||||
|
|
||||||
|
/* API Doc :: dom-stack */
|
||||||
|
|
||||||
/** DOM stack callback
|
/** DOM stack callback
|
||||||
*
|
*
|
||||||
* Used by contexts, for 'hooking' into the node traversing. */
|
* Used by contexts, for 'hooking' into the node traversing. */
|
||||||
|
Loading…
Reference in New Issue
Block a user