diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api.tex b/doc/api.tex index af727b403..fce676c7d 100644 --- a/doc/api.tex +++ b/doc/api.tex @@ -2529,9 +2529,9 @@ Each module lives in a subdirectory of the \filename{modules} directory, which exists at the top-level of the Botan source tree. The ``short name'' of the module is the same as the name of this directory. The only required file in this directory is -\filename{modinfo.txt}, which contains directives that specify what a +\filename{info.txt}, which contains directives that specify what a particular module does, what systems it runs on, and so on. Comments -in \filename{modinfo.txt} start with a \verb|#| character and continue +in \filename{info.txt} start with a \verb|#| character and continue to end of line. Recognized directives include: |