FW: [Doxygen-users] MSDN Style
Brought to you by:
dimitri
From: <ca...@Cr...> - 2001-11-09 11:50:01
|
Hi! Idea looks well, if some one write xmlread that will read doxygen's xml and generate doxygen style html, I do not see any problems to modify xmlread to MSDN style. But I couldn write MSDN style from scratch. I think that is a best idea to remove RTF, Latex, Html, Man from doxygen parser and divide doxygen into 5 programs: parser, rtfgen, latexgen, htmlgen, mangen. But I think that this work don't seize less than half year. - Alexandr Chelpanov - -----Original Message----- From: Morgenthaler, Germar [mailto:g.m...@vi...] Sent: Friday, November 09, 2001 1:13 PM To: dox...@li... Subject: RE: [Doxygen-users] MSDN Style >> Has the MSDN style been merged into the code base in CVS yet? > I'm still investigating the impact of Alexandr Chelpanov's patch.=20 > It is quite huge, still has rough edges, and introduces a lot=20 > of conditional code (mostly only for html, and even some IE > specific stuff), so from a test/maintenance point of view I am > not overly enthousiastic yet. First I must admit that I haven't seen this MSDN style nor do I know how the patch looks/works, BUT as long as introducing a new style means changing the "code base" I would suggest NOT to integrate it. IMHO styles should be added thru some abstraction layer/interface. XML based or whatever. I would suggest that Dimitri concentrates on the "parser engine" and the "style interface hooks". People that want styles could invest their time into writing code for that interface instead of writing patches for one specific style. Sorry if this spoils the fun for some people and YES I hate Micro$oft (if that matters ;-) Regards, Germar _______________________________________________ Doxygen-users mailing list Dox...@li... https://lists.sourceforge.net/lists/listinfo/doxygen-users |