[ 
https://issues.apache.org/jira/browse/XALANC-709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035780#comment-13035780
 ] 

Steven J. Hathaway edited comment on XALANC-709 at 5/18/11 10:09 PM:
---------------------------------------------------------------------

Apply the "my-jira-709.diff" differences file as a patch to resolve this issue 
(XALANC-709)

Affected Files:
    trunk/src/xalanc/XPath/XalanQName.hpp

Repairs doxygen comment for automatic API document creation.


      was (Author: shathaway):
    Apply the "my-jira-708.diff" differences file as a patch to resolve this 
issue (XALANC-708)

Affected Files:
    trunk/src/xalanc/XPath/XalanQName.hpp

Repairs doxygen comment for automatic API document creation.

  
> Doxygen Bug in XalanQName.hpp Comment
> -------------------------------------
>
>                 Key: XALANC-709
>                 URL: https://issues.apache.org/jira/browse/XALANC-709
>             Project: XalanC
>          Issue Type: Bug
>          Components: XalanC
>    Affects Versions: CurrentCVS
>         Environment: Build Xalan-C documentation using doxygen and 
> graphViz(dot) programs
>            Reporter: Steven J. Hathaway
>              Labels: API, documentation
>         Attachments: my-jira-709.diff
>
>
> The document graphics generation is broken on malformed doxygen structured 
> comment in trunk/src/xalanc/XPath/XalanQName.hpp
> Removing the quote mark before the first period resolves the issue.
> --- trunk/src/xalanc/XPath/XalanQName.hpp     2011-04-25 14:11:29.000000000 
> -0700
> +++ XalanQName.hpp    2011-05-02 11:15:56.000000000 -0700
> @@ -54,18 +54,18 @@
>  
>  
>  
>  /**
> - * Class to represent a qualified name: "The name of an internal XSLT 
> object, 
> + * Class to represent a qualified name. The name of an internal XSLT object, 
>   * specifically a named template (see [7 Named Templates]), a mode (see [6.7 
> Modes]), 
>   * an attribute set (see [8.1.4 Named Attribute Sets]), a key (see [14.2 
> Keys]), 
>   * a locale (see [14.3 Number Formatting]), a variable or a parameter (see 
>   * [12 Variables and Parameters]) is specified as a QName. If it has a 
> prefix, 
>   * then the prefix is expanded into a URI reference using the namespace 
> declarations 
>   * in effect on the attribute in which the name occurs. The expanded name 
>   * consisting of the local part of the name and the possibly null URI 
> reference 
>   * is used as the name of the object. The default namespace is not used for 
> - * unprefixed names."
> + * unprefixed names.
>   */
>  
>  class XALAN_XPATH_EXPORT XalanQName
>  {

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to