mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 16:40:18 +00:00

We're making web pages that pass XHTML validation now; the rest of the work is cleanup and polishing.
22 lines
599 B
HTML
22 lines
599 B
HTML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
<title>Utility macro reference</title>
|
|
<link rev="made" href="mailto:esr@snark.thyrsus.com" />
|
|
<style type="text/css">
|
|
/*<![CDATA[*/
|
|
.listing {font-family:monospace;}
|
|
.bold {font-style:bold;}
|
|
/*]]>*/
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<p>This page is an automatically-generated reference for all the
|
|
utility macros with documentation strings in the Wesnoth source
|
|
distribution.</p>
|
|
|