Hi Komal,

Got the mail.

Problem here is the CREATE_SUBDIRS in case this is set to NO everything is
working fine.
A bit more details: the \pageref refers with CREATE_SUBDIRS set to YES to
dc/d42/group___main whilst the \hypertarget, \newlabel or  \label refer to
group___main.

I can vaguely remember that I worked on a similar problem in the past
regarding links to other objects.

Currently I'm working on some other issues regarding latex output so I
cannot do a full check and create a patch. There are 3 places where
\pageref is used  but when taking the current source version and replacing
in latexgen.cpp line1091:
    t << "}{\\pageref{" << fn << "}}{}" << endl;
by
    t << "}{\\pageref{" << stripPath(fn) << "}}{}" << endl;
your problem will be solved.

Albert


On Sun, Nov 9, 2014 at 5:31 PM, Komal S <komala...@yahoo.com> wrote:

> Hello ALbert,
>
> I have subscribed to this mailing list and have attached my tree.
>
> Thanks
> Komal
>
> DocGen.zip <http://doxygen.10944.n7.nabble.com/file/n6900/DocGen.zip>
>
>
>
> --
> View this message in context:
> http://doxygen.10944.n7.nabble.com/for-page-numbers-in-the-indices-tp6895p6900.html
> Sent from the Doxygen - Users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Doxygen-users mailing list
> Doxygen-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>
------------------------------------------------------------------------------
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to