On Mon, Oct 24, 2011 at 9:05 AM, Baruch Burstein <bmburst...@gmail.com>wrote:

> How are the C API documents auto-generated? Which tool is used?
> I see that they are all in the comments in the code, but couldn't find a
> tool in the source that is used to extract them and make the links.
>

The SQLite website, including all the documentation, is generated using a
TCL script.  That script pulls information from both hand-written files and
from the sqlite3.h header file to create the documentation.

The source code to the documentation can be found here:
http://www.sqlite.org/docsrc/timeline

Sadly, the documentation source code is not itself particularly well
documented.  :-(


>
> --
> Programming today is a race between software engineers striving to build
> bigger and better idiot-proof programs, and the Universe trying to produce
> bigger and better idiots. So far, the Universe is winning.  - Rich Cook
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to