Closed hannorein closed 6 years ago
cldoc is failing to compile the documentation for this test case:
test.h:
test.h
// double a extern double a; // double b extern double b;
test.c:
test.c
// double a double a = 1; // double b double b =1;
I'm compiling it with cldoc 1.9:
cldoc generate -- --output=doc --language=c test.c test.h
The xml file looks right, but the html file only shows the first variable. Am I missing something or is this a bug?
I ran this, and both variables show up as expected.
cldoc is failing to compile the documentation for this test case:
test.h
:test.c
:I'm compiling it with cldoc 1.9:
The xml file looks right, but the html file only shows the first variable. Am I missing something or is this a bug?