shlomif / perl-XML-LibXML

The XML-LibXML CPAN Distribution for Processing XML using the libxml2 library
https://metacpan.org/release/XML-LibXML
Other
17 stars 35 forks source link

Source code on GitHub incomplete #85

Closed jidanni closed 2 months ago

jidanni commented 3 months ago

On the XML::LibXML::Node man page,

  nextSibling
        $nextnode = $node->nextSibling();
      Returns the next sibling if any .
                                     ^

I wanted to remove the space before that period, but couldn't find the source file here on GitHub to edit.

shlomif commented 2 months ago

@jidanni : hi. I think the POD documentation is generated from the DocBook file.