diff options
author | 2007-10-20 16:04:48 +0000 | |
---|---|---|
committer | 2007-10-20 16:04:48 +0000 | |
commit | ab72c701f3028120985c4adad5c79b995a77b009 (patch) | |
tree | 1018c723ff54c173a9ba2becc9c1cb37dc178dc6 /doc/api/index.html.part | |
parent | 09f3a849a34f76830e7c9e33b76471819ff09491 (diff) | |
download | paludis-ab72c701f3028120985c4adad5c79b995a77b009.tar.gz paludis-ab72c701f3028120985c4adad5c79b995a77b009.tar.xz |
Make doc/api/cplusplus work
Diffstat (limited to 'doc/api/index.html.part')
-rw-r--r-- | doc/api/index.html.part | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/api/index.html.part b/doc/api/index.html.part new file mode 100644 index 000000000..f2d5d1caa --- /dev/null +++ b/doc/api/index.html.part @@ -0,0 +1,14 @@ +<!-- vim: set tw=120 ft=html sw=4 sts=4 et : --> + +<h1>API</h1> + +<ul> + <li>The core library code is written in <a href="cplusplus/index.html">C++</a>.</li> + <li> + <p>Bindings are available for:</p> + <ul> + <li><a href="ruby/index.html">Ruby</a></li> + <li><a href="python/index.html">Python</a></li> + </ul> + </li> +</ul> |