mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
- Use PLIST_SUB to remove hard-coded version of the program - Reorder variables in Makefile - Fix value of LICENSE_FILE
38 lines
1.6 KiB
Text
38 lines
1.6 KiB
Text
--- docs/Doxyfile.orig 2022-11-09 11:54:31 UTC
|
|
+++ docs/Doxyfile
|
|
@@ -31,7 +31,7 @@ PROJECT_NAME = "muParser API -"
|
|
# This could be handy for archiving the generated documentation or
|
|
# if some version control system is used.
|
|
|
|
-PROJECT_NUMBER = 1.35
|
|
+PROJECT_NUMBER = %%MUPARSER_VERSION%%
|
|
|
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
|
# base path where the generated documentation will be put.
|
|
@@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = html/
|
|
# source files, where putting all generated files in the same directory would
|
|
# otherwise cause performance problems for the file system.
|
|
|
|
-CREATE_SUBDIRS = YES
|
|
+CREATE_SUBDIRS = NO
|
|
|
|
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
|
|
# documentation generated by doxygen is written. Doxygen will use this
|
|
@@ -778,7 +778,7 @@ GENERATE_HTML = YES
|
|
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
|
|
# put in front of it. If left blank `html' will be used as the default path.
|
|
|
|
-HTML_OUTPUT = classdocu/
|
|
+HTML_OUTPUT =
|
|
|
|
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
|
|
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
|
|
@@ -796,7 +796,7 @@ HTML_HEADER =
|
|
# each generated HTML page. If it is left blank doxygen will generate a
|
|
# standard footer.
|
|
|
|
-HTML_FOOTER = html/misc/footer.html
|
|
+HTML_FOOTER =
|
|
|
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
|
|
# style sheet that is used by each HTML page. It can be used to
|