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
path: root/mcs/docs
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2008-12-08 18:34:54 +0300
committerJonathan Pryor <jpryor@novell.com>2008-12-08 18:34:54 +0300
commit57ebdbc8526864d58dd1ef1073332265a0989590 (patch)
tree18f2e8fe1fdc9c111b0c82f9044d8fa9c163471b /mcs/docs
parent1ee7c032518088074fc49f953f9a6e135128a6c5 (diff)
* docs/monodoc.xml: Rename the "File Formats" node to "Commands and
Files", so that ~all man pages can be under the same node. * docs/lang-csharp.source: Since C# is the only current language, move the child nodes "up" a node so we have "Languages/C# Compiler Error Reference" and "Languages/C# Language Specification" nodes. svn path=/trunk/mcs/; revision=121005
Diffstat (limited to 'mcs/docs')
-rw-r--r--mcs/docs/lang-csharp.source6
-rw-r--r--mcs/docs/monodoc.xml2
2 files changed, 3 insertions, 5 deletions
diff --git a/mcs/docs/lang-csharp.source b/mcs/docs/lang-csharp.source
index 9b49c4f9421..a31f8d9406b 100644
--- a/mcs/docs/lang-csharp.source
+++ b/mcs/docs/lang-csharp.source
@@ -1,9 +1,7 @@
<?xml version="1.0"?>
<monodoc>
- <node label="C#" name="lang-c#" parent="languages">
- <node label="C# Compiler Error Reference" name="cs-errors"/>
- <node label="C# Language Specification" name="ecmaspec"/>
- </node>
+ <node label="C# Compiler Error Reference" name="cs-errors" parent="languages"/>
+ <node label="C# Language Specification" name="ecmaspec" parent="languages"/>
<source provider="error" basefile="cs-errors" path="cs-errors"/>
<source provider="ecmaspec" basefile="ecma334" path="ecmaspec"/>
</monodoc>
diff --git a/mcs/docs/monodoc.xml b/mcs/docs/monodoc.xml
index c31937d028b..94a4b222e80 100644
--- a/mcs/docs/monodoc.xml
+++ b/mcs/docs/monodoc.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<node label="Mono Documentation" name="libraries">
- <node label="File Formats" name="formats" />
+ <node label="Commands and Files" name="man" />
<node label="Languages" name="languages" />
<node label="Tools" name="tools" />
<node label="Various" name="various" />