Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

monodoc(1) [posix man page]

monodoc(1)						      General Commands Manual							monodoc(1)

NAME
monodoc - GUI Mono documentation browser SYNOPSIS
monodoc [options] DESCRIPTION
monodoc is a GTK#-based browser for viewing collected API documentation for CLI libraries installed on the system RUNTIME OPTIONS
The following options are available for browsing documentation: TOPIC Start the browser at TOPIC (ex. N:System, T:System.Object, M:System.Object.Equals, and P: for properties, F: for fields, E: for events, etc.) --help Print a brief instructions on usage --about About the monodoc browser --html TOPIC Print the HTML contents of TOPIC --make-index Create the documentation index --make-search-index Create the searchable documentation index --engine Select a browser backend (Gecko, GtkHtml, WebKit, MonoWebBrowser) The following options are available for authoring documentation: --assemble Runs the doc assembler --cs-to-ecma DOCFILE ASSEMBLY OUTPUT LIBRARY-NAME Converts C# documentation to Monodoc format --edit path Edit (unassembled) documentation at path --get-sourcesdir Prints the location of monodoc sources --merge-changes CHANGE_FILE [TARGET_DIR] --normalize Format a documentation file consistently --validate Validate the XML files SEE ALSO mono(1), mdassembler(1), mdcs2ecma(1), mdnormalizer(1), mdvalidator(1), monodocs2html(1), monodocer(1) monodoc(1)

Check Out this Related Man Page

monodoc(1)						      General Commands Manual							monodoc(1)

NAME
monodoc - GUI Mono documentation browser SYNOPSIS
monodoc [options] DESCRIPTION
monodoc is a GTK#-based browser for viewing collected API documentation for CLI libraries installed on the system RUNTIME OPTIONS
The following options are available for browsing documentation: TOPIC Start the browser at TOPIC (ex. N:System, T:System.Object, M:System.Object.Equals, and P: for properties, F: for fields, E: for events, etc.) --help Print a brief instructions on usage --about About the monodoc browser --html TOPIC Print the HTML contents of TOPIC --make-index Create the documentation index --make-search-index Create the searchable documentation index --engine Select a browser backend (Gecko, GtkHtml, WebKit, MonoWebBrowser) The following options are available for authoring documentation: --assemble Runs the doc assembler --cs-to-ecma DOCFILE ASSEMBLY OUTPUT LIBRARY-NAME Converts C# documentation to Monodoc format --edit path Edit (unassembled) documentation at path --get-sourcesdir Prints the location of monodoc sources --merge-changes CHANGE_FILE [TARGET_DIR] --normalize Format a documentation file consistently --validate Validate the XML files SEE ALSO mono(1), mdassembler(1), mdcs2ecma(1), mdnormalizer(1), mdvalidator(1), monodocs2html(1), monodocer(1) monodoc(1)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

The OPERA browser

I have just seen someone using the OPERA browser - it looks quite good and seems to have a friendly GUI. Can I get this for UNIX(Solaris 8 is my OS)??? Does anyone have this installed on their UNIX workstation?? How is it performing?? All comments and advice is welcome!! (1 Reply)
Discussion started by: Kanu77
1 Replies

2. Programming

basic server

Hi, Could you explain me how to send a file to the browser that connects to my server and requests GET /index.html? Do I open the file index.html and send it through the socket? What parameters should I use in write(client_fd, ???, ???) to send the file index.html to the browser? Thanks! (1 Reply)
Discussion started by: jnuno
1 Replies

3. UNIX for Dummies Questions & Answers

Assign name to path in unix server

How can I make it so if someone types in "Manager" in the url box in their browser, it will bring them to the path /var/www/html/resourcedb/index.html? its currently viewable by going to the serveripaddress/resourcedb/index.html, but I want it to be shorter so when you are connected to the... (2 Replies)
Discussion started by: Zombie
2 Replies

4. Homework & Coursework Questions

Help with redirecting output to an HTML file

1. The problem statement, all variables and given/known data: I'm having trouble redirecting the output of my sysinfo_page script into my sysinfo_page.html file. The task at hand is to be able to email both the html file and the script to myself. I'm assuming that the html should appear as a web... (8 Replies)
Discussion started by: braing
8 Replies