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:
Diffstat (limited to 'mcs/class/corlib/Documentation/en/System/Environment+SpecialFolder.xml')
-rw-r--r--mcs/class/corlib/Documentation/en/System/Environment+SpecialFolder.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/mcs/class/corlib/Documentation/en/System/Environment+SpecialFolder.xml b/mcs/class/corlib/Documentation/en/System/Environment+SpecialFolder.xml
index be42c1d89f9..c7b9110433a 100644
--- a/mcs/class/corlib/Documentation/en/System/Environment+SpecialFolder.xml
+++ b/mcs/class/corlib/Documentation/en/System/Environment+SpecialFolder.xml
@@ -342,7 +342,7 @@
<MemberValue>Favorites</MemberValue>
<Docs>
<summary>The Favorites directory. </summary>
- <remarks>On Windows, the system favorite directory. On MacOS X this is ~/Library/Favorites, and is empty for other operating systems.</remarks>
+ <remarks preserve-mono="true">On Windows, the system favorite directory. On MacOS X this is ~/Library/Favorites, and is empty for other operating systems.</remarks>
</Docs>
</Member>
<Member MemberName="Fonts">
@@ -356,7 +356,7 @@
<ReturnType>System.Environment+SpecialFolder</ReturnType>
</ReturnValue>
<Docs>
- <summary>The fonts directory, on MacOS X this is ~/Library/Fonts, on other Unix operating systems it is ~/.fonts/</summary>
+ <summary preserve-mono="true">The fonts directory, on MacOS X this is ~/Library/Fonts, on other Unix operating systems it is ~/.fonts/</summary>
</Docs>
</Member>
<Member MemberName="History">
@@ -392,7 +392,7 @@
<MemberValue>InternetCache</MemberValue>
<Docs>
<summary>The Internet cache directory.</summary>
- <remarks>The Internet cache directory on Windows. On MacOS X this is the ~/Library/Caches directory, and not available on other operating systems.</remarks>
+ <remarks preserve-mono="true">The Internet cache directory on Windows. On MacOS X this is the ~/Library/Caches directory, and not available on other operating systems.</remarks>
</Docs>
</Member>
<Member MemberName="LocalApplicationData">
@@ -475,7 +475,7 @@
</ReturnValue>
<MemberValue>MyMusic</MemberValue>
<Docs>
- <summary>The music directory. On MacOS X this is ~/Music. On other Unix operating systems, this is either XDG_MUSIC_DIR from the environment, XDG_MUSIC_DIR as read from the "user-dirs.dirs" within the SpecialFolder.ApplicationData directory, or as a last resort, the directory named "Music" within the SpecialFolder.Personal directory (usually the home directory).</summary>
+ <summary preserve-mono="true">The music directory. On MacOS X this is ~/Music. On other Unix operating systems, this is either XDG_MUSIC_DIR from the environment, XDG_MUSIC_DIR as read from the "user-dirs.dirs" within the SpecialFolder.ApplicationData directory, or as a last resort, the directory named "Music" within the SpecialFolder.Personal directory (usually the home directory).</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -493,7 +493,7 @@
</ReturnValue>
<MemberValue>MyPictures</MemberValue>
<Docs>
- <summary>The pictures directory. On MacOS X this is ~/Pictures. On other Unix operating systems, this is either XDG_PICTURES_DIR from the environment, XDG_PICTURES_DIR as read from the "user-dirs.dirs" within the SpecialFolder.ApplicationData directory, or as a last resort, the directory named "Pictures" within the SpecialFolder.Personal directory (usually the home directory).</summary>
+ <summary preserve-mono="true">The pictures directory. On MacOS X this is ~/Pictures. On other Unix operating systems, this is either XDG_PICTURES_DIR from the environment, XDG_PICTURES_DIR as read from the "user-dirs.dirs" within the SpecialFolder.ApplicationData directory, or as a last resort, the directory named "Pictures" within the SpecialFolder.Personal directory (usually the home directory).</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -572,7 +572,7 @@
<MemberValue>ProgramFiles</MemberValue>
<Docs>
<summary>Where program files are located. </summary>
- <remarks>The ProgramFiles directory on Windows, /Application on MacOS X and the empty string for other operating systems.</remarks>
+ <remarks preserve-mono="true">The ProgramFiles directory on Windows, /Application on MacOS X and the empty string for other operating systems.</remarks>
</Docs>
</Member>
<Member MemberName="ProgramFilesX86">