diff options
| author | Howard Butler <howard@hobu.co> | 2020-10-14 14:40:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-14 14:40:42 -0500 |
| commit | a762daddb54be6e697375f8ed347cdf0aeaf4477 (patch) | |
| tree | ae7e720c8512c02490a10448f12f264cea49b678 /Doxyfile | |
| parent | bb7dde0752bfb35389b536b2ee6cd37f94f0a511 (diff) | |
| download | PROJ-a762daddb54be6e697375f8ed347cdf0aeaf4477.tar.gz PROJ-a762daddb54be6e697375f8ed347cdf0aeaf4477.zip | |
Plot building Github Action (#2377)
* implement conda package building
* paths
* need libtool
* PLATFORM check
* point to my PROJ feedstock for now
* point to PROJ repos
* plot building and artifact upload
* syntax
* add proj conda package for plotting
* retab
* no doxygen
* syntax
* update docs Makefile
* doc building
* needs
* consolidate doc/plots
* plot updates
* put updated plot output into docs
* register spelling module
* use v2 download-artifact
* artifact upload
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1880,7 +1880,7 @@ MAN_LINKS = NO # captures the structure of the code including all documentation. # The default value is: NO. -GENERATE_XML = NO +GENERATE_XML = YES # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of |
