<div dir="ltr">cool.. got it.. :)</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 18 September 2013 14:31, Sandro Santilli <span dir="ltr"><<a href="mailto:strk@keybit.net" target="_blank">strk@keybit.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, Sep 18, 2013 at 12:16:42PM +0530, vishal tiwari wrote:<br>
> Hey,<br>
><br>
>   I was thinking of making the documentation for the methods relating<br>
> Voronoi, that have been ported. How do i add it on<br>
> <a href="http://geos.osgeo.org/doxygen/index.html" target="_blank">http://geos.osgeo.org/doxygen/index.html</a> ?<br>
<br>
</div></div>That documentation is automatically generated by using comments<br>
having a special format. It's mostly just a matter of starting them<br>
with double star:<br>
<br>
 /**<br>
  * This is an header for doxygen<br>
  *<br>
  * This is the body<br>
  */<br>
 int theMethod();<br>
<br>
You can build the docs with `make apidoc` from top-level dir.<br>
The output will be in doc/doxygen_docs/html/index.html<br>
<br>
--strk;<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Vishal Tiwari<div>Undergraduate</div><div>Computer Science and Engineering</div><div>Lab for Spatial Informatics</div><div>IIIT-Hyderabad</div></div>

</div>