Skip to content

Commit

Permalink
Use autoclass for classes
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Aug 11, 2023
1 parent b3b4fd9 commit 1411960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/backends/macho.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Mach-O Backend
==============

.. automodule:: cle.backends.macho.macho.MachO
.. automodule:: cle.backends.macho.macho.SymbolList
.. autoclass:: cle.backends.macho.macho.MachO
.. autoclass:: cle.backends.macho.macho.SymbolList

.. automodule:: cle.backends.macho.symbol
.. automodule:: cle.backends.macho.section
Expand Down

0 comments on commit 1411960

Please sign in to comment.