Opened 14 years ago
Closed 14 years ago
#1218 closed defect (fixed)
make htmldocs generates Python and not C documentation
Reported by: | marisn | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 6.5.0 |
Component: | Docs | Version: | svn-develbranch6 |
Keywords: | Cc: | grass-dev@… | |
CPU: | Unspecified | Platform: | Unspecified |
Description
After opening programmers manual generated by "make htmldocs", all C functions having Python alternatives are replaced by Python ones description.
Example: GRASS 6 Vector Architecture -> Vector build functions -> Vect_build() -> goes to "list grass::lib::vector::Vect_build = _libsgrass_vect" comming from "dist.x86_64-unknown-linux-gnu/etc/python/grass/lib/vector.py" and not original lib/... C version.
Change History (7)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Related to r44040. I will take a look as soon as posible.
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
follow-up: 6 comment:5 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Not fixed at all. Confirmed by http://grass.osgeo.org/programming6/
follow-up: 7 comment:6 by , 14 years ago
Replying to marisn:
Not fixed at all. Confirmed by http://grass.osgeo.org/programming6/
When building api docs on my machine, everything is OK. Can you build api docs on your own and confirm it?
comment:7 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Replying to martinl:
When building api docs on my machine, everything is OK. Can you build api docs on your own and confirm it?
Ah. "make distclean" issue. Somebody needs to run it also on documentation generation server (Markus?).
Sorry for noise.
The command should be "make htmldocs-single".
When using the indicated link, I get the same problem indeed! For the GRASS 7 progman it works ok.
It must be a recent doxygen bug, perhaps a namespace overlap of the page labels?