Opened 13 years ago

Closed 13 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 neteler, 13 years ago

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?

comment:2 by martinl, 13 years ago

Cc: grass-dev@… added
Owner: changed from grass-dev@… to martinl
Status: newassigned

Related to r44040. I will take a look as soon as posible.

comment:3 by martinl, 13 years ago

Hopefully fixed in r44538.

comment:4 by martinl, 13 years ago

Resolution: fixed
Status: assignedclosed

comment:5 by marisn, 13 years ago

Resolution: fixed
Status: closedreopened

Not fixed at all. Confirmed by http://grass.osgeo.org/programming6/

in reply to:  5 ; comment:6 by martinl, 13 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?

in reply to:  6 comment:7 by marisn, 13 years ago

Resolution: fixed
Status: reopenedclosed

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.

Note: See TracTickets for help on using tickets.