536cd135cc
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
mdoc
and monodoc
This repository contains the source for Mono's documentation toolchain.
Compiling
CLI
If you've got make
installed, you can run make prepare all check
. The available targets are:
prepare
: initializes the submodules, and restores the nuget dependency of NUnitall
: compiles everythingcheck
: runs unit tests for monodoc and mdoccheck-mdoc
: runs only mdoc testscheck-monodoc
: runs only monodoc tests
You can also control some parameters from the command line:
If you want to compile in debug mode: make all CONFIGURATION=Debug
Visual Studio
Once you run make prepare all
at least once (to restore submodules), you can open the solution in
Visual Studio to compile and debug.