blob: 7fe4ce69614766537dbadf67c71d0ca8404e0be0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
[include "/chrome/nativeclient/_local_variables.ezt"] [# this file should be at root of your document hierarchy ]
[define section]docs[end] [# this should be "docs" if the file lives in the "Docs" section (top nav)]
[# Otherwise, it's "home," "articles," "download," or "terms" ]
[define page_title]$title[end] [# this is the title for only this page ]
[define css_includes]
<link href="../../../css/local_extensions.css" rel="stylesheet" type="text/css"/>
[end]
[include "/_boilerplate_header.ezt"]
[verbatim]
<div id="doxygen-ref">
<div>
|