From e4ce97b38411de5d972ee4cf89cede342b7f82f0 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Mon, 1 Jul 2013 18:01:01 +0000 Subject: Developer's guide by Dan Liew, with a few changes from me. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@185351 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/GetInvolved.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'www/GetInvolved.html') diff --git a/www/GetInvolved.html b/www/GetInvolved.html index 0cde1299..2ff2b5ee 100644 --- a/www/GetInvolved.html +++ b/www/GetInvolved.html @@ -36,12 +36,16 @@ and also fill a bug report on Bugzilla u

Working with the Code

-

KLEE developer documentation is written in doxygen and you may have it online here: - doxygen - (this is updated nightly from the source tree).

+

You should first check KLEE's developer's guide.

+ +

Developer documentation is written in + doxygen. + +

+ +

-

Many parts of KLEE rely on the LLVM infrastructure, you can find more -information about programming for LLVM here: +

Many parts of KLEE rely on the LLVM infrastructure, so you might also want to look at LLVM's General Programming Documentation.

-- cgit 1.4.1