Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 22860 invoked from network); 15 Dec 2007 17:07:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Dec 2007 17:07:15 -0000 Received: (qmail 71269 invoked by uid 500); 15 Dec 2007 17:07:04 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 71111 invoked by uid 500); 15 Dec 2007 17:07:04 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 71100 invoked by uid 99); 15 Dec 2007 17:07:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Dec 2007 09:07:04 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Dec 2007 17:06:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6C1F3714231 for ; Sat, 15 Dec 2007 09:06:43 -0800 (PST) Message-ID: <25590618.1197738403440.JavaMail.jira@brutus> Date: Sat, 15 Dec 2007 09:06:43 -0800 (PST) From: "Spencer Davis (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXIS2C-836) Modifications to Documentation In-Reply-To: <18098796.1197705742521.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552102 ] Spencer Davis commented on AXIS2C-836: -------------------------------------- It might be possible to say that the command should all be on one line and then split it up somehow to make it more readable but still be easier to read. The current source for the code examples looks like this.
axis2_options_set_http_method(options, env, AXIS2_HTTP_GET);
    
    
There is an empty line between the end of the code and the tag. The newline shows up when you view the page because it is inside of the
 if the source was changed to look like it does below, it would fix this problem.
    
axis2_options_set_http_method(options, env, AXIS2_HTTP_GET);
Also, I think that it would be easier to see if the headings for the appendices had the titles in the blue header. So instead of just saying "Appendix A" and then saying "axis2.xml" underneath that it could just say "Appendix A - axis2.xml" in the main heading. > Modifications to Documentation > ------------------------------ > > Key: AXIS2C-836 > URL: https://issues.apache.org/jira/browse/AXIS2C-836 > Project: Axis2-C > Issue Type: Improvement > Components: documentation > Reporter: Senaka Fernando > Priority: Minor > Fix For: 1.2.0 > > Attachments: diff.txt > > > Modifications to documentation based on report by Spencer Davis http://marc.info/?l=axis-c-dev&m=119768820918913&w=2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org