[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] Documentation changes in trunk
- To: pygame-users@xxxxxxxx
- Subject: [pygame] Documentation changes in trunk
- From: Vicent Marti <tanoku@xxxxxxxxx>
- Date: Thu, 13 Aug 2009 21:45:38 +0200
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Thu, 13 Aug 2009 15:46:02 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type:content-transfer-encoding; bh=aJ1fYTG+yb7xKj7Q0Tr/aGMMVba/jxE4vsFj3Y4RRpc=; b=u2Gw6xumeMbQ8yi6osgoPrakljKb4dM32DcVUMciyQn0ej1eC64gO9S+2ZAZ2jB3ol FMAZMjG9WpjPFkteiRvbxTmVZ6xV9H4LkJx9I1i4232zizlSKwPFRZuUaQ+LRpv2ypvX xPnewG/tQ/6bMXxBaQ/pa0OEWCCwQ+KMKndz8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=VhGO2Fm4swuzJOk+oILoMpT/fe2YKtsl9avokSrZKWdE4CxirMf55I192twLVNt0rX AOyFmZWXOajk0Di4sY70yzri/xPeHolsw4CuWEwes3iGJiAC01fTowqsbGHbQdUlSxKK Nda9jpOxXwWqBbxnElbKPbb55q5tT2cus3s8g=
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
Hello there fine gentlemen,
I know you are all going to hate this, but I've had to do some minor
changes to the documentation system on my GSoC branch for the FreeType
module (pygame-ftmod): I was having an issue were the C documentation
defines for my Font methods were colliding with the defines for the
original Font module; I fixed it by changing 2 lines in the makeref.py
so each PyGame module gets its own header file, instead of having all
of them depend on the same "pygamedocs.h".
The changes required to adapt to this are minimal, as you'd guess: in
any module C file, you need to replace the #include "pygamedocs.h"
with an #include "docs/MODULENAME_doc.h".
These changes for all existing modules are obviously already done on
my branch, but I'd like to double check in the mailing list to make
sure this isn't a nuisance or too big of a problem for anybody, before
merging my branch back into trunk.
Speak now if you totally hate me and this change (and propose another
approach if possible!). Otherwise I'll be commiting this in the
following days.
Cheers,
Vicent Martí
http://www.bellverde.org