blob: a807764717d3a821a373e084e4cec0e1aa7c60cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<html><head>
<!-- Generated by Ddoc from src/sdp/ao_conf_make_meta.d -->
<META http-equiv="content-type" content="text/html; charset=utf-8">
<title>ao_conf_make_meta</title>
</head><body>
<h1>ao_conf_make_meta</h1>
<br><br>
<dl><dt><big><a name="SiSUheaderExtractHub"></a>template <u>SiSUheaderExtractHub</u>()</big></dt>
<dd>extract native/orig header return associative array<BR>
<br><br>
the header is passed as text (lopped off top of a sisu markup file until the
required first heading ^A~), determine whether is a native header or sdlang one
with a regex check if whether it contains the "native header" required tag/field
@title: then process accordingly as a "native header" or "sdlang header"
converting the metadata and make instructions to a common json format used by
program internally. Moved to associative array.<br><br>
</dd>
</dl>
<hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small>
</body></html>
|