Hi, I'll try to integrate some documentation which is already written in code comments into the kernel documentation. There I face the problem with a backslash at the end of a line in a 'code block' and this ends up in removing the newline. So I have this comment in code and I simply want to use the kernel-doc 'doc' option to integrate it into documentation: /** * DOC: example * * This should illustrate a hierarchy as a code block:: * * Top Level * / \ * Parent A Parent B * / \ / \ * Child A Child B Child C Child D * */ And the code block looks like this after using the make target 'htmldocs': Top Level / * parent A parent B / \ / * Child A Child B Child C Child D I wonder, if there is something broken (as the * of the c comment is in there again)? Another question: Is there an linux-doc irc channel to ask simple questions? Thanks, Anna-Maria