From dea0ca0ccbac022db434f4f77c3a08f683f24faf Mon Sep 17 00:00:00 2001 From: Fabio Maulo Date: Wed, 15 Jul 2009 13:43:22 +0000 Subject: [PATCH] Minor (examples to create API doc) SVN: trunk@4635 --- sample build commands.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sample build commands.txt b/sample build commands.txt index ca6f5c5a95b..c2cd036ace5 100644 --- a/sample build commands.txt +++ b/sample build commands.txt @@ -31,5 +31,9 @@ NAnt -D:with.examples=false ## Build Only The Core NAnt -D:with.core.only=true +## Build API documentation (you should have Sandcastle installed) +Nant api +## Build reference manual +Nant manual