[PATCH 1/1] doc: fix doxygen-link.py by skipping invalid entries in libnl.dict

Thomas Haller thaller at redhat.com
Wed Jun 25 03:55:53 PDT 2014


On Wed, 2014-06-25 at 11:54 +0200, Thomas Haller wrote:
> Newer versions of doxygen treat the documentation
> slightly different so that they create the following
> entires in libnl.dict:
> 
>     \=api/group__attr.html#ga769cc7bd882aab17c3740dd83329d7e6
>     »·······»·······NLA_PUT=api/group__attr.html#ga769cc7bd882aab17c3740dd83329d7e6
>     NLA_PUT=api/group__attr.html#ga769cc7bd882aab17c3740dd83329d7e6
> 
> Especially, replacing r'\' breaks the generated documentation.
> Extend doxygen-link.py to strip whitespaces from the name and
> skip over r'\'.
> 
> Also, when replacing the words in the output file, match using word
> boundaries r'\b'.
> 
> Also, don't print an additional newline after each processed line.
> 
> Signed-off-by: Thomas Haller <thaller at redhat.com>


merged as:
https://github.com/thom311/libnl/commit/940e5d5446a04d6228ea5fad2ac1f9ed4cf109a7
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.infradead.org/pipermail/libnl/attachments/20140625/ffe5e620/attachment.sig>


More information about the libnl mailing list