1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +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 Replaced C/C++ Project view with Project Explorer view 2010-07-05 15:54:59 +00:00
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 Bug 460370 - Remove reference to CDT project name in Welcome screen 2015-02-19 13:46:31 -05:00
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 Upgrade to Eclipse 3.0. Includes: 2003-11-24 18:31:03 +00:00
about.html [releng] Update all legal files with update_legal_files.sh 2022-04-13 13:42:35 -04:00
book.css Bug 341483 - [Accessibility] CDT documentation has accessibility issues 2011-03-31 13:59:18 +00:00
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 Bug 472765: User documentation for Path Mapping 2016-04-13 10:41:46 -05:00
contexts_CDT_DEBUGGER_DSFGDB.xml Bug 389527: Update DSF-GDB preference page help 2012-09-17 14:34:28 -04:00
contexts_CDT_DEBUGGER_MI.xml Fix for bug 209005 2007-11-13 16:53:07 +00:00
contexts_CDT_LAUNCH.xml Bug 446013 - Improvements to CDT launch configurations context help 2014-11-04 09:32:21 -05:00
contexts_CDT_make.xml bug 422558: Managed build projects context help is broken 2014-01-07 10:21:18 -05:00
customBuildCallbacks.xml Bug 540373: Normalize newlines with .gitattributes 2018-11-20 21:20:39 +00:00
help.css Add help content support for C/C++ editor preference pages 2024-12-17 21:24:13 +00:00
notices.html Bug 389951 - [Accessibility] CDT documentation has accessibility issues 2012-09-19 21:17:46 -04:00
plugin.properties Bug 540373: Cleanup: Remove trailing whitespace in properties files 2018-11-23 07:52:26 +00:00
plugin.xml Bug 446013 - Improvements to CDT launch configurations context help 2014-11-04 09:32:21 -05:00
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 bug 315992: What's New and Noteworthy in CDT 7.0? 2010-06-07 19:34:15 +00:00
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 Bug 520340: enable CLI to CDT's code formatter 2017-11-02 07:03:22 -04:00

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