Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't open markdown.md when running the example code #1

Open
tangketan opened this issue Sep 7, 2015 · 4 comments
Open

can't open markdown.md when running the example code #1

tangketan opened this issue Sep 7, 2015 · 4 comments

Comments

@tangketan
Copy link
Contributor

When I run the example code as follows

perl doxydown.pl -g -l c xxx.h markdown.md

I get the following error

Can't open markdown.md: No such file or directory at doxydown.pl line 317, <> line 261.

Any suggestion?

@vstakhov
Copy link
Owner

vstakhov commented Sep 7, 2015

Doxydown reads from the standard input and write to the standard output. In your case that should be:

perl doxydown.pl -g -l c < xxx.h > markdown.md

@tangketan
Copy link
Contributor Author

Thanks for the quick reply. Your suggestion solves the the error, but now I got an empty md file. The header file I'm using is something like this, and I change the starting /** to /*** to fit the instruction of doxydown.

@vstakhov
Copy link
Owner

vstakhov commented Sep 7, 2015

Well, I've fixed several issues in doxydown and it now produces some output. However, I'm not still sure what to do with enums, structs and unions. I need to do some more changes to support that, I'm afraid.

@tallcuss
Copy link

No matter what I try I get the same result: an empty markdown.md file. What's the current status of doxydown?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants