mdoc(5) File Formats Manual mdoc(5) (NAME) mdoc - XML (Mono) (DESCRIPTION) (Mono) XML (schema) : mdoc update XML (assemblies). mdoc validate XML XML . mdoc assemble XML monodoc(1). mdoc export-html XML HTML . ( ) XML . / (FILE/DIRECTORY STRUCTURE) XML : * index.xml: (types) (namespaces) . * ns-*.xml: ns-*.xml (sibling) index.xml . ns-*.xml : ns-System.xml ns- System.Collections.xml ns-.xml ( monodoc(1) ). ns-*.xml . * NamespaceName/TypeName.xml: NamespaceName TypeName (type) . : RootType.xml ( ) System/String.xml System.Collections/IEnumerable.xml System.Collections.Generic/List`1+Enumerator.xml ( `1 + nested type ). : index.xml ns-System.xml ns-System.Collections.Generic.xml System/String.xml System.Collections.Generic/List`1.xml (DOCUMENTATION FORMAT) index.xml index.xml index.xml . : To be added. To be added. DocTest /Overview/Assemblies /Overview/Types . (attribute) //Namespace/@Name //Type/@Name.xml //Type/@DisplayName #C ( //Type/@DisplayName //Type/@Name ). ns-[//Namespace/@Name].xml . : /Overview/Remarks /Overview/Copyright /Overview/Title . XML ( XML ): block code example list para paramref typeparamref see ul. ns-*.xml ns-*.xml : To be added. To be added. /Namespace/Docs/summary /Namespace/Docs/remarks . remarks summary XML . NamespaceName/TypeName.xml Ecma ECMA-335 IV . ECMA . mdoc(1) . (/Type/@FullName) (/Type/Interfaces) (/Type/Members/Member/@MemberName /Type/Members/Member/MemberSignature /Type/Members/Member/MemberType /Type/Members/Member/Parameters ) . DocTest 0.0.0.0 System.Attribute System.AttributeUsage(System.AttributeTargets.All) To be added. To be added. Constructor 0.0.0.0 To be added. To be added. To be added. //Docs To be added. . /Type/Docs /Type/Members/Member/Docs . //Docs : altcompliant altmember example exception param permission remarks returns since summary threadsafe typeparam value. . NamespaceName/TypeName.xml . XML (Documentation XML Elements) Docs #C ( ECMA-334 E ). : CREF ( ) CREF . TEXT XML XML . XML XML ( ) . XML_TEXT XML XML . : . See Also ( ) . . XML_TEXT .

HTML . SUBSET "none" . TYPE . : behaviors Operation () . note Note: (:) . overrides Note to Inheritors ( ) . usage Usage () . block : block c code list para paramref see subscript sup typeparamref. XML_TEXT ( HTML). c : code para paramref see typeparamref. TEXT (
  HTML).

              LANGUAGE     
                   
               .   
              LANGUAGE   C# 
               TEXT  
                (Mono Documentation Browser)
                
                #C   
              .

              SOURCE   mdoc-update(1) 
              .   
              mdoc-update(1)  src  
                SOURCE  
              (   --out 
              mdoc-update(1))    
               TEXT  .  
              TEXT  mdoc-update(1) 
                   
                .
               SOURCE  
               <<>> (anchor)  
              src="path/to/file.cs#RegionMarker".  
                  
              LANGUAGE   C# 
               #region RegionMarker 
                  
              #region  #endregion   
                 TEXT 
               .

       XML_TEXT
                 
                 
                . 
              :

                  
                    An introductory paragraph.
                    
                      class Example {
                        public static void Main ()
                        {
                          System.Console.WriteLine ("Hello, World!");
                        }
                      }
                    
                  

               example  
                : c code list
              para  see.

       XML_TEXT
               (exception)  
                 
                 .

                  
                  
                 .

              CREF    
                  
              XML_TEXT    
                CREF .

                  
                     was .
                  

               exception  
                : block para
              paramref see  typeparamref.

       XML_TEXT
                 << >>
                
              ( XML)  
                mdoc(5)  
              .   
                
              =begin format  perlpod(1) .

       TYPE  MIME   XML_TEXT .
        mdoc(5)  
          
          
          
       .

        :

           
             
Hello, world!
HTML mdoc-export-html(1) HTML . (). . . XML . XML XML XML_TEXT XML_TEXT . : Bullet 1 Bullet 2 Bullet 3 : Column 1 Column 2 Column 3 Item 1-A Item 1-B Item 1-C Item 2-A Item 2-B Item 2-C item description : block c para paramref see sup typeparamref. XML_TEXT XML_TEXT. : This is a paragraph of text. para : block c example link list onequarter paramref see sub sup typeparamref ul. XML_TEXT . NAME : A containing the number of widgets to process. param : block c example para paramref see typeparamref. NAME . NAME ( ) HTML . ( ) . XML_TEXT . . CREF XML_TEXT . Requires permission for reading and writing files. See , . permission : block para paramref see typeparamref. XML_TEXT . . Insert detailed information here. remarks : block c code example list para paramref see typeparamref. XML_TEXT . : A specifying whether or not the process can access . returns : c format list para paramref see typeparamref. , : LANGWORD : seealso altmember . . . //AssemblyInfo/AssemblyVersion . XML_TEXT . ( !) . / . . summary : block list para paramref see typeparamref. XML_TEXT . . NAME XML_TEXT ( ). The type of the underlying collection typeparam : block c para paramref see typeparamref. NAME . XML_TEXT . (property) . A containing a widget name. value : block c example list para paramref see typeparamref. CREF (CREF FORMAT) (CREF) . ECMA-334 E.3.1 . ( + .) . : C: CREF (constructor) . () : C:System.String(System.Char,System.Int32). E: CREF (event) . : E:System.AppDomain.AssemblyLoad. F: CREF (field) . : F:System.Runtime.InteropServices.DllImportAttribute.SetLastError. M: . .ctor ( C: ) () . . : M:System.Object..ctor M:System.String..ctor(System.Char[]) M:System.String.Concat(System.Object) M:System.Array.Sort``1(``0[]) M:System.Collections.Generic.List`1..ctor M:System.Collections.Generic.List`1.Add(`0). N: N:System. P: (property) . : P:System.String.Length P:System.String.Chars(System.Int32). T: CREF : T:System.String T:System.Collections.Generic.List`1 T:System.Collections.Generic.List`1.Enumerator. : <<>> (unbound) ( ) . <<>> (bound) '{' '}' '<' '>' . ( '<' '>' XML '<' '>' ). (Unbound): * T:System.Collections.Generic.List`1 * T:System.Collections.Generic.Dictionary`2 (Bound): * T:System.Collections.Generic.List{System.Int32} * T:System.Collections.Generic.List * T:System.Collections.Generic.List<System.Int32> * T:System.Predicate{System.Action{System.String}} ( ). <<>> (index) / class FooType { public static void Foo (System.Predicate predicate) { } } CREF M:FooType.Foo``1(System.Predicate{``0}) ``0 System.Predicate . (SEE ALSO) mdoc(1) monodocer(1) (MAILING LISTS) . (WEB SITE) . mdoc(5)