A puzzle with the main page when running doxypress on wt-4.3.0
Posted: Fri Mar 27 2020 2:05 pm
Hello everyone,
When I ran doxypress on wt-4.3.0 I was surprised when there was no main page. So I checked The wt Doxyfile and found that it mentions doc/main, a text file that contains the main page. When I tried to add to my doxypress setup it didn't like it. It is as if the input is expected to be just one directory name. I added 'main' to the list of filter patterns but it did not pick it up.
Looking at the doxypressapp where it says "Input source", it says "full filename or directory", which implies to me that you can only give one. But doxypress allows a list. In the wt Doxyfile we see:
INPUT = src/Wt \
doc/main \
src/web
How do I do the same with doxypress please?
When I ran doxypress on wt-4.3.0 I was surprised when there was no main page. So I checked The wt Doxyfile and found that it mentions doc/main, a text file that contains the main page. When I tried to add to my doxypress setup it didn't like it. It is as if the input is expected to be just one directory name. I added 'main' to the list of filter patterns but it did not pick it up.
Looking at the doxypressapp where it says "Input source", it says "full filename or directory", which implies to me that you can only give one. But doxypress allows a list. In the wt Doxyfile we see:
INPUT = src/Wt \
doc/main \
src/web
How do I do the same with doxypress please?