feat: added docs/ to .gitignore, disabled LaTeX generation for doxygen
parent
c004ba99ff
commit
8a5adcd94d
|
@ -1,2 +1,4 @@
|
||||||
*.so
|
*.so
|
||||||
*.os
|
*.os
|
||||||
|
|
||||||
|
docs/
|
||||||
|
|
2
Doxyfile
2
Doxyfile
|
@ -1957,7 +1957,7 @@ EXTRA_SEARCH_MAPPINGS =
|
||||||
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
|
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
|
||||||
# The default value is: YES.
|
# The default value is: YES.
|
||||||
|
|
||||||
GENERATE_LATEX = YES
|
GENERATE_LATEX = NO
|
||||||
|
|
||||||
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
|
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
|
||||||
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
||||||
|
|
Loading…
Reference in New Issue