1
0
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:
Jonas Fonseca 2006-01-11 11:03:59 +01:00 committed by Jonas Fonseca
parent d1ab45d479
commit 2d80258f72
3 changed files with 6 additions and 0 deletions

View File

@ -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 */

View File

@ -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

View File

@ -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. */