You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Ovanes Markarian (JIRA)" <xa...@xml.apache.org> on 2007/06/13 13:27:25 UTC

[jira] Created: (XALANC-649) Wrong include paths in the online documentation

Wrong include paths in the online documentation
-----------------------------------------------

                 Key: XALANC-649
                 URL: https://issues.apache.org/jira/browse/XALANC-649
             Project: XalanC
          Issue Type: Improvement
          Components: XalanC, XPathC
    Affects Versions: CurrentCVS, 1.10
         Environment: Online Documentation
            Reporter: Ovanes Markarian
            Priority: Minor


Could you possibly update the online-help so that it writes correct includes like:
#include <xalanc/XMLSupport/XMLSupportInit.hpp>

instead of:
#include <XMLSupportInit.hpp>

It can be really disturbing to be forced to do a file search for every include. Putting each xalanc/DIR_X to build include path is not a nice idea as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Commented: (XALANC-649) Wrong include paths in the online documentation

Posted by "Ovanes Markarian (JIRA)" <xa...@xml.apache.org>.
    [ https://issues.apache.org/jira/browse/XALANC-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513190 ] 

Ovanes Markarian commented on XALANC-649:
-----------------------------------------

This is the comment I have posted to the developers mailing list:

David,

you can change the setting in the doxygen file, to cut the path from the includes:
If your doxygen config file is wizard generated, it should be right in the first section for project
settings:

STRIP_FROM_INC_PATH    = "C:/projects/some path/to xalan src root/"

That should do the job. The only bad thing is that the path is not relative to doxygen file or
working directory.

With Kind Regards,
Ovanes Markarian

> Wrong include paths in the online documentation
> -----------------------------------------------
>
>                 Key: XALANC-649
>                 URL: https://issues.apache.org/jira/browse/XALANC-649
>             Project: XalanC
>          Issue Type: Improvement
>          Components: XalanC, XPathC
>    Affects Versions: CurrentCVS, 1.10
>         Environment: Online Documentation
>            Reporter: Ovanes Markarian
>            Assignee: David Bertoni
>            Priority: Minor
>
> Could you possibly update the online-help so that it writes correct includes like:
> #include <xalanc/XMLSupport/XMLSupportInit.hpp>
> instead of:
> #include <XMLSupportInit.hpp>
> It can be really disturbing to be forced to do a file search for every include. Putting each xalanc/DIR_X to build include path is not a nice idea as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Assigned: (XALANC-649) Wrong include paths in the online documentation

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XALANC-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Bertoni reassigned XALANC-649:
------------------------------------

    Assignee: David Bertoni

> Wrong include paths in the online documentation
> -----------------------------------------------
>
>                 Key: XALANC-649
>                 URL: https://issues.apache.org/jira/browse/XALANC-649
>             Project: XalanC
>          Issue Type: Improvement
>          Components: XalanC, XPathC
>    Affects Versions: CurrentCVS, 1.10
>         Environment: Online Documentation
>            Reporter: Ovanes Markarian
>            Assignee: David Bertoni
>            Priority: Minor
>
> Could you possibly update the online-help so that it writes correct includes like:
> #include <xalanc/XMLSupport/XMLSupportInit.hpp>
> instead of:
> #include <XMLSupportInit.hpp>
> It can be really disturbing to be forced to do a file search for every include. Putting each xalanc/DIR_X to build include path is not a nice idea as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


Re: [jira] Commented: (XALANC-649) Wrong include paths in the online documentation

Posted by Stein Somers <ss...@opnet.com>.
> doxygen.  I will see if there is any way to specify a prefix for header files, but I'm not optimistic.

If the "xalanc" root is under "src" relative to the current directory of 
the doxygen process, then this should get Doxyfile there:

FULL_PATH_NAMES = YES
STRIP_FROM_INC_PATH = src
STRIP_FROM_PATH = src

Hope this helps

-- 
Stein

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Commented: (XALANC-649) Wrong include paths in the online documentation

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
    [ https://issues.apache.org/jira/browse/XALANC-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513130 ] 

David Bertoni commented on XALANC-649:
--------------------------------------

I'm not sure we can do anything to fix this, as the documentation you're referring to is generated automatically by doxygen.  I will see if there is any way to specify a prefix for header files, but I'm not optimistic.

> Wrong include paths in the online documentation
> -----------------------------------------------
>
>                 Key: XALANC-649
>                 URL: https://issues.apache.org/jira/browse/XALANC-649
>             Project: XalanC
>          Issue Type: Improvement
>          Components: XalanC, XPathC
>    Affects Versions: CurrentCVS, 1.10
>         Environment: Online Documentation
>            Reporter: Ovanes Markarian
>            Assignee: David Bertoni
>            Priority: Minor
>
> Could you possibly update the online-help so that it writes correct includes like:
> #include <xalanc/XMLSupport/XMLSupportInit.hpp>
> instead of:
> #include <XMLSupportInit.hpp>
> It can be really disturbing to be forced to do a file search for every include. Putting each xalanc/DIR_X to build include path is not a nice idea as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org