You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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```
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: