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

Thomas Graf tgraf at suug.ch
Wed Jun 25 03:16:25 PDT 2014


On 06/25/14 at 11:54am, 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>

Acked-by: Thomas Graf <tgraf at suug.ch>



More information about the libnl mailing list