mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-13 15:09:53 +08:00
The documentation is now generated from markdown. Samples are generated from the tutorial pages. Testing is done by a Python script which runs the tests for a large number of compilers. This version is not very developer-friendly - the Python scripts need ways of limiting what compilers they try to run. If you don't have 15 compilers installed, you won't be able to run the tests in this commit. Fix coming soon.
44 lines
1008 B
HTML
44 lines
1008 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
|
|
<title>$title</title>
|
|
|
|
<link rel="canonical" href="$canonical" />
|
|
<!-- <meta name="description" content="$description" /> -->
|
|
<meta name="author" content="Anton Bachin" />
|
|
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
<link rel="stylesheet" href="${prefix}better-enums.css" />
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<nav>
|
|
<div>
|
|
<a class="first" $download>Download</a>
|
|
<a href="$repo">GitHub</a>
|
|
<a href="${prefix}index.html">Home</a>
|
|
<a href="${prefix}tutorial/HelloWorld.html">Tutorial</a>
|
|
<!-- <a href="https://github.com/aantron/better-enums/tree/master/example">
|
|
Samples
|
|
</a> -->
|
|
<!-- <a href="${prefix}api.html">Reference</a> -->
|
|
<!-- <a href="mailto:antonbachin@yahoo.com">Contact</a> -->
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="spacer"> </div>
|
|
|
|
<header>
|
|
<div class="back">{}</div>
|
|
|
|
<h1><a href="${prefix}index.html">Better Enums</a></h1>
|
|
<h2>Fast, intuitive enums for $cxx</h2>
|
|
<h3>Open-source under the BSD license</h3>
|
|
</header>
|
|
|
|
<main>
|