Re: [AD] Problem with docs, platform specific functions |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2004-07-10, Angelo Mottola <a.mottola@xxxxxxxxxx> wrote:
> Can someone tell me how to properly fix this issue? Maybe Grzegorz
> can help here as he knows how makedoc works...
You could do the following. If it is not acceptable, I'll add a
@flushref command.
Index: docs/src/allegro._tx
===================================================================
RCS file: /cvsroot/alleg/allegro/docs/src/allegro._tx,v
retrieving revision 1.228
diff -u -r1.228 allegro._tx
--- docs/src/allegro._tx 19 May 2004 21:38:14 -0000 1.228
+++ docs/src/allegro._tx 11 Jul 2004 09:23:21 -0000
@@ -9196,6 +9196,8 @@
MIDI_WIN32(n) - use win32 device #n (zero-based)
MIDI_DIGMID - sample-based software wavetable player<endblock>
+@hnode Windows integration routines
+
The following functions provide a platform specific interface to seamlessly
integrate Allegro into general purpose Win32 programs. To use these routines,
you must include winalleg.h after other Allegro headers.