Skip to content

Commit

Permalink
Another documentation generator fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper authored Jan 18, 2024
1 parent 0e04eae commit f11c4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ElunaDoc/__main__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import os
import shutil
from types import FileType
import typing
from jinja2 import Environment, FileSystemLoader
from typedecorator import params, returns
from parser import ClassParser, MethodDoc
import glob
import time


@returns([(str, FileType)])
@returns([(str, typing.IO)])
@params(search_path=str)
def find_class_files(search_path):
"""Find and open all files containing Eluna class methods in `search_path`.
Expand Down

0 comments on commit f11c4f4

Please sign in to comment.