1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-03 21:53:39 +02:00
cdt/doc/org.eclipse.cdt.doc.user
Jonah Graham 39ee2eded4
Update to latest versions of build tools (#986)
Beta versions of maven plugins are omitted from this
upgrade.

A new version of Tycho brings in an update ECJ which means some
of the class files are different, hence the need to bump versions
of bundles too.

A new calendar year brings an update to Copyrights
2025-01-06 20:37:10 -05:00
..
.settings Lower build.properties errors to warnings for some projects 2022-11-07 23:13:26 -05:00
cheatsheets
concepts Update wiki.eclipse links to their new locations 2022-11-09 10:56:55 -05:00
getting_started Bug 559272: Connect help to new wiki page 2021-03-15 11:48:03 -04:00
images Add "Creating a CMake Project" help page 2024-11-12 08:39:30 +00:00
intro
META-INF Bump version to CDT 12.0.0 (#911) 2024-10-08 12:52:15 -04:00
reference Bug 571722: Add ALL_FLAGS for scanner discovery 2022-11-21 10:46:49 -05:00
setting_up_eclipse_cdt Update wiki.eclipse links to their new locations 2022-11-09 10:56:55 -05:00
src/asciidoc Add "Creating a CMake Project" help page 2024-11-12 08:39:30 +00:00
tasks Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
.asciidoctorconfig.adoc Add AsciiDoc build infrastructure 2024-08-23 16:26:56 +01:00
.gitignore Add AsciiDoc build infrastructure 2024-08-23 16:26:56 +01:00
.project
about.html [releng] Update all legal files with update_legal_files.sh 2022-04-13 13:42:35 -04:00
book.css
build.properties Add AsciiDoc build infrastructure 2024-08-23 16:26:56 +01:00
contexts_CDT.xml Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
contexts_CDT_DEBUGGER.xml
contexts_CDT_DEBUGGER_DSFGDB.xml
contexts_CDT_DEBUGGER_MI.xml
contexts_CDT_LAUNCH.xml
contexts_CDT_make.xml
customBuildCallbacks.xml
help.css Add help content support for C/C++ editor preference pages 2024-12-17 21:24:13 +00:00
notices.html
plugin.properties
plugin.xml
pom.xml Update to latest versions of build tools (#986) 2025-01-06 20:37:10 -05:00
README.md Use relative path to documentation images folder for GitHub 2024-11-07 21:16:23 +00:00
toc.xml
topics_Concepts.xml Add help content anchor for C/C++ editor contributions 2024-12-13 15:32:21 +00:00
topics_Getting_Started.xml Add "Creating a CMake Project" help page 2024-11-12 08:39:30 +00:00
topics_Reference.xml Add help content support for C/C++ editor preference pages 2024-12-17 21:24:13 +00:00
topics_Tasks.xml

C/C++ Development User Guide

AsciiDoc content

The Asciidoctor Maven Plugin is configured to generate an HTML file in the html/ folder for each AsciiDoc source file (*.adoc) placed in the src/asciidoc/ folder.

All AsciiDoc source files should include GitHub rendering support, as illustrated in the example document.

During content development, HTML files may be generated by invoking Maven locally:

mvn --define jgit.dirtyWorkingTree-cdtDefault=ignore --projects org.eclipse.cdt:org.eclipse.cdt.doc.user generate-resources