Second pass on fixing up documentation. Still some links not fixed.
This commit is contained in:
parent
a81b8b130a
commit
7b2deae88c
6 changed files with 39 additions and 4 deletions
3
Doxyfile
3
Doxyfile
|
|
@ -790,7 +790,7 @@ WARN_LOGFILE = doxy.log
|
|||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = src docs
|
||||
INPUT = src docs lisp
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||
|
|
@ -817,6 +817,7 @@ INPUT_ENCODING = UTF-8
|
|||
|
||||
FILE_PATTERNS = *.c \
|
||||
*.h \
|
||||
*.lisp \
|
||||
*.markdown \
|
||||
*.md
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue