diff options
author | Daniel Veillard <veillard@redhat.com> | 2008-04-24 07:56:37 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2008-04-24 07:56:37 +0000 |
commit | bc4dacb2865874c278bed7ebf71335422bf6070c (patch) | |
tree | f60a6b41f243202ce55c48316aaa6ce6e5c243da /docs/devhelp | |
parent | Fix generation of NEWS file (diff) | |
download | libvirt-bc4dacb2865874c278bed7ebf71335422bf6070c.tar.gz libvirt-bc4dacb2865874c278bed7ebf71335422bf6070c.tar.bz2 libvirt-bc4dacb2865874c278bed7ebf71335422bf6070c.zip |
Cosmetic doc improvements
* AUTHORS: indicate that the Logo is by Diana Fong
* docs/index.py: modify to also index subprojects pages
Daniel
Diffstat (limited to 'docs/devhelp')
-rw-r--r-- | docs/devhelp/libvirt-virterror.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/devhelp/libvirt-virterror.html b/docs/devhelp/libvirt-virterror.html index 49e999390..79255b128 100644 --- a/docs/devhelp/libvirt-virterror.html +++ b/docs/devhelp/libvirt-virterror.html @@ -67,14 +67,14 @@ void <a href="#virConnResetLastError">virConnResetLastError</a> (<a href="libvi int domain : What part of the library raised this error char * message : human-readable informative error message <a href="libvirt-virterror.html#virErrorLevel">virErrorLevel</a> level : how consequent is the error - <a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn : the connection if available - <a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> dom : the domain if available + <a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn : connection if available, see note above + <a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> dom : domain if available, see note above char * str1 : extra string information char * str2 : extra string information char * str3 : extra string information int int1 : extra number information int int2 : extra number information - <a href="libvirt-libvirt.html#virNetworkPtr">virNetworkPtr</a> net : the network if available + <a href="libvirt-libvirt.html#virNetworkPtr">virNetworkPtr</a> net : network if available, see note above } virError; </pre><p/> </div> |