turnermm / codedoc

Dokuwiki plugin for documenting and displaying extended blocks of code
https://www.dokuwiki.org/plugin:codedoc
6 stars 1 forks source link

Seperated include statement for local header file in C seen as one line #1

Open seaofmagic opened 9 years ago

seaofmagic commented 9 years ago

When I wrote below code with codedoc, then it seen in oneline.

# include "sched.h" # include "../smpboot.h"

Upper text show like in codedoc block:

include "sched.h"#include "../smpboot.h"

turnermm commented 9 years ago

I can't reproduce this. It must have something to do with the context, so I would need a sample script showing where this occurs.