Like this:
MyClass:
=======
MyFunction1:
------------
:x*x
MyFunction2:
------------
:x*x
=== is a top level header; --- is a second level header; and === or --- are ended by ===, ---, ___, or EOF.
Indent is significant as well:
MyClass:
=======
SubClass:
=========
MyFunction1:
------------
# This is in SubClass.
:x*x
MyFunction2:
------------
:x*x
OuterFunction1:
--------------
# this is in MyClass, not in SubClass.
Like this:
===is a top level header;---is a second level header; and===or---are ended by===,---,___, or EOF.Indent is significant as well: