mirror of
https://github.com/fltk/fltk.git
synced 2026-08-18 00:48:43 +08:00
Improve visibility of \p in doxygen html, solves #1580
Build and Test / build-linux (push) Canceled after 0s
Build and Test / build-wayland (push) Canceled after 0s
Build and Test / build-wayland-arm64 (push) Canceled after 0s
Build and Test / build-macos (push) Canceled after 0s
Build and Test / build-windows (push) Canceled after 0s
Build and Test / build-windows-arm (push) Canceled after 0s
Build and Test / build-linux (push) Canceled after 0s
Build and Test / build-wayland (push) Canceled after 0s
Build and Test / build-wayland-arm64 (push) Canceled after 0s
Build and Test / build-macos (push) Canceled after 0s
Build and Test / build-windows (push) Canceled after 0s
Build and Test / build-windows-arm (push) Canceled after 0s
Codex assisted.
This commit is contained in:
@@ -105,6 +105,7 @@ if(FLTK_BUILD_HTML_DOCS)
|
||||
set(GENERATE_LATEX NO)
|
||||
set(EXTRA_SECTIONS "HTML_SECTIONS")
|
||||
set(LATEX_HEADER "")
|
||||
set(HTML_EXTRA_STYLESHEET "${CMAKE_CURRENT_SOURCE_DIR}/fltk.css")
|
||||
set(DOXYFILE "Doxyfile")
|
||||
set(LOGFILE "${CMAKE_CURRENT_BINARY_DIR}/${DOXYFILE}_error.log")
|
||||
|
||||
@@ -155,6 +156,7 @@ if(FLTK_BUILD_PDF_DOCS)
|
||||
set(GENERATE_LATEX YES)
|
||||
set(EXTRA_SECTIONS "LATEX_SECTIONS")
|
||||
set(LATEX_HEADER "${CMAKE_CURRENT_BINARY_DIR}/fltk-book.tex")
|
||||
set(HTML_EXTRA_STYLESHEET "")
|
||||
set(DOXYFILE "Doxybook")
|
||||
set(LOGFILE "${CMAKE_CURRENT_BINARY_DIR}/${DOXYFILE}_error.log")
|
||||
|
||||
|
||||
@@ -1172,7 +1172,7 @@ HTML_STYLESHEET =
|
||||
# list). For an example see the documentation.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_EXTRA_STYLESHEET =
|
||||
HTML_EXTRA_STYLESHEET = @HTML_EXTRA_STYLESHEET@
|
||||
|
||||
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
|
||||
# other source files which should be copied to the HTML output directory. Note
|
||||
|
||||
Reference in New Issue
Block a user