Closed rhl- closed 9 years ago
Please paste the markdown.
$ cat index.md
CTL: The Computational Topology Library
This page lists the complete functionality of CTL. It is compiled automatically from the source code.
$ cat ctl.md
The entire library lives within the CTL namespace.
As a test, I update the example/docs/index.md with your pasted index.md and example/docs/transport.md with your ctl.md. Run the doc generation, this works. The merged in markdown shows up as expected. Does any merged doc show up in the generated xml/index.xml ?
Hm weird. This time, duplicating this, it works.. On Apr 21, 2015 10:14 AM, "Jesse van den Kieboom" notifications@github.com wrote:
As a test, I update the example/docs/index.md with your pasted index.md and example/docs/transport.md with your ctl.md. Run the doc generation, this works. The merged in markdown shows up as expected. Does any merged doc show up in the generated xml/index.xml ?
— Reply to this email directly or view it on GitHub https://github.com/jessevdk/cldoc/issues/97#issuecomment-94876731.
I wrote two markdown files similar to the tutorial and ran:
$ cldoc generate -std=c++11 -I/Users/rhl/code/ctl -- --output=./doc --merge=./doc/markdown $(cat header_file_names)
But the markdown doesn't "just appear" when I type 'cldoc serve' its not clear to me what I am doing wrong. There appears to be no errors..