mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-22 11:25:46 +08:00
- Migration from dev.opencascade.org/Mantis/Gitolite infrastructure to GitHub-native workflow (Pull Requests, Issues, GitHub Actions CI/CD). - OCCT 8.0.0 upgrade guide with detailed notes on TCol* typedef deprecation, BSpline weight accessors, evaluation hierarchy refactoring (EvalD0/D1/D2/D3/DN), Handle out-parameter deprecation, Standard_Mutex → std::mutex, PLib value types, BRepGraph, TopoDS_TShape redesign, math wrapper deprecation, mesh factory registry, and more. - Build system modernization: C++17 requirement, VS2022/GCC8+/Clang7+ compilers, vcpkg integration, CMake-driven documentation targets replacing legacy gendoc. - Removed obsolete documentation: Mantis workflow, access levels, issue lifecycle, pre-7.1.0 upgrade history (archived at dev.opencascade.org/doc), in-tree Inspector and DFBrowser documentation, 3rd-party build guide (outsourced to vcpkg/upstream). - INSTALL_DIR_RESOURCE directory now correctly described in the install tree layout. - Obsolete BUILD_PATCH CMake option removed from documentation. - Code examples modernized: occ::handle<> syntax, NCollection_*<T> templates, BRepAdaptor_Curve, IsDone() checks, null-handle guards, native C++ types over Standard_* typedefs, Append() over Appends(), correct variable names. - Code block language tags: .php → .tcl for Tcl scripts, .glsl for shader listings. - IGES translator: deprecated API calls updated (SetReadVisible + TransferRoots), IDT_ message API replaced with Message_Messenger, thread-safety warning added. - DE_Wrapper: STEP thread-safety note (per-reader), IGES unsupported for concurrency. - Removed Mantis tracker link from GitHub issue template config. - Removed DFBROWSER and INSPECTOR entries from DrawPlugin resource file. - Tcl reference URL updated (tcl.tk → tcl-lang.org).
63 lines
1.8 KiB
Plaintext
63 lines
1.8 KiB
Plaintext
DOXYFILE_ENCODING = UTF-8
|
|
PROJECT_NAME = "Open CASCADE Technology"
|
|
PROJECT_BRIEF =
|
|
CREATE_SUBDIRS = NO
|
|
OUTPUT_LANGUAGE = English
|
|
ABBREVIATE_BRIEF =
|
|
FULL_PATH_NAMES = YES
|
|
INHERIT_DOCS = YES
|
|
TAB_SIZE = 4
|
|
MARKDOWN_SUPPORT = YES
|
|
EXTRACT_ALL = YES
|
|
CASE_SENSE_NAMES = NO
|
|
INLINE_INFO = YES
|
|
SORT_MEMBER_DOCS = YES
|
|
WARNINGS = YES
|
|
WARN_IF_UNDOCUMENTED = YES
|
|
WARN_IF_DOC_ERROR = NO
|
|
WARN_NO_PARAMDOC = NO
|
|
WARN_AS_ERROR = NO
|
|
EXAMPLE_RECURSIVE = YES
|
|
INPUT_ENCODING = UTF-8
|
|
FILE_PATTERNS = *.md *.dox
|
|
RECURSIVE = YES
|
|
SOURCE_BROWSER = NO
|
|
INLINE_SOURCES = YES
|
|
GENERATE_DOCSET = NO
|
|
GENERATE_CHI = NO
|
|
GENERATE_QHP = NO
|
|
GENERATE_ECLIPSEHELP = NO
|
|
GENERATE_RTF = NO
|
|
GENERATE_MAN = NO
|
|
GENERATE_XML = NO
|
|
GENERATE_DOCBOOK = NO
|
|
GENERATE_AUTOGEN_DEF = NO
|
|
GENERATE_PERLMOD = NO
|
|
STRIP_CODE_COMMENTS = NO
|
|
GENERATE_LATEX = NO
|
|
GENERATE_HTMLHELP = NO
|
|
GENERATE_HTML = YES
|
|
HTML_COLORSTYLE_HUE = 220
|
|
HTML_COLORSTYLE_SAT = 100
|
|
HTML_COLORSTYLE_GAMMA = 80
|
|
HTML_DYNAMIC_SECTIONS = YES
|
|
HTML_INDEX_NUM_ENTRIES = 100
|
|
DISABLE_INDEX = YES
|
|
GENERATE_TREEVIEW = YES
|
|
ENUM_VALUES_PER_LINE = 8
|
|
TREEVIEW_WIDTH = 250
|
|
EXTERNAL_PAGES = NO
|
|
SEARCHDATA_FILE = searchdata.xml
|
|
SERVER_BASED_SEARCH = NO
|
|
SEARCHENGINE = YES
|
|
EXTERNAL_SEARCH = YES
|
|
SKIP_FUNCTION_MACROS = YES
|
|
FORMULA_FONTSIZE = 12
|
|
USE_MATHJAX = YES
|
|
MATHJAX_FORMAT = HTML-CSS
|
|
|
|
# Define alias for inserting images in uniform way (both HTML and PDF)
|
|
ALIASES += figure{1}="\image html \1"
|
|
ALIASES += figure{2}="\image html \1 \2"
|
|
ALIASES += figure{3}="\image html \1 \2"
|