We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253eae3 commit 5eb731dCopy full SHA for 5eb731d
1 file changed
Jenkinsfile
@@ -62,16 +62,7 @@ pipeline {
62
steps {
63
dir("${REPO}") {
64
xcoreAllAppsBuild('examples')
65
- /* App note AN00231 contains a list-table (LED Indicator meaning)
66
- * which xdoc fails to handle correctly when producing HTML output.
67
- * Therefore xcoreAllAppNotesBuild('examples') cannot be used for the
68
- * time being, and xdoc must be called explicitly to only build PDFs.
69
- */
70
- dir('examples/AN00231_ASRC_SPDIF_TO_DAC/doc') {
71
- viewEnv() {
72
- sh 'xdoc xmospdf'
73
- }
74
+ xcoreAllAppNotesBuild('examples')
75
76
runXdoc('doc')
77
}
0 commit comments