Daniel P. Berrange 5486abfe4e Fix API doc extractor to stop munging comment formatting
The python method help docs are copied across from the C
funtion comments, but in the process all line breaks and
indentation was being lost. This made the resulting text
and code examples completely unreadable. Both the API
doc extractor and the python generator were destroying
whitespace & this fixes them to preserve it exactly.

* docs/apibuild.py: Preserve all whitespace when extracting
  function comments. Print function comment inside a <![CDATA[
  section to fully preserve all whitespace. Look for the
  word 'returns' to describe return values, instead of 'return'
  to avoid getting confused with code examples including the
  C 'return' statement.
* python/generator.py: Preserve all whitespace when printing
  function help docs
* src/libvirt.c: Change any return parameter indicated by
  'return' to be 'returns', to avoid confusing the API extractor
* docs/libvirt-api.xml: Re-build for fixed descriptions
2009-09-28 14:08:25 +01:00
..
2009-04-15 20:42:50 +00:00
2009-08-14 12:01:27 +01:00
2009-09-22 12:55:39 +02:00
2008-09-18 09:00:10 +00:00
2009-09-22 12:55:39 +02:00
2009-04-17 15:34:53 +00:00
2009-09-22 12:55:39 +02:00
2009-06-29 11:09:17 +00:00
2009-04-24 14:04:54 +00:00
2009-09-22 12:55:39 +02:00
2009-07-16 15:06:42 +02:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-09-15 14:24:51 +02:00
2009-08-06 15:58:38 +02:00
2008-04-25 16:23:51 +00:00
2009-09-22 12:55:39 +02:00
2009-07-29 09:04:21 +01:00
2009-04-15 20:42:50 +00:00
2009-01-12 21:09:09 +00:00
2008-04-24 09:44:00 +00:00
2008-04-25 16:23:51 +00:00
2008-09-18 09:00:10 +00:00