[Mono-bugs] [Bug 47992][Min] New - Some examples on mono's docs looks without carry returns

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 28 Aug 2003 10:29:03 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by asierllano@infonegocio.com.

http://bugzilla.ximian.com/show_bug.cgi?id=47992

--- shadow/47992	2003-08-28 10:29:03.000000000 -0400
+++ shadow/47992.tmp.9739	2003-08-28 10:29:03.000000000 -0400
@@ -0,0 +1,62 @@
+Bug#: 47992
+Product: Mono/Doctools
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Core
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: asierllano@infonegocio.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Some examples on mono's docs looks without carry returns
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+
+If you go to the Mono Documentation:
+http://mono.ximian.com:8080/index.html
+  +Mono Handbook
+     +Part 6 - Mono for Gnome applications
+        +Chapter 22 - GNOME.NET - A much needed room to breathe
+
+All the code examples inside that chapter (at least) looks without
+the carry returns.
+
+
+Actual Results:
+
+Example code that looks like:
+using Gtk; using GtkSharp; using System; class Hello { static void Main() 
+{ Application.Init (); Window window = new Window ("helloworld"); 
+window.Show(); Application.Run (); } }
+
+
+Expected Results:
+
+Example code that looks normal.
+
+
+How often does this happen? 
+
+Allways
+
+
+Additional Information:
+
+I'm using Internet Explorer 6, but looking at the generated code 
+I don't think they could look better in any other browser (if my
+little HTML understanding is right).
+
+Thanks for keeping so good documentation job, in a so good project. 
+It really helps for the integration of new people 
+to technologies like Gtk#.