mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 14:52:46 +08:00
Update filename case and LaTeX details
This commit is contained in:
@@ -158,6 +158,8 @@ if(FLTK_BUILD_PDF_DOCS)
|
|||||||
set(DOXYFILE "Doxybook")
|
set(DOXYFILE "Doxybook")
|
||||||
set(LOGFILE "${CMAKE_CURRENT_BINARY_DIR}/${DOXYFILE}_error.log")
|
set(LOGFILE "${CMAKE_CURRENT_BINARY_DIR}/${DOXYFILE}_error.log")
|
||||||
|
|
||||||
|
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/generated)
|
||||||
|
|
||||||
# configure Doxygen input file for PDF docs (Doxybook.in)
|
# configure Doxygen input file for PDF docs (Doxybook.in)
|
||||||
|
|
||||||
configure_file(
|
configure_file(
|
||||||
|
|||||||
@@ -229,7 +229,7 @@ TAB_SIZE = 8
|
|||||||
# newlines (in the resulting output). You can put ^^ in the value part of an
|
# newlines (in the resulting output). You can put ^^ in the value part of an
|
||||||
# alias to insert a newline as if a physical newline was in the original file.
|
# alias to insert a newline as if a physical newline was in the original file.
|
||||||
|
|
||||||
ALIASES = code_international{1}="@if LATEX_SECTIONS^^@image latex \1 width=\\linewidth^^@endif^^@if HTML_SECTIONS^^@code"
|
ALIASES = code_international{1}="@if LATEX_SECTIONS^^@image latex \1 width=\linewidth^^@endif^^@if HTML_SECTIONS^^@code"
|
||||||
ALIASES += endcode_international="@endcode^^@endif"
|
ALIASES += endcode_international="@endcode^^@endif"
|
||||||
|
|
||||||
# This tag can be used to specify a number of word-keyword mappings (TCL only).
|
# This tag can be used to specify a number of word-keyword mappings (TCL only).
|
||||||
|
|||||||
+3
-3
@@ -48,9 +48,9 @@ if(FLTK_BUILD_PDF_DOCS)
|
|||||||
# PDF documentation helper tool
|
# PDF documentation helper tool
|
||||||
add_executable(code_snapshot
|
add_executable(code_snapshot
|
||||||
code_snapshot.cxx
|
code_snapshot.cxx
|
||||||
../fluid/Widgets/Code_Viewer.cxx
|
../fluid/widgets/Code_Viewer.cxx
|
||||||
../fluid/Widgets/Code_Editor.cxx
|
../fluid/widgets/Code_Editor.cxx
|
||||||
../fluid/Widgets/Style_Parser.cxx
|
../fluid/widgets/Style_Parser.cxx
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(code_snapshot PRIVATE fltk::images)
|
target_link_libraries(code_snapshot PRIVATE fltk::images)
|
||||||
|
|||||||
Reference in New Issue
Block a user