diff --git a/plugins/graph_algorithm/documentation/graph_algorithm.rst b/plugins/graph_algorithm/documentation/graph_algorithm.rst index 5798716adf0..79f4aaf0aa3 100644 --- a/plugins/graph_algorithm/documentation/graph_algorithm.rst +++ b/plugins/graph_algorithm/documentation/graph_algorithm.rst @@ -4,8 +4,8 @@ Graph Algorithms .. automodule:: graph_algorithm :members: get_connected_components, get_neighborhood, get_shortest_paths, get_all_shortest_paths, get_subgraph -.. autoclass:: graph_algorithm.GraphAlgorithmPlugin +.. autoclass:: graph_algorithm.NetlistGraph :members: -.. autoclass:: graph_algorithm.NetlistGraph +.. autoclass:: graph_algorithm.GraphAlgorithmPlugin :members: \ No newline at end of file diff --git a/plugins/hawkeye/documentation/hawkeye.rst b/plugins/hawkeye/documentation/hawkeye.rst index fb88717f690..a9521579715 100644 --- a/plugins/hawkeye/documentation/hawkeye.rst +++ b/plugins/hawkeye/documentation/hawkeye.rst @@ -4,9 +4,6 @@ HAWKEYE .. automodule:: hawkeye :members: detect_candidates, locate_sboxes, identify_sbox -.. autoclass:: hawkeye.HawkeyePlugin - :members: - .. autoclass:: hawkeye.DetectionConfiguration :members: @@ -30,4 +27,7 @@ HAWKEYE .. autoclass:: hawkeye.SBoxDatabase :members: - .. automethod:: __init__ \ No newline at end of file + .. automethod:: __init__ + +.. autoclass:: hawkeye.HawkeyePlugin + :members: \ No newline at end of file