Skip to content

Commit 5eb731d

Browse files
committed
Revert "Workaround for xdoc xmoshtml issue"
This reverts commit afe9471. xcoreAllAppNotesBuild() no longer builds the HTML documentation.
1 parent 253eae3 commit 5eb731d

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,7 @@ pipeline {
6262
steps {
6363
dir("${REPO}") {
6464
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-
}
65+
xcoreAllAppNotesBuild('examples')
7566
dir("${REPO}") {
7667
runXdoc('doc')
7768
}

0 commit comments

Comments
 (0)