Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2008-10-31 06:52:38 +0300
committerJonathan Pryor <jpryor@novell.com>2008-10-31 06:52:38 +0300
commit9530c5256847039bb3af8aa7e5cb10d4ea5f5051 (patch)
tree236290beb84b308f6db840b28de92f7132acbcb9 /docs/monoapi.source
parent2809b0c7ffa6d65c25f22bd6b8012d8c3eb5244d (diff)
parent16a4b4fbc623648764ddde1d41d1ba5df10e1e93 (diff)
* Makefile.am: Build `docs` after `runtime`, so that it can depend
upon mdoc.exe for it's operation. * docs/. (svn:ignore), deploy (svn:ignore): Ignore generated files. * docs/AgilityPack.dll, docs/api-style.css, docs/ChangeLog, docs/check, docs/check-coverage, docs/convert.cs, docs/current-api, docs/deploy, docs/documented, docs/exdoc, docs/ignore, docs/mono-api-metadata.html, docs/monoapi.source, docs/produce-lists, docs/public, docs/public-api, docs/README, docs/sources, docs/toc.xml, docs/TODO, docs/wapi: Copy from ../mono/docscripts. * docs/exdoc: Use the in-tree mono program to run convert.exe. * docs/Makefile.am: Mention files to clean/distribute; extract documentation (with exdoc) and then assemble documentation (with monoapi.make's assemble target) for use by monodoc. * docs/monoapi.make: Added; Makefile to use mcs' buid/rules.make to compile convert.cs and assemble documentation. (This is a separate file so that we can include mcs' build/rules.make, which needs topdir set to behave properly BUT must be $(mcs_topdir) from Makefile.am's perspective.) * docs/monoapi.source: Add a /monodoc/node element for use with monodoc 2.2. svn path=/trunk/mono/; revision=117529
Diffstat (limited to 'docs/monoapi.source')
-rw-r--r--docs/monoapi.source5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/monoapi.source b/docs/monoapi.source
new file mode 100644
index 00000000000..3f25f3201a2
--- /dev/null
+++ b/docs/monoapi.source
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<monodoc>
+ <node label="Mono Embedding" name="embed" parent="libraries"/>
+ <source provider="xhtml" basefile="monoapi" path="embed"/>
+</monodoc>