Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-8000

Allow s_docs to compile even if doxygen version is not supported

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.1, 5.0.4, 4.4.10, 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • 3
    • Storage - Ra 2021-09-20

      Currently developers can't run the s_docs script if they have a doxygen version less than 1.8.17. This disallows developers to run any auto generation or validation on the existing docs e.g. spellchk, check_docs_data.

      Recent changes added to the s_docs script:

      v=`(echo "1.8.17" && doxygen --version) | sort -V | head -1`
      test "$v" = "1.8.17" || {
      	echo "$0 skipped: unsupported version of doxygen"
      	exit 0
      }
      

      The idea is to investigate a fix, where we can still run the s_docs script, but not cause a failure in our build system if the doxygen version doesn't match with the system.

            Assignee:
            siddhartha.mahajan@mongodb.com Sid Mahajan
            Reporter:
            jie.chen@mongodb.com Jie Chen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: