I've uploaded updated Mesa source documentation to http://dri.sourceforge.net/doc/mesa/ and...
On Tue, Sep 16, 2003 at 03:31:54PM +0100, Jos� Fonseca wrote: > On certain pages where code symbol names are used, such as > http://dri.sourceforge.net/cgi-bin/moin.cgi/DriMemoryManagerDesign , the > hyperlinks words aren't parsed properly. But my plan is not only to fix > the Wiki parser, but to extended so that it lookups the names on the > tags lists generated by Doxygen and hyperlinks it directly to the > generated docs! ;-) ...integrated with the Wiki. See http://dri.sourceforge.net/cgi-bin/moin.cgi/MesaDriver for an example. File names, globals, typedefs and structures on the Wiki pages are automatically hyperlinked to the Mesa docs above!! This is still WIP. To do is: - Deal with typedefs of structures, i.e., recognize GLcontext::Attr in addition to __GLcontextRec::Attr. - Integrate more documentatino (DRM, Radeon driver, ...) - Optimize the tags handling. Perhaps use SF's MYSQL DB to store all the tags, instead of reading everytime from a file. - Tweak the Wiki pages for more effective hyperlinking (e.g. don't use wildcards in the symbol names, remove the hardcoded manual links, etc.) If anybody is interested in the implementations details of this feel free to contact me. (It consists of a simple XSL stylesheet to convert Doxygen tags into a plain-text file and a 20-line hack to MoinMoin.) > Anyway, have to stop now and do some real work... I should have this phrase recorded and continuously playing on my head... :O Jose Fonseca ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
