Re: [sqlite] C API docs

2011-10-24 Thread Simon Slavin
On 25 Oct 2011, at 2:40am, Richard Hipp wrote: > On Mon, Oct 24, 2011 at 9:05 AM, Baruch Burstein 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

Re: [sqlite] C API docs

2011-10-24 Thread Richard Hipp
On Mon, Oct 24, 2011 at 9:05 AM, Baruch Burstein 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, includin

Re: [sqlite] C API docs

2011-10-24 Thread Alek Paunov
I do not know the answer, but I am thinking for an attempt to extract them as clang+lpeg exercise. Why you are asking ... ? On 24.10.2011 16:05, Baruch Burstein 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

Re: [sqlite] C API docs

2011-10-24 Thread Eugene N
hi Perhaps it widely popular doxygen, although its just a guess Eugene 2011/10/24 Baruch Burstein > 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 ma

[sqlite] C API docs

2011-10-24 Thread Baruch Burstein
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. -- Programming today is a race between software engineers striving to build bigger and bette