Re: [Doxygen-develop] xml & inner page
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2003-12-28 19:50:41
|
On Fri, Dec 26, 2003 at 03:45:19PM +0300, ???????? ????????? ?????????? wrote: > Hi! > There is error when generating inner page to xml, e.g. standart doxygen example examples\group: > File group__group5.xml contain documentation only for mypage2 (last page at group5), and dosn't contain documentation for group5 & page1. > > In fact, doxygen generate documentation step by step: > - for group5 > - for page1 > - for page2 > but it has same names group_group5.xml. Another fact: index.xml contain references to group, page1 & page2 > > The PageDef::getOutputFileBase() return page name as inner group name, this is valid for html output, but doubtful for xml. This is indeed broken. Should be fixed in the next CVS update. Regards, Dimitri |