Configuration file documentation

sunhoww4 years ago

Is there a somewhere I can make a PR to, to update the config file docs at https://www.traccar.org/configuration-file/ to match the ones found at https://github.com/traccar/traccar/blob/master/src/main/java/org/traccar/config/Keys.java ?

sunhoww4 years ago

Or maybe you have some tooling in place to parse the code?

Anton Tananaev4 years ago

We plan to develop something to convert Keys.java into documentation. If you want to contribute it, feel free to send us.

sunhoww4 years ago

Do you already have any tool in mind? Otherwise I could come up with something.

Anton Tananaev4 years ago

Don't have a tool yet. I was thinking of a Python script or something along those lines.

sunhoww4 years ago

I'm a bit decent with Python. Not so much with Java. I can stick that into the 'tools' directory in the main repo.

BTW, there's an unused script in 'tools' that I created a long time back while I was just starting out.