Hi,
I am new to usage of Doxygen, Sphinx and Breathe.
My requirement is to generate a html file per directory, which contains
source files written in C language.
To illustrate:
dir1
- file1.h
- file1.c
dir2
- file2.h
- file2.c
...
I used Doxygen to generate xml files, which looks ok.(file1_h.xml,
file1_c.xml, file2_h.xml and file2_c.xml)
When I try to generate html files using Sphinx-Breathe for dir1 and dir2, I
observe that though 2 files are generated,
both the files contain dir1 and dir2 contents.
ie. dir1.html/dir2.html -> file1_h.xml, file1_c.xml, file2_h.xml and
file2_c.xml
However, I would like to generate as follows:
dir1.html -> file1_h.xml, file1_c.xml,
dir2.html -> file2_h.xml and file2_c.xml
How can I achieve this?
Could anyone help me with this please?
--
View this message in context: http://doxygen.10944.n7.nabble.com/Doxygen-Sphinx-breathe-integration-for-multiple-directories-tp6731.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.
|