mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-03 21:53:39 +02:00
![]() 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 |
||
---|---|---|
.. | ||
.settings | ||
cheatsheets | ||
concepts | ||
getting_started | ||
images | ||
intro | ||
META-INF | ||
reference | ||
setting_up_eclipse_cdt | ||
src/asciidoc | ||
tasks | ||
.asciidoctorconfig.adoc | ||
.gitignore | ||
.project | ||
about.html | ||
book.css | ||
build.properties | ||
contexts_CDT.xml | ||
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 | ||
notices.html | ||
plugin.properties | ||
plugin.xml | ||
pom.xml | ||
README.md | ||
toc.xml | ||
topics_Concepts.xml | ||
topics_Getting_Started.xml | ||
topics_Reference.xml | ||
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