|
NAMEmdassembler - Compile documentation for use in monodoc browserSYNOPSISmdassembler OPTIONS* DIRS+DESCRIPTIONmdassembler has been obsoleted by mdoc(1). See the mdoc-assemble(1) man page.mdassembler is a program that creates .tree and .zip files for use in the monodoc documentation browser. The .tree and .zip files are copied into monodoc's sources directory, and reside with a .source file which is used by monodoc to specify where the documentation should be displayed. The .source file's /monodoc/source/@basefile attribute specifies the filename prefix for the documentation files. This must be the same prefix as used with the --out parameter. OPTIONS
FORMATSThe following documentation formats are supported:Mono ECMA Documentation FormatAn XML documentation format with one file per type.See the mdoc(5) man page for more information. Mono ECMA Specification Documentation FormatThis is not the format you're looking for.This is the format used to represent the ECMA-334 (C#) standard within monodoc. It is not used to display class library documentation; for class library documentation, use the --ecma format. Error Documentation FormatUsed to present detailed error messages, and is used in monodoc's "C# Compiler Error Reference" tree. DIRS is not a directory, but is instead a configuration file, containing the XML:<ErrorProviderConfig> <FilesPath>../../mcs/errors</FilesPath> <Match>cs????*.cs</Match> <ErrorNumSubstringStart>2</ErrorNumSubstringStart> <ErrorNumSubstringLength>4</ErrorNumSubstringLength> <FriendlyFormatString>CS{0:0###}</FriendlyFormatString> </ErrorProviderConfig> /ErrorProviderConfig/FilesPath specifies where to look for files, /ErrorProviderConfig/Match specifies the filename pattern to look for within /ErrorProviderConfig/FilesPath, /ErrorProviderConfig/ErrorNumSubstringStart and /ErrorProviderConfig/ErrorNumSubstringLength control which portion of the filename is used as the error number, and /ErrorProviderConfig/FriendlyFormatString controls how the formatting/display of the node in the monodoc tree. For each file found, it is converted to HTML with C# syntax coloring applied. Simple Documentation FormatConverts text files into HTML by translating each newline into an HTML <br> element.Man Page Documentation FormatConverts man pages into HTML for display.XHTML Documentation FormatCopies the XHTML file as-is.EXAMPLESTo install your documenation for use with monodoc:
SEE ALSOmdcs2ecma(1), mdnormalizer(1), mdoc(1), mdoc-assemble(1), mdvalidator(1), monodocer(1), monodocs2html(1)MAILING LISTS
WEB SITESee also: http://www.mono-project.com and http://www.mono-project.com/docs/tools+libraries/tools/mdassembler/ Visit the GSP FreeBSD Man Page Interface. |