[Doxygen-develop] xml & inner page
Brought to you by:
dimitri
From: <ca...@cr...> - 2003-12-26 12:45:06
|
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. Thanks, - Alexandr - |