We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd8c74 commit ff2a730Copy full SHA for ff2a730
tests/roots/test-plc-auto-vs-manual/conf.py
@@ -0,0 +1,16 @@
1
+import os
2
+import sys
3
+
4
+sys.path.insert(0, os.path.abspath("."))
5
6
+extensions = ["plcdoc"]
7
8
+# The suffix of source filenames.
9
+source_suffix = ".rst"
10
11
+nitpicky = True
12
13
+plc_sources = [
14
+ os.path.join(os.path.abspath("."), item)
15
+ for item in ["src_plc/*.TcPOU", "src_plc/*.TcDUT"]
16
+]
tests/roots/test-plc-auto-vs-manual/index.rst
@@ -0,0 +1,14 @@
+.. Functions -----------------------------
+.. plc:autofunction:: RegularFunction
+.. plc:autofunction:: PlainFunction
+.. Function Blocks -----------------------------
+.. plc:autofunctionblock:: PlainFunctionBlock
+.. plc:autofunctionblock:: FB_MyBlock
+ :members:
0 commit comments