i have collection of .dox
documentation files project in dox directory illustrated below
in input section have included ../
doxygen pick source code. when put ./
not pick documentation files , have include each file. there way include them automatically?
here docs
, lib
directories. in lib
have source code, whereas in docs
have documentation.
../ ├── docs │ ├── dox │ └── doxyfile └── lib
here contents of dox
directory
./dox/ ├── gnu_affero_gpl.dox ├── gnu_fdl.dox ├── gnu_gpl.dox ├── larsa │ └── larsa_core.dox ├── larsa.dox ├── meidum │ ├── lattices │ ├── lattices.dox │ ├── lattices.dox~ │ ├── polyhedra │ └── polyhedra.dox ├── meidum.dox ├── modules.dox └── vikingr.dox
i have fixed problem. solution remember add *.dox
in file_patterns
variable in doxyfile
.