• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-Oct-2021-

READMEH A D25-Oct-2021374 138

doxy2swig.pyH A D25-Oct-202111.5 KiB366292

ogr_datasource_docs.iH A D25-Oct-20219.5 KiB328211

ogr_driver_docs.iH A D25-Oct-202158 42

ogr_feature_docs.iH A D25-Oct-202141.9 KiB1,550982

ogr_featuredef_docs.iH A D25-Oct-202112.3 KiB488306

ogr_fielddef_docs.iH A D25-Oct-202113.5 KiB563342

ogr_geometry_docs.iH A D25-Oct-202148.9 KiB1,7961,138

ogr_layer_docs.iH A D25-Oct-202154.6 KiB1,6211,102

README

1The .i files in this directory are generated files and should not be edited
2manually.
3
41) cd $(GDAL_ROOT)
52) ( cat Doxyfile ; echo "GENERATE_XML=YES" ) | doxygen -
6
7This will generate a $(GDAL_ROOT)/xml directory with the doc in XML form
8
93) cd $(GDAL_ROOT)/swig/python
104) make docs
11
12This will parse $(GDAL_ROOT)/ogr/xml and regenerate $(GDAL_ROOT)/swig/include/python/docs
13