We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TwinCAT doesn't really have any namespacing, but it could be nice to create the notion of a module anyway, to document the contents of a folder:
module
.. plc:automodule:: POUs.HwModules.SomeComponent: :members:
The text was updated successfully, but these errors were encountered:
Issue with this: this only works if you have a (or multiple) defined file roots.
Potential solution: keep two settings:
For example loading a .plcproj file (#4) could create both a root entry and a bunch of source files.
.plcproj
Sorry, something went wrong.
No branches or pull requests
TwinCAT doesn't really have any namespacing, but it could be nice to create the notion of a
module
anyway, to document the contents of a folder:The text was updated successfully, but these errors were encountered: