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

Source Path is Changed when "file" is "." #357

Open
AntumDeluge opened this issue Jul 12, 2021 · 1 comment
Open

Source Path is Changed when "file" is "." #357

AntumDeluge opened this issue Jul 12, 2021 · 1 comment

Comments

@AntumDeluge
Copy link
Contributor

I noticed that if file parameter is set to ., LDoc changes to the directory where the config is located. So if config is not in ., source files are not found. It seems to me that source files should be parsed in . directory.

$ ldoc -c docs/config.ld -d docs/reference .
reading configuration from docs/config.ld
changing to directory   docs
no source files found

$ ldoc -c docs/config.ld -d docs/reference $(pwd)
reading configuration from docs/config.ld
format: using built-in markdown
output written to c:\games\minetest\mods\cleaner\docs\reference```
@alerque
Copy link
Member

alerque commented May 4, 2023

Is this still an issue?

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

No branches or pull requests

2 participants