You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
17 lines
364 B
HTML
17 lines
364 B
HTML
<!-- This is a template for GNAT Studio's documentation index
|
|
The line containing @@CONTENTS@@ is replaced by the actual contents
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>Documentation contents</title>
|
|
</head>
|
|
<body>
|
|
<H1>Documentation contents</H1>
|
|
This page gives the list of all the documentation topics currently
|
|
registered in GNAT Studio.
|
|
|
|
@@CONTENTS@@
|
|
|
|
</body>
|
|
</html>
|