Steven Truppe via llvm-dev
2019-Jun-19 13:45 UTC
[llvm-dev] Question about API documentation
Hi everyone, i got me the book "getting started with llvm core libraries" and i see commands like clang_createIndex(arg1, arg2) but i don't find the doxygen API documentation for that command. can someone point me in the right direction please.. best reards, Steven Truppe
Anton Korobeynikov via llvm-dev
2019-Jun-19 13:59 UTC
[llvm-dev] Question about API documentation
Well, these do not belong to "LLVM core libraries" since they are part of libclang. See https://clang.llvm.org/doxygen/group__CINDEX.html On Wed, Jun 19, 2019 at 4:48 PM Steven Truppe via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Hi everyone, > > > i got me the book "getting started with llvm core libraries" and i see > commands like clang_createIndex(arg1, arg2) but i don't find the doxygen > API documentation for that command. can someone point me in the right > direction please.. > > > best reards, > > Steven Truppe > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- With best regards, Anton Korobeynikov Department of Statistical Modelling, Saint Petersburg State University