[
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.
<div class="source"><pre>axis2_options_set_http_method(options, env,
AXIS2_HTTP_GET);
</pre></div>
There is an empty line between the end of the code and the </pre> tag. The
newline shows up when you view the page because
it is inside of the <pre></pre> if the source was changed to look like it does
below, it would fix this problem.
<div class="source"><pre>axis2_options_set_http_method(options, env,
AXIS2_HTTP_GET);</pre></div>
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]