Merge pull request #8 from danieljames/metadata

Make ref linkable, and add metadata.
This commit is contained in:
Eric Niebler
2014-08-21 13:10:32 -07:00
2 changed files with 47 additions and 0 deletions

View File

@ -50,5 +50,23 @@
"maintainers": [
"Joseph Gauterin <joseph.gauterin -at- googlemail.com>"
]
},
{
"key": "bind/ref",
"name": "Ref",
"authors": [
"Jaako Järvi",
"Peter Dimov",
"Doug Gregor",
"Dave Abrahams"
],
"description": "A utility library for passing references to generic functions.",
"documentation": "ref.html",
"std": [
"tr1"
],
"category": [
"Function-objects"
]
}
]

29
ref.html Normal file
View File

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<title>Boost.Core</title>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=doc/html/core/ref.html">
<style>
body {
background: #fff;
color: #000;
}
a {
color: #00f;
text-decoration: none;
}
</style>
</head>
<body>
<p>
Automatic redirection failed, please go to
<a href="doc/html/core/ref.html">doc/html/core/ref.html</a>
</p>
<p>
&copy; 2014 Peter Dimov<br>
&copy; 2014 Glen Fernandes<br>
&copy; 2014 Andrey Semashev
</p>
</body>
</html>